From a37c9aed1a0c1d3ba5613a93d85cdc5b194cb89e Mon Sep 17 00:00:00 2001 From: curben Date: Sat, 15 Sep 2018 23:05:39 +0930 Subject: [PATCH] Change homepage to show /archives Create /about page using previous index.ejs --- source/about/index.md | 3 +++ themes/typing/layout/about.ejs | 22 ++++++++++++++++++++++ themes/typing/layout/index.ejs | 23 +---------------------- 3 files changed, 26 insertions(+), 22 deletions(-) create mode 100644 source/about/index.md create mode 100644 themes/typing/layout/about.ejs mode change 100644 => 120000 themes/typing/layout/index.ejs diff --git a/source/about/index.md b/source/about/index.md new file mode 100644 index 0000000..9c9f748 --- /dev/null +++ b/source/about/index.md @@ -0,0 +1,3 @@ +--- +layout: about +--- diff --git a/themes/typing/layout/about.ejs b/themes/typing/layout/about.ejs new file mode 100644 index 0000000..ae5da79 --- /dev/null +++ b/themes/typing/layout/about.ejs @@ -0,0 +1,22 @@ +
+
+
+

<%= theme.nickname %>

+
+

<%- markdown(theme.description) %>

+
+
+
+
+
+ diff --git a/themes/typing/layout/index.ejs b/themes/typing/layout/index.ejs deleted file mode 100644 index ae5da79..0000000 --- a/themes/typing/layout/index.ejs +++ /dev/null @@ -1,22 +0,0 @@ -
-
-
-

<%= theme.nickname %>

-
-

<%- markdown(theme.description) %>

-
-
-
-
-
- diff --git a/themes/typing/layout/index.ejs b/themes/typing/layout/index.ejs new file mode 120000 index 0000000..96e523f --- /dev/null +++ b/themes/typing/layout/index.ejs @@ -0,0 +1 @@ +/home/blog/blog/themes/typing/layout/archive.ejs \ No newline at end of file