diff --git a/README.md b/README.md index f3b1c9a..c07f47c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,19 @@ # www_veda2 ```bash +hero git pull -u https://git.ourworld.tf/veda/www_veda2 cd ~/code/git.ourworld.tf/veda/www_veda2 ./start.vsh ``` + +## to develop + +change the templates + +## to install + +```bash +curl https://raw.githubusercontent.com/freeflowuniverse/crystallib/development/scripts/installer.sh > /tmp/install.sh +bash /tmp/install.sh +hero git pull -u https://git.ourworld.tf/veda/www_veda2 +``` diff --git a/web/README.md b/web/README.md deleted file mode 100644 index 2514967..0000000 --- a/web/README.md +++ /dev/null @@ -1 +0,0 @@ -# Website template diff --git a/web/templates/header.html b/web/templates/header.html index e836f13..437a1b5 100644 --- a/web/templates/header.html +++ b/web/templates/header.html @@ -1,10 +1,5 @@ - diff --git a/web/templates/index.html b/web/templates/index.html index 7384aad..f89cf64 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -1,5 +1,5 @@ -{{ template "header.html" }} +@include 'header'