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.
continuous-integration/drone/push Build is passing
Details
|
2 months ago | |
---|---|---|
archetypes | 2 years ago | |
content | 2 months ago | |
layouts | 2 months ago | |
static/img | 3 months ago | |
themes/sophie-lewis | 2 months ago | |
.drone.yml | 3 months ago | |
.gitignore | 3 months ago | |
.gitmodules | 2 years ago | |
README.md | 3 months ago | |
config.toml | 2 months ago |
README.md
lasophielle.org
Local set-up
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 Bulma is 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.
Deployment
Changes to the main
branch are automatically deployed to
https://lasophielle.org using Drone, as configured in .drone.yml
.
Click this badge to see recent builds: