From 8341051568c9ef20aa74d576814d10a2a377c793 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Fri, 23 Dec 2022 15:56:52 -0800 Subject: [PATCH] Update README, drop deploy.sh [ci skip] --- README.md | 20 ++++++++++++++++---- deploy.sh | 2 -- 2 files changed, 16 insertions(+), 6 deletions(-) delete mode 100755 deploy.sh diff --git a/README.md b/README.md index 871d1e9..d3ea67b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -## Setup +# lasophielle.org + +## Local set-up This project uses `hugo` and git submodules. Below is how to set up Hugo on a Linux machine. @@ -9,7 +11,7 @@ Linux machine. `snap install hugo --channel=extended` -2. Run the following to make sure the git submodules are installed: +2. Run the following to make sure Bulma is installed: ``` git submodule init @@ -19,7 +21,17 @@ git submodule update 3. 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 +## 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. +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](https://drone.autonomic.zone/api/badges/autonomic-cooperative/sophie-lewis-hugo/status.svg)](https://drone.autonomic.zone/autonomic-cooperative/sophie-lewis-hugo) diff --git a/deploy.sh b/deploy.sh deleted file mode 100755 index a227c76..0000000 --- a/deploy.sh +++ /dev/null @@ -1,2 +0,0 @@ -hugo -abra app cp customhtml_sophielewis_lasophielle public/ app:/usr/share/nginx/html/ \ No newline at end of file