-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
add header links for the blog #155
Comments
I remember looking at it back in the days, but I just couldn't figure out why rehype-autolink-headings didn't run on the blog posts. To me, all conditions appear satisfied, the headings are indeed headings and have a unique ID each. Lines 17 to 20 in fd0b99a
It would also be a good time to add an "Edit on GitHub" link at the bottom like on the other pages, that shouldn't be too complicated to add to the template (it inherits from quiltmc.org/src/layouts/Page.astro Line 17 in fd0b99a
quiltmc.org/src/layouts/Page.astro Lines 52 to 61 in fd0b99a
|
thank you for the insight! I'm not sure "edit on github" buttons are a great fit for the blog since they're not meant to be dynamic pages, they're kinda supposed to be posted once and left unchanged unless they need corrections |
I feel like that might be useful for typos and such but yeah fair. |
I feel like these sorts of buttons are best for documentation sites where there's an emphasis on community contributions and additions for the site. While we obviously appreciate community contributions, I don't think that they're really a focus for the site to the point where we need a button (with the possible exception of translations, but we don't have a proper system for that yet). Additionally, while my experience with GitHub's editor is limited, I don't think it's up for the job of handling many of the more complex pages, and the changes it makes when it doesn't know what it's doing (not respecting indentation in many cases) will just make pull requests harder to review and correct. |
I have made a little progress on this. I discovered that, even Markdown headers in Astro have an The only problem is I can't work out how to make the icons it generates actually visible. As far as I can tell, it runs after |
blog posts should have a clickable permalink button that appears when the header is hovered, just like the one on the Team Listings page.

The text was updated successfully, but these errors were encountered: