From f4aa957c53cda659d026ffd23856f65a72fee739 Mon Sep 17 00:00:00 2001 From: mayx Date: Tue, 4 Jan 2022 20:42:55 +0800 Subject: Restore deleted repositories --- _layouts/default.html | 154 ++++++++++++++++++++++++++++++++++++++++++++++++++ _layouts/encrypt.html | 55 ++++++++++++++++++ _layouts/post.html | 90 +++++++++++++++++++++++++++++ 3 files changed, 299 insertions(+) create mode 100644 _layouts/default.html create mode 100644 _layouts/encrypt.html create mode 100644 _layouts/post.html (limited to '_layouts') diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..e3d0975 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,154 @@ + + + + + + + +{% seo %} +{% feed_meta %} + + + + + + + +{% if site.google_analytics %} + + + +{% endif %} + + + +
+
+

{{ site.title | default: site.github.repository_name }}

+ + {% if site.logo %} + Logo + {% endif %} + +

{{ site.description | default: site.github.project_tagline }}

+ +

+ + {% if site.github.is_project_page %} +

View the Project on GitHub {{ site.github.repository_nwo }}

+ {% endif %} + + {% if site.github.is_user_page %} +

View My GitHub Profile

+ {% endif %} + + About Me +
+
+ + {{ content }} + +
+ +
+
+ +
+ +
+ + +
+
+ + +
+
召唤伊斯特瓦尔
+ + +
+ + + + + + + + + + diff --git a/_layouts/encrypt.html b/_layouts/encrypt.html new file mode 100644 index 0000000..153a27e --- /dev/null +++ b/_layouts/encrypt.html @@ -0,0 +1,55 @@ +--- +layout: post +--- + + + +
{{ page.tips | default: "请输入密码:" }}
+ +
+

diff --git a/_layouts/post.html b/_layouts/post.html new file mode 100644 index 0000000..a0a4418 --- /dev/null +++ b/_layouts/post.html @@ -0,0 +1,90 @@ +--- +layout: default +--- + +{{ page.date | date: "%-d %B %Y" }} - 字数统计:{% if page.layout == "encrypt" %}God Knows {% else %}{{ page.content | strip_html | strip_newlines | remove: " " | size }} - 阅读大约需要{{ page.content | strip_html | strip_newlines | remove: " " | size | divided_by: 350 | plus: 1 }}分钟{% endif %} - Hits: Loading... + +

{{ page.title }}

+ +

by {{ page.author | default: site.author }}

+ + + +
+ +{% include toc.html html=content sanitize=true %} + +{{content}} + +{% if page.tags %} + tags: {{ page.tags | join: " - " }} +{% endif %} + + + + + + + +
+ + + -- cgit 1.4.1-2-gfad0