init
This commit is contained in:
parent
86c52dfe04
commit
ceab8e204c
13
README.md
13
README.md
@ -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
|
||||||
|
```
|
||||||
|
@ -1 +0,0 @@
|
|||||||
# Website template
|
|
@ -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>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
{{ template "header.html" }}
|
@include 'header'
|
||||||
|
|
||||||
<!-- *************************************
|
<!-- *************************************
|
||||||
*********** Begin body content ***********
|
*********** Begin body content ***********
|
||||||
|
Loading…
Reference in New Issue
Block a user