Edit README and change deploy script
This commit is contained in:
parent
e7ac155c24
commit
2c559613e1
2 changed files with 6 additions and 12 deletions
|
@ -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.
|
Pretty basic Jekyll setup, nothing much to say.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
The source code itself is released under the 2-Clause BSD License, which can be
|
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
|
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
|
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.
|
License version 1.1, which can be found as `ofl.txt` in the same directory.
|
||||||
|
|
12
deploy.sh
12
deploy.sh
|
@ -1,10 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/zsh
|
||||||
|
|
||||||
SRC_ROOTDIR="$HOME/src/fef.moe"
|
bundle exec jekyll build
|
||||||
WEB_ROOTDIR="$HOME/pub/www"
|
rsync -r _site/ gay@bsd.gay:~/pub/www
|
||||||
|
|
||||||
cd "$SRC_ROOTDIR"
|
|
||||||
jekyll build
|
|
||||||
rm -rf "$WEB_ROOTDIR"
|
|
||||||
cp -r _site "$WEB_ROOTDIR"
|
|
||||||
gzip -9kr "$WEB_ROOTDIR"
|
|
||||||
|
|
Loading…
Reference in a new issue