changes
This commit is contained in:
parent
8d044596a6
commit
4305ee7890
@ -16,7 +16,7 @@ To use this repository as a template, simply:
|
|||||||
- clone repository
|
- clone repository
|
||||||
- add your own content to templates directory (see more below)
|
- add your own content to templates directory (see more below)
|
||||||
- [install Zola](https://www.getzola.org/documentation/getting-started/installation/),
|
- [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`
|
- run `npm run start`
|
||||||
|
|
||||||
## How to create pages using this template
|
## How to create pages using this template
|
||||||
|
49
content/apage.md
Normal file
49
content/apage.md
Normal 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
|
||||||
|
|||
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
{% end %}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
{% row() %}
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|||
|
||||||
|
|
||||||
|
# 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 %}
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: "Careers"
|
title: "Join us"
|
||||||
description: ""
|
description: ""
|
||||||
insert_anchor_links: "left"
|
insert_anchor_links: "left"
|
||||||
template: "page.html"
|
template: "page.html"
|
||||||
|
@ -17,9 +17,9 @@ extra:
|
|||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
#### The Internot
|
#### [The Internot](apage)
|
||||||
|
|
||||||
Whats wrong with the internet
|
Whats wrong with the [internet](apage)
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
#### Our Internet
|
#### Our Internet
|
||||||
@ -77,7 +77,7 @@ Projects in OurWorld
|
|||||||
|
|
||||||
Be a part of the new internet
|
Be a part of the new internet
|
||||||
|
|
||||||
- [Careers]("/careers")
|
- [Join us]("/careers")
|
||||||
- [Blog]("/blog")
|
- [Blog]("/blog")
|
||||||
|
|
||||||
{% end %}
|
{% end %}
|
||||||
|
Loading…
Reference in New Issue
Block a user