-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wip: minimal tags for a post are parsed * wip: confirm no immediate regression for no tags * chore: update `mo` * test: try out more tags w/ overlap * feat: tagged entries with "|"; add test to enforce * feat: tags * docs: tags * refactor: remove todo * refactor: more DRY checking for tags * feat: add tags to sitemap * docs: RFC 2119 compliance * docs: more RFC 2119 * feat: add `has_tags` for entries * fix: do tags for drafts, just don't ALL_TAGS 'em * docs(readme): specify Docker platform * fix: bad copypasta * fix: `has_tags` * refactor: opt for checking `tags.0` vs `has_tags` * docs(readme): use browser sync via `npx`
- Loading branch information
Showing
23 changed files
with
1,858 additions
and
795 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM ubuntu:20.04 | ||
FROM ubuntu:24.04 | ||
|
||
ENV PANDOC_VERSION=2.17.0.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.