personal site
0
stars
0
forks
source link
Andrew Sharp's Personal Website
https://sharpandrew.com
Development
- Environment setup is handled by nix-direnv.
- Friendly reminder to run
direnv allow
after cloning.
- You should not edit
index.html
, edit index.html.tmpl
instead.
- Some information is duplicated, and we use
config.yml
and
gomplate to de-duplicate.
- Update
index.html
with make
.
- If you ever need to add new files and you don't want them published to the web, add them to the
exclude
list in _config.yml
.