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
Zach Leatherman
e3f3bc1cf2
Adds 404 page.
2018-08-23 17:50:54 -05:00
Zach Leatherman
ec2c6f5b05
Merge pull request #13 from mathiasbynens/patch-1
...
Simplify collection filtering using `startsWith`
2018-08-17 09:34:48 -05:00
Mathias Bynens
f17db1370c
Simplify collection filtering using startsWith
2018-08-17 14:11:32 +02:00
Zach Leatherman
47403414ad
Standardize on content and not templateContent (per docs)
2018-08-01 20:39:57 -05:00
Nicolas Hoizey
253c374596
Typo
...
gray != grey
2018-07-16 13:19:33 +02:00
Nicolas Hoizey
d8eff83738
Set default text and background colours
...
Some elements in the design have text colour without background colour. Setting a global background colour should be enough with current text colours.
I wonder however if `var(--white)` is really necessary, instead of `white`.
2018-07-16 13:10:38 +02:00
Zach Leatherman
67f9c1be98
Upgrades to 0.4.0 and adds tag pages
2018-06-20 22:43:11 -05:00
Zach Leatherman
4185f33c15
Adds markdown-it-anchor plugin
2018-06-18 09:00:00 -05:00
Zach Leatherman
5115c4409c
Merge pull request #10 from nilsmielke/patch-1
...
_includes/base.njk —> _includes/layouts/base.njk
2018-06-13 09:43:07 -05:00
Nils Mielke
2a37a2d9d4
_includes/base.njk —> _includes/layouts/base.njk
...
Updated the file path of `base.njk`
2018-06-13 15:38:48 +02:00
Zach Leatherman
4d72cacd23
Use url filter for proper urls on github pages
2018-06-11 08:17:20 -05:00
Zach Leatherman
af001c7a00
Merge pull request #9 from 11ty/tag-pages
...
Adds tag pages example
2018-06-11 08:10:32 -05:00
Zach Leatherman
65db61c058
Update deps
2018-06-11 08:09:20 -05:00
Zach Leatherman
75243f298d
Adds tag pages example
2018-06-11 08:08:15 -05:00
Zach Leatherman
db80b6e2f7
Merge pull request #8 from nsteiner/master
...
adding img dir to align with default eleventy.js settings and avoid error
2018-05-21 07:22:00 -05:00
Nate Steiner
3d1216a313
adding img dir to align with default eleventy.js settings and avoid error
2018-05-19 21:06:12 -04:00
Zach Leatherman
80ea652463
Use new markdown syntax highlighter b/c it’s cool, v4.0.2
2018-04-17 08:43:38 -05:00
Zach Leatherman
b732f8c6ab
v4.0.1
2018-04-05 00:01:56 -05:00
Zach Leatherman
c1ed1190c8
Dependency updates
2018-04-04 23:58:56 -05:00
Zach Leatherman
1c573d0d6d
Updates for 0.2.14
2018-02-17 12:36:26 -06:00
Zach Leatherman
3501428516
v4.0.0
2018-01-28 21:28:40 -06:00
Zach Leatherman
8a6401aa61
simplified npm script names
2018-01-28 21:28:10 -06:00