diff --git a/README.md b/README.md index 80acfc2..a620ba1 100644 --- a/README.md +++ b/README.md @@ -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 - ```