This repository has been archived on 2023-01-31 . You can view files and clone it, but cannot push or open issues or pull requests.
d7ffb0f14e54a28487e0119fc81f31992f48c0c4
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 theextendedversion of Hugo. As of this writing there does not seem to be an extended version available viaapt. However, you can usesnapto 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 serverand 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:
Description
Languages
HTML
75.2%
SCSS
24.8%