Update README, drop deploy.sh
[ci skip]
This commit is contained in:
parent
a7eb799f26
commit
8341051568
20
README.md
20
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)
|
||||
|
Reference in New Issue
Block a user