Handrei Stoicescu
5276137479
Replace tag with eleventyNavigation in navigation instructions
...
Top level navigation has been updated in c9018fa45b
to use `eleventyNavigation` instead of the `nav` tag. We have to update the readme file to also account for this change.
2021-06-02 09:31:16 +03:00
Siarhei Bobryk
fc4c6b21e6
Use metadata.language
for the lang
attribute
...
It's already `en` by default.
2021-05-04 12:26:14 +03:00
Zach Leatherman
c10b171a40
Merge pull request #93 from shwilliam/patch-1
2021-03-20 00:31:01 -05:00
Zach Leatherman
31b04f6959
Update RSS plugin
2021-03-19 21:11:17 -05:00
Zach Leatherman
6a7c849745
Update markdown deps (major bump!)
2021-03-19 20:38:59 -05:00
Zach Leatherman
6e3282da5c
Align tags
2021-03-19 20:38:32 -05:00
Zach Leatherman
c0dd1fc8fe
Update Eleventy version.
2021-03-19 17:27:03 -05:00
William Lindvall
56c1c94fc4
Add missing colon to json.njk
...
Fixes malformed JSON feed output
2021-03-19 03:20:05 +01:00
Zach Leatherman
85fd94918e
Support spaces in tags in base blog.
2021-03-17 16:29:07 -05:00
Zach Leatherman
2ccfbf9244
Tweaks to posts list css.
2021-03-17 10:57:44 -05:00
Zach Leatherman
9971c1cf84
Change those ugly red tags.
2021-03-17 10:43:13 -05:00
Zach Leatherman
8c22eb5916
Missed one for #63 .
2021-03-17 10:33:58 -05:00
Zach Leatherman
4792248aa7
Fixes #63 .
2021-03-17 10:32:35 -05:00
Zach Leatherman
7e5a1f5ce7
Fixes #62 .
2021-03-17 10:29:29 -05:00
Zach Leatherman
a9fdacc9a6
Merge pull request #81 from Atlas48/master
...
Changed perms of _data/metadata.json
2021-03-17 10:08:24 -05:00
Zach Leatherman
0669be339f
Merge pull request #83 from aboutDavid/master
...
Update JSONfeed version to 1.1 and add "language" field
2021-03-17 10:07:40 -05:00
Zach Leatherman
ed5ba24988
Change to more generic two letter code
...
Read more: https://jsonfeed.org/version/1.1
2021-03-17 10:07:21 -05:00
Zach Leatherman
999e35c2d9
Merge pull request #84 from andersk/404
...
Serve 404 page with status code 404, not 200
2021-03-17 10:05:48 -05:00
Zach Leatherman
032e8d3cb5
Update deps.
2021-01-10 15:01:43 -06:00
Anders Kaseorg
7af708e8ac
Serve 404 page with status code 404, not 200
...
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-12-21 22:17:53 -08:00
David
a2cec1d3b5
Add language field/bump version to 1.1
2020-11-30 22:04:23 -05:00
David
eddcf97576
Add "language" value to update jsonfeed to v1.1
2020-11-30 22:02:06 -05:00
Atlas
0749655c89
changed perms of _data/metadata.json
2020-11-05 19:58:49 +00:00
Zach Leatherman
89e242c329
Update eleventy
2020-10-22 13:57:17 -05:00
Zach Leatherman
d3a79bfb40
Upgrade node version in travis config
2020-10-16 14:37:58 -05:00
Zach Leatherman
d4746b07c0
Use a newer Node
2020-10-16 14:34:09 -05:00
Zach Leatherman
502ab5bdb1
The pathPrefix url filter isn’t needed here for permalinks. Otherewise the files generate to a special folder. We want the directory output to look the same, not with hardcoded pathprefix directories.
2020-10-16 14:33:59 -05:00
Zach Leatherman
d28f834fbb
Fixes #70
2020-10-16 13:06:30 -05:00
Zach Leatherman
61885752b6
Adds next and previous post links.
2020-07-27 15:19:01 -05:00
Zach Leatherman
75e71adb29
Get rid of the _11ty folder—we don’t need it.
2020-07-27 15:18:51 -05:00
Zach Leatherman
5fb79c5849
I don’t think category
is used here.
2020-07-27 15:04:10 -05:00
Zach Leatherman
6a351cefda
Merge branch 'master' of github.com:11ty/eleventy-base-blog
2020-07-27 15:03:06 -05:00
Zach Leatherman
d3ced37f50
Clean up the JSON code a bit (don’t need that extra filter)
2020-07-27 15:02:58 -05:00
Zach Leatherman
bc4459ba7d
Merge pull request #31 from clottman/patch-1
...
Add 'remix on glitch' link to readme
2020-07-27 11:45:35 -05:00
Zach Leatherman
2934dae820
Reuse the url
filter to work with path prefixes.
2020-07-27 11:40:11 -05:00
Zach Leatherman
b078457afb
Reuse feed backs from metadata file and adds comments about it.
2020-07-27 11:39:08 -05:00
Zach Leatherman
7be229d9d0
Merge pull request #48 from benjifs/jsonfeed
...
JSON Feed
2020-07-27 11:30:43 -05:00
Zach Leatherman
bb708ca55d
Updates navigation dependency.
2020-07-27 10:52:55 -05:00
Zach Leatherman
c24396e82a
Merge pull request #61 from fschoenfeldt/patch-1
...
bump eleventy navigation to 0.1.5
2020-07-27 10:51:04 -05:00
Zach Leatherman
004be50f17
Merge pull request #64 from verlok/patch-1
...
Avoid name clash with `tag` in HTML syntax highlighting
2020-07-27 10:50:30 -05:00
Zach Leatherman
d02ee01b18
Merge pull request #66 from lonekorean/remove-render-data
...
Use eleventyComputed instead of renderData
2020-07-27 10:49:32 -05:00
Zach Leatherman
3c1884c5c6
Merge pull request #69 from davidakennedy/reverseFeed
...
Reverse order of posts in feed
2020-07-27 10:48:44 -05:00
David A. Kennedy
b74f962454
Reverse order of posts in feed
...
* Allows feed readers to make sure they get the latest post, even of parsing is limited.
2020-07-22 20:21:57 -04:00
Zach Leatherman
ffef660e0e
Update TLD
2020-07-17 09:36:28 -05:00
Will Boyd
0e031bdacb
Use eleventyComputed instead of renderData
2020-06-28 10:20:44 -04:00
Andrea Verlicchi
764c3a0e99
Avoid name clash with tag
in HTML syntax highlighting
2020-06-05 22:49:02 +02:00
Andrea Verlicchi
27b93ce80c
Avoid name clash with tag
in HTML syntax highlighting
2020-06-05 22:48:15 +02:00
Andrea Verlicchi
0b922ed87d
Avoid name clash with tag
in HTML syntax highlighting
2020-06-05 22:45:17 +02:00
fschoenfeldt
92bde329c6
bump eleventy navigation to 0.1.5
2020-06-01 10:13:39 +02:00
Zach Leatherman
5d46f4eac2
Merge pull request #59 from plug-n-play/patch-1
...
Name update post rebranding
2020-05-15 09:21:21 -05:00