| Commit message (Collapse) | Author | Files | Lines |
|
This reverts commit e0db9261ea31c38ea5b6de4246d9f651920443a0.
Now instead of having such restriction in name of separate "namespaces" for
posts and TILs, I'd rather have more meaninful names for each entry.
If this doesn't work on the long run (like being hard coming up with enw names)
I can add this restriction again.
|
|
|
|
|
|
Also add this assertion to ./scripts/assert-content.sh.
|
|
|
|
|
|
|
|
- add i18n logic to support translated TIL entries and listing;
- make the website title less tied to a blog: "EuAndreh::blog" ->
<web>EuAndreh</web>;
- remove old Atom feed link aliases;
- remove feed.all.atom and it's link in the about page;
- create Atom feed for TIL entries;
- show blog and TIL Atom feed on their listing pages (index and tils-listing);
- add root alias: / -> /en/
- remove explicit list of feeds from $IGNORED_PAGES and use a '*.atom' glob
instead;
- also lint, assert-content and assert-unique-ref of TILs;
- fix wrong "post.date" in pastebin entry in site.json;
|
|
|
|
|
|
|