zola migrate

This commit is contained in:
samaradel
2022-04-17 14:14:00 +02:00
parent 4c5ae120bb
commit e89463eac5
1518 changed files with 9319 additions and 82794 deletions

130
content/apage.md Normal file
View File

@@ -0,0 +1,130 @@
---
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() %}
## My example mermaid diagram
I wanted to use mermaid in this project, and it looks like this
|||
{% mermaid() %}
classDiagram
Animal <|-- Duck
Animal <|-- Fish
Animal <|-- Zebra
Animal : +int age
Animal : +String gender
Animal: +isMammal()
Animal: +mate()
class Duck{
+String beakColor
+swim()
+quack()
}
class Fish{
-int sizeInFeet
-canEat()
}
class Zebra{
+bool is_wild
+run()
}
{% end %}
{% row() %}
![Image](/images/ourworld_mycellium.png#large)
|||
# Reimagine your world
<br/>
Finally a framework fun to be used.
> Am super happy about it
- test
- test2
- internet
- something
- test3
{% end %}
{% admonition(title="Admonition test" type="note") %}
slipped outer exact open under people particularly growth feet amount steep there arrow introduced pencil distance possibly buffalo store former pound throughout equator column
{% end %}
{% admonition() %}
!!! note ""
slipped outer exact open under people particularly growth feet amount steep there arrow introduced pencil distance possibly buffalo store former pound throughout equator column
{% end %}
{% admonition() %}
??? note
slipped outer exact open under people particularly growth feet amount steep there arrow introduced pencil distance possibly buffalo store former pound throughout equator column
{% end %}
{% admonition() %}
???+ bug "Bug title"
slipped outer exact open under people particularly growth feet amount steep there arrow introduced pencil distance possibly buffalo store former pound throughout equator column
{% end %}
{% admonition() %}
!!! bug "Example title"
slipped outer exact open under people particularly growth feet amount steep there arrow introduced pencil distance possibly buffalo store former pound throughout equator column
{% end %}
{% admonition() %}
??? success "Example title"
slipped outer exact open under people particularly growth feet amount steep there arrow introduced pencil distance possibly buffalo store former pound throughout equator column
{% end %}
{% admonition() %}
!!! warning "Example title"
slipped outer exact open under people particularly growth feet amount steep there arrow introduced pencil distance possibly buffalo store former pound throughout equator column
{% end %}