diff --git a/.sass-cache/84c1d479f3efebedb2c3a2227c1f9b0bf09ca144/my.scssc b/.sass-cache/84c1d479f3efebedb2c3a2227c1f9b0bf09ca144/my.scssc new file mode 100644 index 0000000..2fe8737 Binary files /dev/null and b/.sass-cache/84c1d479f3efebedb2c3a2227c1f9b0bf09ca144/my.scssc differ diff --git a/.sass-cache/bbb0fd3df444ad45197a59c34f8464959cd8baad/archives.scssc b/.sass-cache/bbb0fd3df444ad45197a59c34f8464959cd8baad/archives.scssc new file mode 100644 index 0000000..54c137b Binary files /dev/null and b/.sass-cache/bbb0fd3df444ad45197a59c34f8464959cd8baad/archives.scssc differ diff --git a/.sass-cache/bbb0fd3df444ad45197a59c34f8464959cd8baad/back_to_top.scssc b/.sass-cache/bbb0fd3df444ad45197a59c34f8464959cd8baad/back_to_top.scssc new file mode 100644 index 0000000..36cd57e Binary files /dev/null and b/.sass-cache/bbb0fd3df444ad45197a59c34f8464959cd8baad/back_to_top.scssc differ diff --git a/.sass-cache/bbb0fd3df444ad45197a59c34f8464959cd8baad/post.scssc b/.sass-cache/bbb0fd3df444ad45197a59c34f8464959cd8baad/post.scssc new file mode 100644 index 0000000..5ebd5b2 Binary files /dev/null and b/.sass-cache/bbb0fd3df444ad45197a59c34f8464959cd8baad/post.scssc differ diff --git a/.sass-cache/bbb0fd3df444ad45197a59c34f8464959cd8baad/sidebar.scssc b/.sass-cache/bbb0fd3df444ad45197a59c34f8464959cd8baad/sidebar.scssc new file mode 100644 index 0000000..5845b0b Binary files /dev/null and b/.sass-cache/bbb0fd3df444ad45197a59c34f8464959cd8baad/sidebar.scssc differ diff --git a/.sass-cache/bbb0fd3df444ad45197a59c34f8464959cd8baad/sidebar_listgroup.scssc b/.sass-cache/bbb0fd3df444ad45197a59c34f8464959cd8baad/sidebar_listgroup.scssc new file mode 100644 index 0000000..6b13232 Binary files /dev/null and b/.sass-cache/bbb0fd3df444ad45197a59c34f8464959cd8baad/sidebar_listgroup.scssc differ diff --git a/.sass-cache/bbb0fd3df444ad45197a59c34f8464959cd8baad/sidebar_main.scssc b/.sass-cache/bbb0fd3df444ad45197a59c34f8464959cd8baad/sidebar_main.scssc new file mode 100644 index 0000000..63bbdac Binary files /dev/null and b/.sass-cache/bbb0fd3df444ad45197a59c34f8464959cd8baad/sidebar_main.scssc differ diff --git a/.sass-cache/bbb0fd3df444ad45197a59c34f8464959cd8baad/sidebar_post.scssc b/.sass-cache/bbb0fd3df444ad45197a59c34f8464959cd8baad/sidebar_post.scssc new file mode 100644 index 0000000..fe0e00e Binary files /dev/null and b/.sass-cache/bbb0fd3df444ad45197a59c34f8464959cd8baad/sidebar_post.scssc differ diff --git a/404.html b/404.html index 4bf3f7d..1f6f0c3 100644 --- a/404.html +++ b/404.html @@ -1,10 +1,10 @@ ---- -layout: default -title: "404: Page not found" -permalink: 404.html ---- - -
-

404: Page not found

-

Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. Head back home to try finding it again.

-
+--- +layout: default +title: "404: Page not found" +permalink: 404.html +--- + +
+

404: Page not found

+

Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. Head back home to try finding it again.

+
diff --git a/README.md b/README.md index a3e285f..52497c6 100644 --- a/README.md +++ b/README.md @@ -1,35 +1,2 @@ -# Zero Jekyll Theme - -Zero a minimal two-column Jekyll theme based on bootstrap 3. - -## Features - -- Tags & Categories -- SideBar -- Table of Contents (support [Scrollspy](https://getbootstrap.com/docs/3.3/javascript/#scrollspy)) -- Latex support (MathJax) -- Social icons -- Code block highlighting -- Mobile display - -## Preview - -See [Demo](https://lszero.github.io/). - -* Index - - ![index](https://github.com/lszero/zero-theme/blob/master/img/demo-index.png) - - -* Post - Table of Contents - - ![Table of Contents](https://github.com/lszero/zero-theme/blob/master/img/demo-post.png) - -## Usage - -... - - - - - +#This blog's theme is forked from https://github.com/lszero/zero-theme.git +Thanks to Iszero diff --git a/_config.yml b/_config.yml index e60743e..22bb1f1 100644 --- a/_config.yml +++ b/_config.yml @@ -1,56 +1,55 @@ -# Welcome to Jekyll! -# -# This config file is meant for settings that affect your whole blog, values -# which you are expected to set up once and rarely edit after that. If you find -# yourself editing this file very often, consider using Jekyll's data files -# feature for the data you need to update frequently. -# -# For technical reasons, this file is *NOT* reloaded automatically when you use -# 'bundle exec jekyll serve'. If you change this file, please restart the server process. - -# Site settings -# These are used to personalize your new site. If you look in the HTML files, -# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. -# You can create any custom variable you would like, and they will be accessible -# in the templates via {{ site.myvariable }}. -title: intzero's Blog -author: intzero -email: intzero@outlook.com -description: > # this means to ignore newlines until "baseurl:" - 程序媛/小硕/外协/折腾/技术宅 -url: http://lszero.com # the base hostname & protocol for your site, e.g. http://example.com -sitesearchurl: lszero.github.io -baseurl: "" # the subpath of your site, e.g. /blog - -# Markdown Processors -markdown: kramdown - -plugins: - - jekyll-paginate -paginate: 5 -paginate_path: "/pages:num/" - -mathjax: false - -excerpt_separator: - -permalink: /:categories/:title.html - -social_media: - github_url: https://github.com/lszero - weibo_url: http://weibo.com/u/2313016370 - zhihu_url: https://www.zhihu.com/people/lszero - twitter_url: https://twitter.com/_lszero - lofter_url: http://intzero.lofter.com/ - -# Exclude from processing. -# The following items will not be processed, by default. Create a custom list -# to override the default setting. -# exclude: -# - Gemfile -# - Gemfile.lock -# - node_modules -# - vendor/bundle/ -# - vendor/cache/ -# - vendor/gems/ -# - vendor/ruby/ +# Welcome to Jekyll! +# +# This config file is meant for settings that affect your whole blog, values +# which you are expected to set up once and rarely edit after that. If you find +# yourself editing this file very often, consider using Jekyll's data files +# feature for the data you need to update frequently. +# +# For technical reasons, this file is *NOT* reloaded automatically when you use +# 'bundle exec jekyll serve'. If you change this file, please restart the server process. + +# Site settings +# These are used to personalize your new site. If you look in the HTML files, +# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. +# You can create any custom variable you would like, and they will be accessible +# in the templates via {{ site.myvariable }}. +title: mggumin's Blog +author: mggumin +email: mggumin@gmail.com +description: > # this means to ignore newlines until "baseurl:" + 程序媛/小硕 +url: http://mggumin.github.io # the base hostname & protocol for your site, e.g. http://example.com +sitesearchurl: mggumin.github.io +baseurl: "" # the subpath of your site, e.g. /blog + +# Markdown Processors +markdown: kramdown + +plugins: + - jekyll-paginate +paginate: 5 +paginate_path: "/pages:num/" + +mathjax: false + +excerpt_separator: + +permalink: /:categories/:title.html + +social_media: + github_url: https://github.com/mggumin + #weibo_url: http://weibo.com/u/2313016370 + csdn_url: https://blog.csdn.net/ggmmnii + + +# Exclude from processing. +# The following items will not be processed, by default. Create a custom list +# to override the default setting. +# exclude: +# - Gemfile +# - Gemfile.lock +# - node_modules +# - vendor/bundle/ +# - vendor/cache/ +# - vendor/gems/ +# - vendor/ruby/ diff --git a/_includes/comments.html b/_includes/comments.html index 3a1573f..e3eebbf 100644 --- a/_includes/comments.html +++ b/_includes/comments.html @@ -1,16 +1,16 @@ - -
- - - + \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html index bf2ede6..5cbd66a 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,5 +1,5 @@ -