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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
Aadil Ayub a8f344f83b
continuous-integration/drone/push Build is passing Details
add new video
2 months ago
archetypes initial commit 2 years ago
content add new video 2 months ago
layouts add essays 2 months ago
static/img Changes Abolish the Family 3 months ago
themes/sophie-lewis update courses list with links + styling 2 months ago
.drone.yml Revert temp. disabling 3 months ago
.gitignore Remove & ignore "resources" folder 3 months ago
.gitmodules initial commit 2 years ago
README.md Update README, drop deploy.sh 3 months ago
config.toml courses-page 1.0 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.

  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 Bulma is 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.

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:

Build Status