Edit README and change deploy script

main
Erin A 3 years ago
parent e7ac155c24
commit 2c559613e1
No known key found for this signature in database
GPG Key ID: 0DD20142A0394DF7

@ -1,13 +1,13 @@
# fef's blog
# GayBSD Website
This is the thing at <https://fef.moe>.
This is the thing at <https://bsd.gay>.
Pretty basic Jekyll setup, nothing much to say.
## License
The source code itself is released under the 2-Clause BSD License, which can be
found in the `LICENSE` file. The actual text as found in the `_posts` directory
is licensed under [CC-BY-NC](https://creativecommons.org/licenses/by-nc/4.0/).
is licensed under [CNPL+](https://git.pixie.town/thufie/CNPL).
The font files in `assets/font/oleoscript` are licensed under the SIL Open Font
License version 1.1, which can be found as `ofl.txt` in the same directory.

@ -1,10 +1,4 @@
#!/bin/sh
#!/bin/zsh
SRC_ROOTDIR="$HOME/src/fef.moe"
WEB_ROOTDIR="$HOME/pub/www"
cd "$SRC_ROOTDIR"
jekyll build
rm -rf "$WEB_ROOTDIR"
cp -r _site "$WEB_ROOTDIR"
gzip -9kr "$WEB_ROOTDIR"
bundle exec jekyll build
rsync -r _site/ gay@bsd.gay:~/pub/www

Loading…
Cancel
Save