Commit Graph

112 Commits

Author SHA1 Message Date
Jordi García L
455efc9c3c
Update jekyll and bundle versions in gemspec
Trying to use this theme as a gem on a fresh jekyll install results in the following error:

```
Bundler could not find compatible versions for gem "jekyll":
  In Gemfile:
    jekyll (~> 4.0.0)

    garth-jekyll-theme (~> 1.0.4) was resolved to 1.0.4, which depends on
      jekyll (~> 3.6)
```

This PR fixes the issue by updating the jekyll depencency.
2020-01-01 18:07:02 +01:00
David Darnes
338f674cf4 Merge branch 'master' of github.com:daviddarnes/garth-jekyll-theme 2019-11-24 12:14:54 +00:00
David Darnes
b51ed6089d Remove potentially offensive wording 2019-11-24 12:14:45 +00:00
David Darnes
c72b41d1dc
Housekeeping 2019-06-11 14:14:35 +01:00
David Darnes
306a7db9ef
Housekeeping 2019-06-11 14:14:16 +01:00
David Darnes
1fe14b2637
Create FUNDING.yml 2019-05-27 22:30:59 +01:00
David Darnes
b26fc50728 Version bump 1.0.3 2019-03-04 20:22:05 +00:00
David Darnes
8c47866cee
Merge pull request #21 from mtlynch/no-exec
Disabling execute permission on all files
2019-03-04 20:20:09 +00:00
David Darnes
565906028a
Merge pull request #22 from mtlynch/default-title
Adding default title tag
2019-03-03 23:59:27 +00:00
David Darnes
4e1a24eef9
Merge pull request #23 from mtlynch/trailing-space
Removing trailing whitespace
2019-03-03 23:57:19 +00:00
Michael Lynch
0f6a493e45 Removing trailing whitespace
Fixing files that have trailing whitespace at end of lines.
2019-03-03 16:27:38 -05:00
Michael Lynch
060bc4149a Adding default title tag
Currently, if page.collectionpage and page.title are both unset, the page title is set to " - Whatever Blog Title". This is undesirable, so if neither variable is set, the title tag should just be "Whatever Blog Title".
2019-03-03 16:20:09 -05:00
Michael Lynch
863954c90e Disabling execute permission on all files
Many files in the repo have the UNIX executable permission bit set, which indicates to the OS that these are executable binaries. None of these files are executable, so they should not have the executable permission bit set.
2019-03-03 16:07:41 -05:00
David Darnes
8e9aa160e9
Revert change 2018-09-16 19:19:08 +01:00
David Darnes
01ba7dd16f
Fix unless statement 2018-09-16 19:14:00 +01:00
David Darnes
3d7271aaa2
Revert layout back again 2018-04-28 18:43:22 +01:00
David Darnes
2704edd649
Revert layout 2018-04-28 18:42:38 +01:00
David Darnes
6aca382b6d Amend docs around customising, thanks @leonelgalan. Fixes #19 2018-04-28 18:15:09 +01:00
David Darnes
b722a2dcf3 Version bump 1.0.2 2018-01-18 22:54:32 +00:00
David Darnes
8ecd69056b
Merge pull request #18 from fancyfarfalle/master
Add support for custom favicon
2018-01-18 09:13:46 +00:00
David Darnes
e8de80b9c7
Just a little formatting for niceness 2018-01-18 09:13:01 +00:00
Thayer Luscian
9a03c1512f Add support for custom favicon 2018-01-17 19:49:52 -05:00
David Darnes
6205b00a48 Version bump 2018-01-02 10:46:40 +00:00
David Darnes
12887a1c76 Make sure correct font weights are loaded #7 2018-01-02 10:46:14 +00:00
David Darnes
84430a140b Remove links from categories 2018-01-01 21:52:29 +00:00
David Darnes
5c3749f7df
Merge pull request #16 from daviddarnes/v1-fixes
V1 fixes
2018-01-01 21:50:11 +00:00
David Darnes
afc44412a3 Add installation instructions to demo site 2018-01-01 21:48:27 +00:00
David Darnes
4ddca4d521 Make sure overrides are happening over sassline 2018-01-01 21:48:08 +00:00
David Darnes
0ed4f0efb3 Remove testing baseurl 2018-01-01 21:47:18 +00:00
David Darnes
e6256f60f7
Merge pull request #15 from daviddarnes/v1-fixes
V1 fixes
2018-01-01 21:43:23 +00:00
David Darnes
f338e7ae05 Version bump to v1 2018-01-01 21:31:42 +00:00
David Darnes
6e9e840168 Add code of conduct and contributing guidelines 2018-01-01 21:30:57 +00:00
David Darnes
d27e754328 Remove layout code from sassline, not needed 2018-01-01 21:28:16 +00:00
David Darnes
e6de56532d Prevent large spacing on list items 2018-01-01 21:26:52 +00:00
David Darnes
bb666b1320 Fix code block scrolling 2018-01-01 21:21:09 +00:00
David Darnes
1bbb124a8a Allow for language code options 2018-01-01 21:20:50 +00:00
David Darnes
7913a31410 Add customisation documentation 2018-01-01 21:20:27 +00:00
David Darnes
aead2d041d Account for multiple categories, #11 2018-01-01 20:52:03 +00:00
David Darnes
4026a8eded Allow use of baseurl, change logo to an internal url, simple graphic placeholder #13 2018-01-01 20:24:41 +00:00
David Darnes
a787982af8 Check logo exists before showing it 2018-01-01 19:20:43 +00:00
David Darnes
efeb7623ea Remove need for title attributes, #14 2018-01-01 19:13:40 +00:00
David Darnes
620051e2d3 Remove need for more obscured colour variables #10 2018-01-01 19:08:31 +00:00
David Darnes
403501335e Better styles file structure, #10 2018-01-01 18:59:40 +00:00
David Darnes
b46caa1eda Update readme to reflect installation changes 2018-01-01 18:49:28 +00:00
David Darnes
702a0e89ce Remove demo files, fixes #12 2018-01-01 18:36:00 +00:00
David Darnes
b0c17ff172 Switch gems to plugins in demo config 2018-01-01 18:30:28 +00:00
David Darnes
b8f1295d16 Amend url 2017-03-28 09:18:26 +01:00
David Darnes
7b80818db5 Amend readme 2017-03-28 09:17:57 +01:00
David Darnes
cd4c0e3035 Amend demo content 2017-03-28 09:17:14 +01:00
David Darnes
f260d6c539 Amend demo site 2017-03-28 09:17:07 +01:00