From ceab8e204c0dce8f2fe24e927062bab950f1c8d6 Mon Sep 17 00:00:00 2001 From: despiegk Date: Mon, 7 Oct 2024 04:25:29 +0300 Subject: [PATCH] init --- README.md | 13 +++++++++++++ web/README.md | 1 - web/templates/header.html | 5 ----- web/templates/index.html | 2 +- 4 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 web/README.md 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'