From 2f2f292db5819662e902b959c77bd2bfba1e5082 Mon Sep 17 00:00:00 2001 From: xuthus5 Date: Thu, 21 Jul 2022 23:58:25 +0800 Subject: [PATCH] init. --- .gitignore | 2 ++ config.yaml | 7 +++++++ source/data/projects.json | 1 + source/pages/about.md | 0 source/posts/hello-world.md | 0 5 files changed, 10 insertions(+) create mode 100644 .gitignore create mode 100644 config.yaml create mode 100644 source/data/projects.json create mode 100644 source/pages/about.md create mode 100644 source/posts/hello-world.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..93c700e --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.vscode/ +.idea/ diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..ac3f835 --- /dev/null +++ b/config.yaml @@ -0,0 +1,7 @@ +# Site +title: mder +subtitle: +description: a very fast static site generator +keywords: mder, xuthus5 +author: xuthus5@gmail.com +theme: indust diff --git a/source/data/projects.json b/source/data/projects.json new file mode 100644 index 0000000..ee1aac4 --- /dev/null +++ b/source/data/projects.json @@ -0,0 +1 @@ +[{}] \ No newline at end of file diff --git a/source/pages/about.md b/source/pages/about.md new file mode 100644 index 0000000..e69de29 diff --git a/source/posts/hello-world.md b/source/posts/hello-world.md new file mode 100644 index 0000000..e69de29