diff --git a/.jekyll-cache/Jekyll/Cache/Jekyll--Cache/b7/9606fb3afea5bd1609ed40b622142f1c98125abcfe89a76a661b0e8e343910 b/.jekyll-cache/Jekyll/Cache/Jekyll--Cache/b7/9606fb3afea5bd1609ed40b622142f1c98125abcfe89a76a661b0e8e343910 index a9b432b..5b5beb4 100644 --- a/.jekyll-cache/Jekyll/Cache/Jekyll--Cache/b7/9606fb3afea5bd1609ed40b622142f1c98125abcfe89a76a661b0e8e343910 +++ b/.jekyll-cache/Jekyll/Cache/Jekyll--Cache/b7/9606fb3afea5bd1609ed40b622142f1c98125abcfe89a76a661b0e8e343910 @@ -1 +1 @@ -I"{"source"=>"/home/pengzhan/Github/CoderSherlock.github.io", "destination"=>"/home/pengzhan/Github/CoderSherlock.github.io/_site", "collections_dir"=>"", "cache_dir"=>".jekyll-cache", "plugins_dir"=>"_plugins", "layouts_dir"=>"_layouts", "data_dir"=>"_data", "includes_dir"=>"_includes", "collections"=>{"posts"=>{"output"=>true, "permalink"=>"/archivers/:title"}}, "safe"=>false, "include"=>[".htaccess"], "exclude"=>[".sass-cache", ".jekyll-cache", "gemfiles", "Gemfile", "Gemfile.lock", "node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"], "keep_files"=>[".git", ".svn"], "encoding"=>"utf-8", "markdown_ext"=>"markdown,mkdown,mkdn,mkd,md", "strict_front_matter"=>false, "show_drafts"=>nil, "limit_posts"=>0, "future"=>false, "unpublished"=>false, "whitelist"=>[], "plugins"=>[], "markdown"=>"kramdown", "highlighter"=>"rouge", "lsi"=>false, "excerpt_separator"=>"\n\n", "incremental"=>false, "detach"=>false, "port"=>"4000", "host"=>"127.0.0.1", "baseurl"=>"", "show_dir_listing"=>false, "permalink"=>"/archivers/:title", "paginate_path"=>"page:num", "timezone"=>nil, "quiet"=>false, "verbose"=>false, "defaults"=>[], "liquid"=>{"error_mode"=>"warn", "strict_filters"=>false, "strict_variables"=>false}, "kramdown"=>{"auto_ids"=>true, "toc_levels"=>[1, 2, 3, 4, 5, 6], "entity_output"=>"as_char", "smart_quotes"=>"lsquo,rsquo,ldquo,rdquo", "input"=>"GFM", "hard_wrap"=>false, "guess_lang"=>true, "footnote_nr"=>1, "show_warnings"=>false, "syntax_highlighter"=>"rouge"}, "title"=>"Stop Talking, Start Doing", "author"=>"Pengzhan Hao", "avatar"=>"/static/avatar.jpg", "email"=>"haopengzhan@gmail.com", "description"=>"My personal blog, with some boring research staff and some tricks I was fancy to. I'll try my best to make this blog fun and useful. Not just a place I complain about all happens in my Lab.\n", "url"=>"https://codersherlock.github.com/", "github_username"=>"codersherlock", "disqus_shortname"=>"codersherlockblog", "gems"=>["jekyll-paginate", "jekyll-gist", "jemoji"], "paginate"=>5, "serving"=>false}:ET \ No newline at end of file +I"{"source"=>"/home/pengzhan/Github/CoderSherlock.github.io", "destination"=>"/home/pengzhan/Github/CoderSherlock.github.io/_site", "collections_dir"=>"", "cache_dir"=>".jekyll-cache", "plugins_dir"=>"_plugins", "layouts_dir"=>"_layouts", "data_dir"=>"_data", "includes_dir"=>"_includes", "collections"=>{"posts"=>{"output"=>true, "permalink"=>"/archivers/:title"}}, "safe"=>false, "include"=>[".htaccess"], "exclude"=>[".sass-cache", ".jekyll-cache", "gemfiles", "Gemfile", "Gemfile.lock", "node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"], "keep_files"=>[".git", ".svn"], "encoding"=>"utf-8", "markdown_ext"=>"markdown,mkdown,mkdn,mkd,md", "strict_front_matter"=>false, "show_drafts"=>nil, "limit_posts"=>0, "future"=>false, "unpublished"=>false, "whitelist"=>[], "plugins"=>[], "markdown"=>"kramdown", "highlighter"=>"rouge", "lsi"=>false, "excerpt_separator"=>"\n\n", "incremental"=>false, "detach"=>false, "port"=>"4000", "host"=>"127.0.0.1", "baseurl"=>"", "show_dir_listing"=>false, "permalink"=>"/archivers/:title", "paginate_path"=>"page:num", "timezone"=>nil, "quiet"=>false, "verbose"=>false, "defaults"=>[], "liquid"=>{"error_mode"=>"warn", "strict_filters"=>false, "strict_variables"=>false}, "kramdown"=>{"auto_ids"=>true, "toc_levels"=>[1, 2, 3, 4, 5, 6], "entity_output"=>"as_char", "smart_quotes"=>"lsquo,rsquo,ldquo,rdquo", "input"=>"GFM", "hard_wrap"=>false, "guess_lang"=>true, "footnote_nr"=>1, "show_warnings"=>false, "syntax_highlighter"=>"rouge"}, "title"=>"Stop Talking, Start Doing", "author"=>"Pengzhan Hao", "avatar"=>"/static/avatar.jpg", "email"=>"haopengzhan@gmail.com", "description"=>"My personal blog, with some boring research staff and some tricks I was fancy to. I'll try my best to make this blog fun and useful. Not just a place I complain about all happens in my Lab.\n", "url"=>"https://codersherlock.github.com/", "github_username"=>"codersherlock", "disqus_shortname"=>"codersherlockblog", "gems"=>["jekyll-paginate", "jekyll-gist", "jemoji", "jekyll-sitemap"], "paginate"=>5, "serving"=>false}:ET \ No newline at end of file diff --git a/Gemfile b/Gemfile index 8bd847a..227bfad 100644 --- a/Gemfile +++ b/Gemfile @@ -6,4 +6,5 @@ group :jekyll_plugins do gem 'jekyll-paginate' gem 'jekyll-gist' gem 'jemoji' + gem 'jekyll-sitemap' end diff --git a/Gemfile.lock b/Gemfile.lock index 71c65f8..df7faf2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -46,6 +46,8 @@ GEM jekyll-paginate (1.1.0) jekyll-sass-converter (2.1.0) sassc (> 2.0.1, < 3.0) + jekyll-sitemap (1.4.0) + jekyll (>= 3.7, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) jemoji (0.12.0) @@ -100,6 +102,7 @@ DEPENDENCIES jekyll jekyll-gist jekyll-paginate + jekyll-sitemap jemoji BUNDLED WITH diff --git a/_config.yml b/_config.yml index bacd958..550d490 100644 --- a/_config.yml +++ b/_config.yml @@ -25,7 +25,7 @@ gems: - jekyll-paginate - jekyll-gist - jemoji - + - jekyll-sitemap # Build settings paginate: 5 paginate_path: "page:num" diff --git a/_site/404.html b/_site/404.html index 4df1117..624abfc 100644 --- a/_site/404.html +++ b/_site/404.html @@ -62,6 +62,10 @@ + + + + diff --git a/_site/about/index.html b/_site/about/index.html index 24973cd..50c0760 100644 --- a/_site/about/index.html +++ b/_site/about/index.html @@ -62,6 +62,10 @@ + + + + diff --git a/_site/archivers/charles-is-not-a-good-tool.html b/_site/archivers/charles-is-not-a-good-tool.html index 710b77b..bf8ad92 100644 --- a/_site/archivers/charles-is-not-a-good-tool.html +++ b/_site/archivers/charles-is-not-a-good-tool.html @@ -61,6 +61,10 @@ + + + + diff --git a/_site/archivers/eddl-how-do-we-train-on-limited-edge-devices.html b/_site/archivers/eddl-how-do-we-train-on-limited-edge-devices.html index ddb8b70..f872f24 100644 --- a/_site/archivers/eddl-how-do-we-train-on-limited-edge-devices.html +++ b/_site/archivers/eddl-how-do-we-train-on-limited-edge-devices.html @@ -61,6 +61,10 @@ + + + + diff --git a/_site/archivers/generate-word-cloud-with-chinese-fenci.html b/_site/archivers/generate-word-cloud-with-chinese-fenci.html index ed94c2c..9456c02 100644 --- a/_site/archivers/generate-word-cloud-with-chinese-fenci.html +++ b/_site/archivers/generate-word-cloud-with-chinese-fenci.html @@ -61,6 +61,10 @@ + + + + diff --git a/_site/archivers/hello.html b/_site/archivers/hello.html index ca8ff39..308ce86 100644 --- a/_site/archivers/hello.html +++ b/_site/archivers/hello.html @@ -61,6 +61,10 @@ + + + + diff --git a/_site/archivers/intro-xv6.html b/_site/archivers/intro-xv6.html index 6711a4b..4889d95 100644 --- a/_site/archivers/intro-xv6.html +++ b/_site/archivers/intro-xv6.html @@ -61,6 +61,10 @@ + + + + diff --git a/_site/archivers/some-of-my-previews-exper-work.html b/_site/archivers/some-of-my-previews-exper-work.html index 52769b6..5e30875 100644 --- a/_site/archivers/some-of-my-previews-exper-work.html +++ b/_site/archivers/some-of-my-previews-exper-work.html @@ -61,6 +61,10 @@ + + + + diff --git a/_site/category/index.html b/_site/category/index.html index 58b0564..d5d39ce 100644 --- a/_site/category/index.html +++ b/_site/category/index.html @@ -62,6 +62,10 @@ + + + + @@ -81,7 +85,7 @@