forked from autonomic-cooperative/sophie-lewis-hugo
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 months ago | |
---|---|---|
archetypes | 1 year ago | |
content | 4 months ago | |
resources/_gen/assets/scss/scss | 4 months ago | |
static/img | 4 months ago | |
themes/sophie-lewis | 4 months ago | |
.gitignore | 10 months ago | |
.gitmodules | 1 year ago | |
README.md | 10 months ago | |
config.toml | 4 months ago | |
deploy.sh | 4 months ago |
README.md
Setup
This project uses hugo
and git submodules. Below is how to set up Hugo on a
Linux machine.
- Download
hugo
- you will need theextended
version of Hugo. As of this writing there does not seem to be an extended version available viaapt
. However, you can usesnap
to get this version:
snap install hugo --channel=extended
- Run the following to make sure the git submodules are installed:
git submodule init
git submodule update
- Now you should be able to build the project. Run
hugo server
and go to the localhost address printed in your terminal. 🐙
How to change about me headshot
Add the headshot image you want to use to the static/img
directory. Then uncomment the headshot=
option under [param.about]
. Set this option to the filename and only the filename.