about summary refs log tree commit diff
path: root/README.md
blob: 63281031867f7ab8b1f4257a579a8998863a4bf2 (plain) (blame)
1
2
3
4
5
6
7
8
9
Updating the site:

```
npx @11ty/eleventy
mkdir -p /srv/www.starfall.systems
cp -r _site /srv/www.starfall.systems
install www.starfall.systems /etc/nginx/sites-available/www.starfall.systems
nginx -s reload
```