Go to file
Aadil Ayub 8e1546d518 add deployment script 2022-09-28 13:08:18 +05:00
archetypes initial commit 2021-08-22 04:59:59 +01:00
content add link to abolish the family in writing.md 2022-09-28 13:07:25 +05:00
resources/_gen/assets/scss/scss fix full surrogacy now book cover layout 2022-09-28 13:01:48 +05:00
static/img create abolish the family page 2022-09-28 12:52:39 +05:00
themes/sophie-lewis add link to abolish the family in writing.md 2022-09-28 13:07:25 +05:00
.gitignore Remove & ignore .hugo_build.lock 2022-03-24 22:58:50 +02:00
.gitmodules initial commit 2021-08-22 04:59:59 +01:00
README.md Added new information to the readme. 2022-03-23 09:32:29 -04:00
config.toml create events page 2022-09-27 17:35:53 +05:00
deploy.sh add deployment script 2022-09-28 13:08:18 +05:00

README.md

Setup

This project uses hugo and git submodules. Below is how to set up Hugo on a Linux machine.

  1. Download hugo - you will need the extended version of Hugo. As of this writing there does not seem to be an extended version available via apt. However, you can use snap to get this version:

snap install hugo --channel=extended

  1. Run the following to make sure the git submodules are installed:
git submodule init
git submodule update
  1. 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.