aboutsummaryrefslogtreecommitdiff
path: root/v2/src/content
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-04-04 17:24:12 -0300
committerEuAndreh <eu@euandre.org>2023-04-04 17:24:12 -0300
commit419cd721024f5ebc364cdd9014222e0a48221ac7 (patch)
tree6de46c7c89853514f5b5be30a392bb7570767354 /v2/src/content
parentv2: WIP genhtml via envsubst (diff)
downloadeuandre.org-419cd721024f5ebc364cdd9014222e0a48221ac7.tar.gz
euandre.org-419cd721024f5ebc364cdd9014222e0a48221ac7.tar.xz
v2/: HTML! Handle pages, multiple languages, and snippets
Diffstat (limited to '')
-rw-r--r--v2/src/content/about.md17
l---------v2/src/content/img/envelope.svg1
l---------v2/src/content/img/lock.svg1
-rw-r--r--v2/src/content/tils/lisp-three-way-conditional.md2
4 files changed, 20 insertions, 1 deletions
diff --git a/v2/src/content/about.md b/v2/src/content/about.md
new file mode 100644
index 0000000..b10f26b
--- /dev/null
+++ b/v2/src/content/about.md
@@ -0,0 +1,17 @@
+---
+
+title: About
+
+layout: page
+
+lang: en
+
+ref: aboud
+
+---
+
+It's all about me, baby!
+
+```
+xablau
+```
diff --git a/v2/src/content/img/envelope.svg b/v2/src/content/img/envelope.svg
new file mode 120000
index 0000000..bd0c577
--- /dev/null
+++ b/v2/src/content/img/envelope.svg
@@ -0,0 +1 @@
+../../../../static/envelope.svg \ No newline at end of file
diff --git a/v2/src/content/img/lock.svg b/v2/src/content/img/lock.svg
new file mode 120000
index 0000000..f9a4f33
--- /dev/null
+++ b/v2/src/content/img/lock.svg
@@ -0,0 +1 @@
+../../../../static/lock.svg \ No newline at end of file
diff --git a/v2/src/content/tils/lisp-three-way-conditional.md b/v2/src/content/tils/lisp-three-way-conditional.md
index f53451b..81920c4 100644
--- a/v2/src/content/tils/lisp-three-way-conditional.md
+++ b/v2/src/content/tils/lisp-three-way-conditional.md
@@ -4,7 +4,7 @@ title: Three-way conditional for number signs on Lisp
date: 2021-04-24 3
-updated_at: 2021-08-14
+update: 2021-08-14
layout: post