add arch details

master
Zholnay Kirill 2020-08-17 17:35:34 +03:00
parent ca3e46d0a2
commit 14adca3542
1 changed files with 4 additions and 3 deletions

View File

@ -1,9 +1,11 @@
# Сайт selfprivacy.org
* CMS — https://gohugo.io/
* Тема — https://github.com/mitrichius/hugo-theme-anubis
* Графика - https://romannurik.github.io/AndroidAssetStudio/icons-launcher.html
* Проверка орфографии и чистоты текста — https://glvrd.ru/
Построен на hugo, билдится и выкатывается git post-receive хуком на каждый коммит
Билдится и выкатывается git post-receive хуком на каждый коммит
```sh
#!/bin/sh
@ -38,5 +40,4 @@ mv $TARGET $SITE_DIR
echo " Removing temporary directory."
rm -rf $TEMP_DIRECTORY
```