diff --git a/_config.yml b/_config.yml index f5cc6b88057b..80a81ddf1911 100644 --- a/_config.yml +++ b/_config.yml @@ -282,6 +282,21 @@ jekyll-archives: display_tags: ['formatting', 'images', 'links', 'math', 'code'] # these tags will be displayed on the front page of your blog display_categories: ['blockquotes'] # these categories will be displayed on the front page of your blog +# ----------------------------------------------------------------------------- +# Jekyll Archives +# ----------------------------------------------------------------------------- + +jekyll-archives: + enabled: [year, tags, categories] # enables year, tag and category archives (remove if you need to disable one of them). + layouts: + year: archive-year + tag: archive-tag + category: archive-category + permalinks: + year: '/blog/:year/' + tag: '/blog/tag/:name/' + category: '/blog/category/:name/' + # ----------------------------------------------------------------------------- # Jekyll Scholar # ----------------------------------------------------------------------------- diff --git a/_posts/2015-03-15-formatting-and-links.md b/_posts/2015-03-15-formatting-and-links.md index 8edeba65e70c..0ecd30357aed 100644 --- a/_posts/2015-03-15-formatting-and-links.md +++ b/_posts/2015-03-15-formatting-and-links.md @@ -3,6 +3,8 @@ layout: post title: a post with formatting and links date: 2015-03-15 16:40:16 description: march & april, looking forward to summer +tags: formatting links +categories: sample-posts --- Jean shorts raw denim Vice normcore, art party High Life PBR skateboard stumptown vinyl kitsch. Four loko meh 8-bit, tousled banh mi tilde forage Schlitz dreamcatcher twee 3 wolf moon. Chambray asymmetrical paleo salvia, sartorial umami four loko master cleanse drinking vinegar brunch. Pinterest DIY authentic Schlitz, hoodie Intelligentsia butcher trust fund brunch shabby chic Kickstarter forage flexitarian. Direct trade cold-pressed meggings stumptown plaid, pop-up taxidermy. Hoodie XOXO fingerstache scenester Echo Park. Plaid ugh Wes Anderson, freegan pug selvage fanny pack leggings pickled food truck DIY irony Banksy. diff --git a/_posts/2015-05-15-images.md b/_posts/2015-05-15-images.md index 1a43f7cde931..544bb2bc0319 100644 --- a/_posts/2015-05-15-images.md +++ b/_posts/2015-05-15-images.md @@ -3,6 +3,8 @@ layout: post title: a post with images date: 2015-05-15 21:01:00 description: this is what included images could look like +tags: formatting images +categories: sample-posts --- This is an example post with image galleries. diff --git a/_posts/2015-07-15-code.md b/_posts/2015-07-15-code.md index 2dc73ce640e5..675543df5eda 100644 --- a/_posts/2015-07-15-code.md +++ b/_posts/2015-07-15-code.md @@ -3,6 +3,8 @@ layout: post title: a post with code date: 2015-07-15 15:09:00 description: an example of a blog post with some code +tags: formatting code +categories: sample-posts --- This theme implements a built-in Jekyll feature, the use of Rouge, for syntax highlighting. It supports more than 100 languages. diff --git a/_posts/2015-10-20-comments.md b/_posts/2015-10-20-comments.md index 55b900f907fc..33e08010305f 100644 --- a/_posts/2015-10-20-comments.md +++ b/_posts/2015-10-20-comments.md @@ -4,5 +4,6 @@ title: a post with comments date: 2015-10-20 11:59:00-0400 description: an example of a blog post with comments comments: true +categories: sample-posts external-services --- This post shows how to add DISQUS comments. diff --git a/_posts/2015-10-20-math.md b/_posts/2015-10-20-math.md index c7c2fa2a4f51..9417b8118178 100644 --- a/_posts/2015-10-20-math.md +++ b/_posts/2015-10-20-math.md @@ -3,6 +3,8 @@ layout: post title: a post with math date: 2015-10-20 11:12:00-0400 description: an example of a blog post with some math +tags: formatting math +categories: sample-posts --- This theme supports rendering beautiful math in inline and display modes using [MathJax 3](https://www.mathjax.org/) engine. You just need to surround your math expression with `$$`, like `$$ E = mc^2 $$`. If you leave it inside a paragraph, it will produce an inline expression, just like $$ E = mc^2 $$. diff --git a/_posts/2020-09-28-github-metadata.md b/_posts/2020-09-28-github-metadata.md index 3f406310f295..e8eec3fff6eb 100644 --- a/_posts/2020-09-28-github-metadata.md +++ b/_posts/2020-09-28-github-metadata.md @@ -3,13 +3,14 @@ layout: post title: a post with github metadata date: 2020-09-28 21:01:00 description: a quick run down on accessing github metadata. +categories: sample-posts external-services --- A sample blog page that demonstrates the accessing of github meta data. ## What does Github-MetaData do? * Propagates the site.github namespace with repository metadata -* Setting site variables : +* Setting site variables : * site.title * site.description * site.url @@ -28,7 +29,7 @@ A sample blog page that demonstrates the accessing of github meta data. * URL : {{ site.github.url }} * BaseURL : {{ site.github.baseurl }} * Archived : {{ site.github.archived}} -* Contributors : +* Contributors : {% for contributor in site.github.contributors %} * {{ contributor.login }} -{% endfor %} \ No newline at end of file +{% endfor %} diff --git a/_posts/2020-09-28-twitter.md b/_posts/2020-09-28-twitter.md index f67b191f3e2f..7de919155ba5 100644 --- a/_posts/2020-09-28-twitter.md +++ b/_posts/2020-09-28-twitter.md @@ -3,6 +3,8 @@ layout: post title: a post with twitter date: 2020-09-28 11:12:00-0400 description: an example of a blog post with twitter +tags: formatting +categories: sample-posts external-services --- A sample blog page that demonstrates the inclusion of Tweets/Timelines/etc.