Commit Graph

106 Commits

Author SHA1 Message Date
Michal Jirku d06b7677c8 Customize tale theme (& add sidenotes+footnotes).
This is a large-ish commit that adds bunch of features to the base
"tale" theme forked from https://github.com/chesterhow/tale at de5cd20.

The changes:

- custom footer
- support for sidenotes, original taken from:
  https://blog.jkl.gg/jekyll-footnote-tufte-sidenote/
- logo at the top of the website
- date format is %Y-%m-%d
- The "written by" in article is only shown when article's author
  differs from site author
- Pages subpage shows list of posts sorted by years
2020-11-23 21:40:33 +01:00
Chester How de5cd20ac5 update gemspec 2020-09-16 13:48:54 +08:00
Chester How 7ddb37b309 style tags page 2020-09-16 13:47:11 +08:00
Chester How 34df66d7ef style 404 page 2020-09-16 13:02:00 +08:00
Chester How 92f6a2577b
Merge pull request #90 from pigne/master
Add the " !default" keyword to variables
2020-09-16 12:39:03 +08:00
Chester How 461ad4f02b
Merge pull request #81 from sunpe/master
add 404 page and tags page
2020-09-16 12:37:56 +08:00
Yoann Pigné a5d930a47c
Add the " !default" keyword to variable
This allows variables to be overriden.
2020-09-04 14:31:10 +02:00
sunpeng01 294b0570b1 add 404 page and tags page 2020-03-17 12:49:12 +08:00
Chester How 390384e6ef Update gem version 2020-03-16 18:49:21 +08:00
Chester How 943fc3aa5c Revert baseurl fix 2020-03-16 18:47:05 +08:00
Chester How c70428a965 Update rake and make minor changes for Jekyll 4 2020-03-16 18:36:24 +08:00
Chester How 34752195b7
Merge pull request #78 from drewolson/jekyll_4
Update jekyll dependency
2020-03-16 18:32:47 +08:00
drew 90ea105a14 Update jekyll dependency 2020-03-15 11:21:14 -05:00
Chester How 149a628918 Update gemspec 2019-12-12 11:43:08 +08:00
Chester How d153da85ef Update gemspec 2019-11-24 12:09:42 +08:00
Chester How e51f9b0df8
Merge pull request #72 from madeindjs/master
Update dependencies
2019-11-24 12:04:56 +08:00
Alexandre Rousseau 8a6a08a26a
Update dependencies 2019-11-24 00:59:17 +01:00
Chester How 08b2409165 Fix disqus implementation and update gemspec 2019-10-24 14:56:51 +08:00
Chester How 3eeb6a6dff
Merge pull request #70 from RobbiNespu/hacktoberfest
Feature: Add Disqus comment integration
2019-10-23 17:15:36 +08:00
Robbi Nespu a9ce361b82 add how to enable comment (Disqus) 2019-10-23 16:45:09 +08:00
Robbi Nespu 47cbc7f828 seperate and split code into parts as suggested 2019-10-23 16:27:19 +08:00
Robbi Nespu 678f7086f2 refactor disqus id 2019-10-22 15:23:34 +08:00
Robbi Nespu b557712f8c Feature: Add Disqus comment integration 2019-10-22 15:19:29 +08:00
Chester How 9f404797de
Merge pull request #67 from schdck/master
Change catalogue-item display to block
2019-09-12 10:38:37 +08:00
Maurício Vielmo Schmaedeck 8ee1b69c5b Change catalogue-item display to block 2019-09-10 11:11:37 -03:00
Chester How afb3afa9da
Merge pull request #58 from ks3/misc-fixes
Added exclusions to .gitignore and _config.yml
2018-12-24 13:11:42 +08:00
Kevin Sandy eba7f8409a Added exclusions to .gitignore and _config.yml 2018-12-19 10:21:51 -05:00
Chester How d9a7ae102a Update gem to v0.1.5 2018-11-26 10:40:44 +08:00
Chester How 5ba410e27a
Merge pull request #50 from prodingerd/patch-1
Add support for Google Analytics and SEO
2018-10-07 19:53:20 +08:00
Dominik Prodinger d1659d0b8c
Move Dependency to tale.gemspec File
The "jekyll-seo-tag" gem is now included using the "tale.gemspec" file.

Signed-off-by: Dominik Prodinger <prodinger.d@outlook.com>
2018-10-06 18:53:56 +02:00
Dominik Prodinger 098d203731
Add Jekyll-SEO-Tag Dependency
The "jekyll-seo-tag" gem/plugin is needed for the "{% seo %}" tag to
work on any platform other than GitHub Pages.

Signed-off-by: Dominik Prodinger <prodinger.d@outlook.com>
2018-10-05 10:09:21 +02:00
Chester How 8a6912e309
Merge pull request #49 from prodingerd/master
Clean up project
2018-10-05 12:05:35 +08:00
Dominik Prodinger 8ab3345ff8 Revert "Remove Unnecessary Icon File"
This reverts commit 18b32be0b1.
2018-10-03 12:46:41 +02:00
Dominik Prodinger 8eab530370
Add Support for Google Analytics and SEO
Signed-off-by: Dominik Prodinger <prodinger.d@outlook.com>
2018-10-03 09:29:50 +02:00
Dominik Prodinger 4eac3f45c5
Add Google Analytics Script 2018-10-03 09:27:20 +02:00
Dominik Prodinger 9bd38e5340 Revert "Add Google Analytics Support and Improve SEO"
This reverts commit 628e6dce5d.
2018-10-03 09:10:55 +02:00
Dominik Prodinger 628e6dce5d
Add Google Analytics Support and Improve SEO
Signed-off-by: Dominik Prodinger <prodinger.d@outlook.com>
2018-10-03 09:07:19 +02:00
Dominik Prodinger 18b32be0b1
Remove Unnecessary Icon File
Signed-off-by: Dominik Prodinger <prodinger.d@outlook.com>
2018-10-03 08:47:30 +02:00
Dominik Prodinger 6444b33b3f
Change Location of Page Files
Page files are now located within the _pages folder to clean up the root
directory.

Signed-off-by: Dominik Prodinger <prodinger.d@outlook.com>
2018-10-03 08:44:04 +02:00
Dominik Prodinger ee7c61b3af
Break up Navigation and Footer into Separate Files
Improve modularity by outsourcing the nav and footer tags into distinct
files.

Signed-off-by: Dominik Prodinger <prodinger.d@outlook.com>
2018-10-03 08:32:27 +02:00
Chester How bf99797d33 Update gem 2018-08-07 20:25:29 +08:00
Chester How c3fcedf7c8
Merge pull request #39 from Deborah-Digges/patch-1
Update tale.gemspec with jekyll-feed version
2018-08-07 20:24:24 +08:00
Deborah Gertrude Digges b54c71121d
Update tale.gemspec with jekyll-feed version 2018-08-07 15:17:13 +05:30
Chester How a16441d676
Merge pull request #37 from prodingerd/patch-1
Add Meta Description to Head Template
2018-07-24 23:42:02 +08:00
Dominik Prodinger 3a5cf334ee
Add Meta Description to Head Template
Now, the meta description tag will contain the text specified within the _config.yml file.
Also, the tag will only be displayed on the landing page.
2018-07-23 19:46:42 +02:00
Chester How 13412353f8
Merge pull request #35 from fwenzel/rss
Make RSS feed discoverable. Fix #34.
2018-07-07 10:12:35 +08:00
Fred Wenzel d86abf2f86 Add feed plugin 2018-07-06 16:40:48 -07:00
Fred Wenzel 846d9c9d88 Make RSS feed discoverable. Fix #34. 2018-06-30 11:46:26 -07:00
Chester How 53b9e4cf50 Update gem 2018-06-28 21:47:03 +08:00
Chester How 3d5e56cf28
Merge pull request #29 from danaugrs/master
Fixed scrollbar shifting content and typo
2018-06-03 16:28:42 +08:00