e6dc55c4df
Convert to tabs
2023-01-23 11:37:44 -06:00
1f09716cd8
Skip content link, why is the home link in an h1, better nav markup
2023-01-23 10:41:40 -06:00
65feb1c686
Cleaned up v2.0 status
2023-01-23 10:02:06 -06:00
00f82812d0
Status commit
2023-01-23 08:17:38 -06:00
9acd192d0d
Use new html base plugin!
...
Removes all the url filters
2022-08-19 11:05:22 -05:00
57e1a3d262
Show day on post page
2022-08-15 15:00:08 -05:00
df6a44bf80
Small tweaks to the styling. Uses a global max width on the theme
2022-08-15 14:53:45 -05:00
abb712dbb6
Swap to use an upstream theme directly from the prismjs node_modules
2022-08-15 12:22:19 -05:00
bd40861468
Using a dictionary library for i18n, also shows how to use i18n with navigation plugin.
2022-07-27 17:00:44 -05:00
847258f60c
All <link rel="alternate" hreflang> for i18n pages
2022-07-15 15:15:02 -05:00
143f2b33df
Regression on feed urls
2022-07-15 15:10:01 -05:00
2491464043
First commit of i18n base blog using Eleventy v2. This uses English-implied URLs.
2022-07-15 12:11:54 -05:00
aa0db1449d
Make the <meta name="generator"> opt-in in official starter projects too
2022-06-30 10:21:08 -05:00
137e76fb42
Switch to use 1.0+ slugify filter instead
2022-06-29 12:03:41 -05:00
8cc9cb8996
Fixes https://github.com/11ty/eleventy-base-blog/issues/94
2022-06-29 12:02:12 -05:00
3194c542ff
Merge branch 'patch-1'
2022-06-29 11:10:30 -05:00
d05fe05b86
Some variable cleanup and color changes
2022-06-29 11:10:24 -05:00
07099264d6
Merge pull request #98 from SiarheiBobryk/use-metadata-language-for-lang
...
Use `metadata.language` for the `lang` attribute
2022-06-29 09:18:14 -05:00
cd67b57bd0
Adds <meta name="generator">
to eleventy-base-blog
2022-04-18 13:55:31 -05:00
3eb6c6a67d
Upgrade syntax highlighter to 4.0 and update example to use diff syntax
2022-03-03 17:11:08 -06:00
8bffa6fce7
Only for non-empty collections.
2021-07-28 08:57:46 -05:00
fc4c6b21e6
Use metadata.language
for the lang
attribute
...
It's already `en` by default.
2021-05-04 12:26:14 +03:00
6e3282da5c
Align tags
2021-03-19 20:38:32 -05:00
85fd94918e
Support spaces in tags in base blog.
2021-03-17 16:29:07 -05:00
7e5a1f5ce7
Fixes #62 .
2021-03-17 10:29:29 -05:00
61885752b6
Adds next and previous post links.
2020-07-27 15:19:01 -05:00
75e71adb29
Get rid of the _11ty folder—we don’t need it.
2020-07-27 15:18:51 -05:00
7be229d9d0
Merge pull request #48 from benjifs/jsonfeed
...
JSON Feed
2020-07-27 11:30:43 -05:00
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
d02ee01b18
Merge pull request #66 from lonekorean/remove-render-data
...
Use eleventyComputed instead of renderData
2020-07-27 10:49:32 -05:00
ffef660e0e
Update TLD
2020-07-17 09:36:28 -05:00
0e031bdacb
Use eleventyComputed instead of renderData
2020-06-28 10:20:44 -04:00
27b93ce80c
Avoid name clash with tag
in HTML syntax highlighting
2020-06-05 22:48:15 +02:00
6c29bd0a64
Rogue markdown!
2020-01-03 11:19:51 -06:00
03bb550d46
Rename the variable for #47
2020-01-02 21:51:24 -06:00
38cfa275d2
Fix #47
2020-01-02 21:50:31 -06:00
6afb78f5e7
Merge pull request #32 from clottman/patch-2
...
Use tagList with full filter instead of just excluding posts from main post list
2020-01-02 20:59:11 -06:00
f870ecd50c
Switches to use more obvious markup menu template for eleventy-navigation
2020-01-02 20:51:47 -06:00
93e23c7885
Navigation plugin needs to work with pathprefix (update dep)
2019-11-11 16:22:08 -06:00
c9018fa45b
Use eleventy-navigation
plugin for navigation menu
2019-11-11 15:39:48 -06:00
fb7383c3ed
Add jsonfeed to base template
2019-10-30 13:27:38 -05:00
d5a16cbd47
use tagList with full filter instead of just excluding posts
2019-06-04 11:48:38 -05: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
e2028fd551
Whitespace, adds fourth sample post
2018-09-29 23:23:38 -05:00
b710903da8
Use <time> where applicable
2018-09-27 20:55:45 -04:00
f0b7f1d4db
Workaround for #15
2018-09-12 21:59:23 -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
47403414ad
Standardize on content and not templateContent (per docs)
2018-08-01 20:39:57 -05:00
67f9c1be98
Upgrades to 0.4.0 and adds tag pages
2018-06-20 22:43:11 -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