Commit Graph

570 Commits

Author SHA1 Message Date
c700f094a6 Updates dependencies. 2019-04-04 17:36:37 -05:00
a498762b88 Nicer font
Taken from: https://bitsofco.de/the-new-system-font-stack/
2019-03-17 18:51:10 +01:00
bbad06deae Merge pull request #25 from nick-novak/master
xml date fix
2019-02-13 22:10:02 -06:00
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
27e7988cd8 readme update to include how to host using local webserver for development purposes 2019-02-10 12:15:20 -07:00
e2be85925d Adds https://github.com/11ty/eleventy/issues/386 to default eleventy-base-blog config 2019-01-31 07:14:06 -06:00
641d9b26e0 xml date fix 2019-01-18 11:25:36 -05:00
d0c924e963 Eleventy v0.7.1 2019-01-14 08:11:13 -06:00
97a845955a Add link to quick tip in 404 page. Also a link to home. 2019-01-14 07:27:24 -06:00
949927850e Bump version 2019-01-10 22:21:06 -06:00
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
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
14f8e1e08e Same URL pattern for relative paths that I have seen elsewhere 2018-12-31 10:44:36 -08:00
54d4d3a377 Fix href on github pages 2018-09-30 00:15:28 -05:00
4670a61125 Upgrades dependencies to latest. 2018-09-30 00:11:29 -05:00
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
e2028fd551 Whitespace, adds fourth sample post 2018-09-29 23:23:38 -05:00
68f2715f82 Adds liquid templates to templateFormats 2018-09-29 23:22:27 -05:00
09f5f24862 Whitespace 2018-09-29 23:22:04 -05:00
32ea990f46 Merge pull request #20 from mathiasbynens/last-x-posts
Add archives page
2018-09-29 23:20:00 -05:00
81a2f8c135 Merge branch 'master' into last-x-posts 2018-09-29 10:49:44 -04:00
127050c8cd Merge pull request #23 from mathiasbynens/html-time
Use <time> where applicable
2018-09-28 21:57:42 -05:00
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
b710903da8 Use <time> where applicable 2018-09-27 20:55:45 -04:00
879355af72 Merge pull request #22 from mathiasbynens/add-sitemap
Add sitemap.xml
2018-09-25 21:10:45 -05:00
096ff9f3de Add sitemap.xml 2018-09-24 16:23:31 -04:00
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
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
4a517aecc1 Fix a typo 2018-09-18 07:08:43 -05:00
628c62c526 Merge pull request #19 from mathiasbynens/patch-2
Fix set usage
2018-09-18 07:00:55 -05:00
abf5a2cf23 Fix set usage
Fix #18.
2018-09-18 11:36:28 +02:00
002f4e2f2a Merge pull request #16 from mathiasbynens/patch-2
Use Set instead of object in `getTagList`
2018-09-13 07:03:57 -05:00
0012d51d9b Update getTagList.js 2018-09-13 13:12:49 +02:00
619538df79 Use Set instead of object in getTagList 2018-09-13 13:10:38 +02:00
f0b7f1d4db Workaround for #15 2018-09-12 21:59:23 -05:00
aead2309a3 Merge pull request #12 from nhoizey/patch-1
Set default text and background colours
2018-09-04 15:27:37 -05:00
d0709479ab Merge pull request #14 from denmch/patch-1
Add `reversed` attribute to posts list
2018-09-04 15:26:30 -05:00
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
ef7783222d Adds a /tags/ to list all valid tags 2018-08-29 08:46:06 -05:00
e3f3bc1cf2 Adds 404 page. 2018-08-23 17:50:54 -05:00
ec2c6f5b05 Merge pull request #13 from mathiasbynens/patch-1
Simplify collection filtering using `startsWith`
2018-08-17 09:34:48 -05:00
f17db1370c Simplify collection filtering using startsWith 2018-08-17 14:11:32 +02:00
47403414ad Standardize on content and not templateContent (per docs) 2018-08-01 20:39:57 -05:00
253c374596 Typo
gray != grey
2018-07-16 13:19:33 +02:00
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
67f9c1be98 Upgrades to 0.4.0 and adds tag pages 2018-06-20 22:43:11 -05:00
4185f33c15 Adds markdown-it-anchor plugin 2018-06-18 09:00:00 -05:00
5115c4409c Merge pull request #10 from nilsmielke/patch-1
_includes/base.njk —> _includes/layouts/base.njk
2018-06-13 09:43:07 -05:00
2a37a2d9d4 _includes/base.njk —> _includes/layouts/base.njk
Updated the file path of `base.njk`
2018-06-13 15:38:48 +02:00
4d72cacd23 Use url filter for proper urls on github pages 2018-06-11 08:17:20 -05:00