aboutsummaryrefslogtreecommitdiff
path: root/zola-static/content
diff options
context:
space:
mode:
Diffstat (limited to 'zola-static/content')
-rw-r--r--zola-static/content/about-me.md6
-rw-r--r--zola-static/content/about-this-site.md6
-rw-r--r--zola-static/content/blog/_index.md2
-rw-r--r--zola-static/content/blog/first.md9
4 files changed, 19 insertions, 4 deletions
diff --git a/zola-static/content/about-me.md b/zola-static/content/about-me.md
new file mode 100644
index 0000000..13b4889
--- /dev/null
+++ b/zola-static/content/about-me.md
@@ -0,0 +1,6 @@
++++
+title = "About Me"
+template = "main-page.html"
++++
+
+My name is Jack Jamison
diff --git a/zola-static/content/about-this-site.md b/zola-static/content/about-this-site.md
new file mode 100644
index 0000000..ec41a95
--- /dev/null
+++ b/zola-static/content/about-this-site.md
@@ -0,0 +1,6 @@
++++
+title = "About This Site"
+template = "main-page.html"
++++
+
+This site is generated with [zola](https://getzola.org).
diff --git a/zola-static/content/blog/_index.md b/zola-static/content/blog/_index.md
index 72bc989..d53e7ce 100644
--- a/zola-static/content/blog/_index.md
+++ b/zola-static/content/blog/_index.md
@@ -1,5 +1,5 @@
+++
-title = "List of blog posts"
+title = "List of posts"
sort_by = "date"
template = "blog.html"
page_template = "blog-page.html"
diff --git a/zola-static/content/blog/first.md b/zola-static/content/blog/first.md
index ed88f5c..bfed8ba 100644
--- a/zola-static/content/blog/first.md
+++ b/zola-static/content/blog/first.md
@@ -1,12 +1,15 @@
+++
-title = "My first post"
+title = "My First Article"
date = 2025-05-11
+updated = 2025-05-12
+++
-This is my first blog post.
+This is my first blog post. I am using this post to learn how to configure my site and its style.
+
+> This article is going to be weird, and use a lot of features.
### Code block test
-```c++
+```c++,name=main.cpp
#include <iostream>
int main() {