{{ page.title }}
-an archive of posts in this category
-{{ post.date | date: "%b %-d, %Y" }} | -- {{ post.title }} - | -
---|
diff --git a/Gemfile b/Gemfile index 248c9f6..99db2ab 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,6 @@ source 'https://rubygems.org' group :jekyll_plugins do gem 'jekyll' - gem 'jekyll-archives' gem 'jekyll-email-protect' gem 'jekyll-imagemagick' gem 'jekyll-paginate-v2' diff --git a/_config.yml b/_config.yml index 9109043..3374137 100644 --- a/_config.yml +++ b/_config.yml @@ -46,34 +46,15 @@ contact_note: google_analytics: google_site_verification: -# ----------------------------------------------------------------------------- -# Blog -# ----------------------------------------------------------------------------- - -# blog_name: blog -# blog_description: -# permalink: /blog/:year/:title/ - -# # Pagination -# pagination: -# enabled: true - # ----------------------------------------------------------------------------- # Collections # ----------------------------------------------------------------------------- collections: - news: - defaults: - layout: post - output: true - permalink: /news/:path/ projects: output: true permalink: /projects/:path/ -# news_limit: 5 - # ----------------------------------------------------------------------------- # Jekyll settings # ----------------------------------------------------------------------------- @@ -103,7 +84,6 @@ keep_files: - .git plugins: - - jekyll-archives - jekyll-email-protect - jekyll-imagemagick - jekyll-paginate-v2 @@ -128,22 +108,6 @@ minify: true sass: style: compressed -# ----------------------------------------------------------------------------- -# Jekyll Archives -# ----------------------------------------------------------------------------- - -jekyll-archives: - enabled: [year, tags, categories] - layouts: - year: archive-year - tag: archive-tag - category: archive-category - permalinks: - year: '/blog/:year/' - tag: '/blog/tag/:name/' - category: '/blog/category/:name/' - - # ----------------------------------------------------------------------------- # Responsive WebP Images # ----------------------------------------------------------------------------- diff --git a/_includes/header.html b/_includes/header.html index 78c7203..481174e 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -25,15 +25,6 @@ {%- endif -%} - {% if site.blog_name %} -
an archive of posts in this category
-{{ post.date | date: "%b %-d, %Y" }} | -- {{ post.title }} - | -
---|
an archive of posts with this tag
-{{ post.date | date: "%b %-d, %Y" }} | -- {{ post.title }} - | -
---|
an archive of posts from this year
-{{ post.date | date: "%b %-d, %Y" }} | -- {{ post.title }} - | -
---|
{{ post.description }}
- - -