-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various changes around developer experience #24
Conversation
NeilHanlon
commented
Nov 8, 2023
- add .envrc to download latest version of hugo on macos and Linux
- add list.html layout to support table-of-contents like view without manually updating announcements.md
- put RSS link into header on Section pages
- only build RSS for Section pages
- remove deprecated taxonomyGroup keyword
|
yeah, that is.. frustrating. lol Do we know why we have taxonomy disabled, btw? or, put another way, do we want taxonomies anywhere on the site? |
cc @brianclemens - this it the PR I was talking about |
I suppose enabling taxonomies would make sense if we put a ton more content here but I think we're keeping the main site as a simple landing page / blog. And it will likely be replaced by a site using whatever the js framework-of-the-day is, anyway... |
:| well. i'll rebase this and at least get the current workflow working a bit better. |
a2ddd14
to
4f53f9c
Compare
102b1eb
to
e8f3226
Compare
* add .envrc to download latest version of hugo on macos and Linux * add list.html layout to support table-of-contents like view without manually updating announcements.md * put RSS link into header on Section pages * only build RSS for Section pages * remove deprecated taxonomyGroup keyword * support multiple types of content to list on /news/ page * rename /announcements/ to /news/ * setup redirects for all existing pages that would be affected Signed-off-by: Neil Hanlon <neil@shrug.pw>
e8f3226
to
614104f
Compare