This commit is contained in:
despiegk 2024-10-07 04:25:29 +03:00
parent 86c52dfe04
commit ceab8e204c
4 changed files with 14 additions and 7 deletions

View File

@ -1,6 +1,19 @@
# www_veda2 # www_veda2
```bash ```bash
hero git pull -u https://git.ourworld.tf/veda/www_veda2
cd ~/code/git.ourworld.tf/veda/www_veda2 cd ~/code/git.ourworld.tf/veda/www_veda2
./start.vsh ./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
```

View File

@ -1 +0,0 @@
# Website template

View File

@ -1,10 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<!--
Template: Sepia - Photography Portfolio HTML Website Template
Author: Themetorium
URL: https://themetorium.net
-->
<html lang="en"> <html lang="en">
<head> <head>

View File

@ -1,5 +1,5 @@
{{ template "header.html" }} @include 'header'
<!-- ************************************* <!-- *************************************
*********** Begin body content *********** *********** Begin body content ***********