BogdanWorks
  • About
  • Contact
  • Posts

Posts

October 18, 2021

Hugo Early Release Installation

Installing Early Release of Hugo Working on a new project that uses Hugo static site generator, I initially installed hugo via homebrew with the following command brew install hugo Attempting to launch a website built with Hugo 0.79.0 after the installing the current version (at the time of this post Hugo version 0.88.1) on the my machine resulted in the following: Terminal Hugo Server command warning 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 bworks@BWorkss-iMac % hugo server WARN 2021/10/19 14:19:31 markup.
September 28, 2021

Travis-CI

Travis CI for continuous integration A common term in software development is CICD or continuous integration, continuous delivery or deployment. Travis CI is a tool that makes automated testing and deployment easy. It provides free continuous integration to open source projects hosted on GitHub and BitBucket. I’m going to use it to build and deploy this website as I update the GitHub for bogdanworks.com. Set Up Account on Travis-CI with GitHub account In order to configure a project using Travis CI you need a GitHub account and to sync your GitHub project with Travis CI.
September 22, 2021

Git Cheatsheet

Git Cheatsheet Git is a repository very convient for coding but can be used for storing any sort of files. Long are the days of Visual SourceSafe. Whew! Below is a list of commands used for using git repository from initialization to pushing and pulling into Github. Create a new local repository git init Checking Status of git repository git status Removing a file git rm NAME Commit git commit -amend
  • ««
  • «
  • 1
  • 2
  • »
  • »»
© BogdanWorks 2024