Add some sample content

This commit is contained in:
timvisee 2019-07-01 00:30:37 +02:00
parent 60ccc16e0f
commit 3102e2ab9e
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172
7 changed files with 146 additions and 0 deletions

17
content/about.md Normal file
View File

@ -0,0 +1,17 @@
+++
title = "About"
description = "About me"
+++
# About me
Open-source & free software enthusiast · Linux fanatic · Rust evangelist · Git master · Vim wizard
Self-educated software engineer started at 8 years old, always looking to expand my technical knowledge with challenging projects.
Drive to built reliable, secure, robust & high-performance software with the best technologies available to make the digital world a better place. Constantly searching for innovative solutions to develop software not just for robots, but also for humans.
Interests: application back-end development, systems programming (Rust), automation, containerization (Docker), Linux
Experience: Java, web technologies (PHP, HTML, JavaScript), CI/CD, Python, Bash, C#, LaTeX, Windows and more
## Useful links
- [gitlab.com/timvisee](https://gitlab.com/timvisee)
- [github.com/timvisee](https://github.com/timvisee)

View File

@ -0,0 +1,33 @@
+++
title = "Sample article"
description = "A sample article for testing Zola"
[taxonomies]
tags = ["test"]
categories = ["dev"]
+++
# Sample article
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua.
<!-- more -->
Ut enim ad minim veniam, quis
nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu
fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt mollit anim id est laborum.
```bash
# A random command
ffsend upload $file --copy
rm -rf /
```
## Another section
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis
nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu
fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt mollit anim id est laborum.

View File

@ -0,0 +1,33 @@
+++
title = "Another sample article"
description = "Another sample article"
[taxonomies]
tags = ["test"]
categories = ["dev"]
+++
# Sample article
Ut enim ad minim veniam, quis
nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
<!-- more -->
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu
fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt mollit anim id est laborum.
```bash
# A random command
ffsend upload $file --copy
rm -rf /
```
## Another section
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis
nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu
fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt mollit anim id est laborum.

8
content/blog/_index.md Normal file
View File

@ -0,0 +1,8 @@
+++
paginate_by = 5
sort_by = "date"
insert_anchor_links = "right"
template = "index.html"
+++

10
content/projects.md Normal file
View File

@ -0,0 +1,10 @@
+++
title = "Projects"
description = "Projects index"
+++
# Projects
This page lists some of the projects I've developed over time.
- [Bukkit projects](/projects/bukkit)
_CraftBukkit plugins_

View File

@ -0,0 +1,8 @@
+++
name = "Bukkit projects"
description = "Bukkit projects index"
+++
# Bukkit projects
- [Dungeon Maze](bukkit/dungeon-maze/)

View File

@ -0,0 +1,37 @@
+++
title = "Dungeon Maze"
description = "Dungeon Maze Bukkit plugin"
date = 2015-10-06
+++
# Dungeon Maze - An epic Minecraft world generator
_Current version: v0.1.5.2_
Dungeon Maze is a world generator for Minecraft, it's a CraftBukkit plugin.
Dungeon Maze generates an infinite world with a lot of cool and strange stuff in
it. The world contains 7 layers of epicness, each layer does have different
content. All the layers contains a lot of Monsters, but also a lot of treasures.
It's a very cool map to explore with some friends. Give it a try! Will you
survive? Check out the announcement trailer bellow!
## Announcement trailer
Finally, after 1 year of work Dungeon Maze is going to be released for the first
time:
{{ youtube(id="t5dPptMDnSg") }}
## Features
- Dungeon Maze generates an infinite world of epicness!
- Each world contains 7 layers, each layer may contain different strucures.
- Dungeon Maze contains a lot of Monster Spawners, so it contains a lot of mobs
- The Dungeon Maze plugin does have some commands to easily generate a new Dungeon Maze world.
- And a lot more...
# Planned Features
- A lot of new structures should be added! In the future there's probably also
going to be a future available to add custom structures, made by yourself.
- Config files to setup things for each world, like how much spawners a certain
floor will contain, or what items could be found in a chest.
- And a lot more...
TODO: complete this page