Code for my personal website
-
Install dependencies
-
Hugo:
brew install hugo(on MacOS) -
Add theme as submodule:
git submodule add https://github.com/luizdepra/hugo-coder.git themes/hugo-coder(from repo root)
-
-
Build the site with
hugo server
Go into the subdirectory and pull the newest changes from master and commit the changes.
cd themes/hugo-coder
git pull
´´´
## Deployment
Pushes to the `master` branch are automatically deployed to GitHub Pages.