First version

This commit is contained in:
Alexis Hassler
2019-04-12 23:08:34 +02:00
commit 61baeb1807
41 changed files with 1383 additions and 0 deletions

5
_special/Redirect.html Normal file
View File

@@ -0,0 +1,5 @@
---
layout: redirect
title: Example of redirection
redirect: New
---

16
_special/Tag:Example.md Normal file
View File

@@ -0,0 +1,16 @@
---
layout: tag
title: Example of Tag
tags: Example
toc: false
created: 2019-04-12
modified: 2019-04-12
revisions:
- author: Alexis
date: 2019-04-12
comment: First version
---
## Example Tag
*Nice* examples

12
_special/User:Alexis.html Normal file
View File

@@ -0,0 +1,12 @@
---
layout: user
title: Alexis
toc: false
created: 2019-04-12
modified: 2019-04-12
revisions:
- author: Alexis
date: 2019-04-12
comment: First version
---
I'm a developer.