This commit is contained in:
despiegk 2022-02-23 11:33:18 +04:00
parent 8d044596a6
commit 4305ee7890
4 changed files with 54 additions and 5 deletions

View File

@ -16,7 +16,7 @@ To use this repository as a template, simply:
- clone repository
- add your own content to templates directory (see more below)
- [install Zola](https://www.getzola.org/documentation/getting-started/installation/),
- run npm insall to install dependencies
- run `npm install` to install dependencies
- run `npm run start`
## How to create pages using this template

49
content/apage.md Normal file
View File

@ -0,0 +1,49 @@
---
title: "This is a page"
description: ""
date: 2018-09-14
updated: 2021-02-20
draft: false
---
{% row() %}
# Reimagine your world
<br/>
test
|||
![Image](/images/ourworld_mycellium.png#large)
{% end %}
{% row() %}
![Image](/images/ourworld_mycellium.png#large)
|||
# Reimagine your world
<br/>
Its really cool how this has been done.
Finally a framework fun to be used.
> Am super happy about it
- test
- test2
- internet
- something
- test3
{% end %}

View File

@ -1,5 +1,5 @@
---
title: "Careers"
title: "Join us"
description: ""
insert_anchor_links: "left"
template: "page.html"

View File

@ -17,9 +17,9 @@ extra:
<br>
<br>
#### The Internot
#### [The Internot](apage)
Whats wrong with the internet
Whats wrong with the [internet](apage)
<br>
#### Our Internet
@ -77,7 +77,7 @@ Projects in OurWorld
Be a part of the new internet
- [Careers]("/careers")
- [Join us]("/careers")
- [Blog]("/blog")
{% end %}