Commit Graph

431 Commits

Author SHA1 Message Date
Zach Leatherman
0da708e993 Updates syntaxhighlight plugin 2019-09-11 07:11:36 -05:00
Zach Leatherman
1b2517fa06 Updates to Eleventy 0.9.0 2019-08-27 12:32:10 -05:00
Zach Leatherman
960303a6b3 Dependency update 2019-08-27 12:31:32 -05:00
Ben Edwards
a9f9d1bc96 Builds feed URL from site URL to reduce replication 2019-07-23 18:00:11 +01:00
Zach Leatherman
105436b2bb
Create FUNDING.yml 2019-07-02 14:29:37 -05:00
Cassey Lottman
b6e0b85a87
run browsersync in ghost mode
The average user probably does not want every reader's scroll position synced to every other reader.
2019-06-18 10:22:58 -05:00
Cassey Lottman
d5a16cbd47
use tagList with full filter instead of just excluding posts 2019-06-04 11:48:38 -05:00
Cassey Lottman
1429c7a4cf
Add 'remix on glitch' link to readme
Working port of this project on glitch.com
2019-06-04 11:34:08 -05:00
Zach Leatherman
1148b90e22 Updates Eleventy dependency. 2019-05-04 22:30:11 -05:00
Zach Leatherman
6e02ac8a50 Updates to 0.8.1 2019-04-05 21:57:58 -05:00
Zach Leatherman
d2439adf61 Use new eleventyExcludeFromCollections feature in 0.8.0: https://www.11ty.io/docs/collections/#option%3A-exclude-content-from-collections 2019-04-04 20:49:20 -05:00
Zach Leatherman
c700f094a6 Updates dependencies. 2019-04-04 17:36:37 -05:00
Krzychu
a498762b88
Nicer font
Taken from: https://bitsofco.de/the-new-system-font-stack/
2019-03-17 18:51:10 +01:00
Zach Leatherman
bbad06deae
Merge pull request #25 from nick-novak/master
xml date fix
2019-02-13 22:10:02 -06:00
Zach Leatherman
5c2a07f364
Merge pull request #26 from dhoman/master
readme update to include how to host using local webserver for develo…
2019-02-10 19:22:39 -06:00
dhoman
27e7988cd8 readme update to include how to host using local webserver for development purposes 2019-02-10 12:15:20 -07:00
Zach Leatherman
e2be85925d Adds https://github.com/11ty/eleventy/issues/386 to default eleventy-base-blog config 2019-01-31 07:14:06 -06:00
Nick Novak
641d9b26e0 xml date fix 2019-01-18 11:25:36 -05:00
Zach Leatherman
d0c924e963 Eleventy v0.7.1 2019-01-14 08:11:13 -06:00
Zach Leatherman
97a845955a Add link to quick tip in 404 page. Also a link to home. 2019-01-14 07:27:24 -06:00
Zach Leatherman
949927850e Bump version 2019-01-10 22:21:06 -06:00
Zach Leatherman
496982355e Using deep data merge (post tag is inherited from posts/posts.json) and updates to use 0.7.0. 2019-01-10 22:20:14 -06:00
Zach Leatherman
0cb6dab28a
Merge pull request #24 from kitt/kitt/relative-path-for-sites-using-subdirs
Update tags.njk to use subdir paths for the "all tags" page
2018-12-31 14:21:41 -06:00
Kitt Hodsden
14f8e1e08e Same URL pattern for relative paths that I have seen elsewhere 2018-12-31 10:44:36 -08:00
Zach Leatherman
54d4d3a377 Fix href on github pages 2018-09-30 00:15:28 -05:00
Zach Leatherman
4670a61125 Upgrades dependencies to latest. 2018-09-30 00:11:29 -05:00
Zach Leatherman
2402ba4887 Refactored latest posts and with a correct sort. Uses dates on posts rather than file creation dates (unreliable). 2018-09-30 00:09:09 -05:00
Zach Leatherman
e2028fd551 Whitespace, adds fourth sample post 2018-09-29 23:23:38 -05:00
Zach Leatherman
68f2715f82 Adds liquid templates to templateFormats 2018-09-29 23:22:27 -05:00
Zach Leatherman
09f5f24862 Whitespace 2018-09-29 23:22:04 -05:00
Zach Leatherman
32ea990f46
Merge pull request #20 from mathiasbynens/last-x-posts
Add archives page
2018-09-29 23:20:00 -05:00
Mathias Bynens
81a2f8c135
Merge branch 'master' into last-x-posts 2018-09-29 10:49:44 -04:00
Zach Leatherman
127050c8cd
Merge pull request #23 from mathiasbynens/html-time
Use <time> where applicable
2018-09-28 21:57:42 -05:00
Zach Leatherman
ddead22027
Merge pull request #21 from mathiasbynens/code-snippet
Add code snippet with 2 consecutive new lines
2018-09-28 21:57:06 -05:00
Mathias Bynens
b710903da8
Use <time> where applicable 2018-09-27 20:55:45 -04:00
Zach Leatherman
879355af72
Merge pull request #22 from mathiasbynens/add-sitemap
Add sitemap.xml
2018-09-25 21:10:45 -05:00
Mathias Bynens
096ff9f3de
Add sitemap.xml 2018-09-24 16:23:31 -04:00
Mathias Bynens
08dd5f67d0
Add code snippet with 2 consecutive new lines
This demonstrates the issue that https://github.com/11ty/eleventy-plugin-syntaxhighlight/pull/5 fixes, and could serve as kind of a regression test for the fix. :)
2018-09-22 22:45:57 -04:00
Mathias Bynens
8b66ea9bea Add archives page
Blogs commonly only display the latest `n` blog posts on the home page, while showing the full list on a separate archive page. This change implements that.
2018-09-19 17:13:28 +02:00
Zach Leatherman
4a517aecc1 Fix a typo 2018-09-18 07:08:43 -05:00
Zach Leatherman
628c62c526
Merge pull request #19 from mathiasbynens/patch-2
Fix set usage
2018-09-18 07:00:55 -05:00
Mathias Bynens
abf5a2cf23
Fix set usage
Fix #18.
2018-09-18 11:36:28 +02:00
Zach Leatherman
002f4e2f2a
Merge pull request #16 from mathiasbynens/patch-2
Use Set instead of object in `getTagList`
2018-09-13 07:03:57 -05:00
Mathias Bynens
0012d51d9b
Update getTagList.js 2018-09-13 13:12:49 +02:00
Mathias Bynens
619538df79
Use Set instead of object in getTagList 2018-09-13 13:10:38 +02:00
Zach Leatherman
f0b7f1d4db Workaround for #15 2018-09-12 21:59:23 -05:00
Zach Leatherman
aead2309a3
Merge pull request #12 from nhoizey/patch-1
Set default text and background colours
2018-09-04 15:27:37 -05:00
Zach Leatherman
d0709479ab
Merge pull request #14 from denmch/patch-1
Add `reversed` attribute to posts list
2018-09-04 15:26:30 -05:00
Den McHenry
50ec3a7e5e
Add reversed attribute to posts list
Without CSS, the last post will be number 1. In browsers other than IE and Edge (where it's currently under consideration), the `reversed` attribute will match the effect of the CSS counter. I like putting the attribute first so it's clear that it's a particular kind of "ordered list: reversed."
2018-09-04 12:11:40 -07:00
Zach Leatherman
ef7783222d Adds a /tags/ to list all valid tags 2018-08-29 08:46:06 -05:00