Skip to content
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 date and author to essay template #1654

Merged
merged 1 commit into from Aug 1, 2023
Merged

Add date and author to essay template #1654

merged 1 commit into from Aug 1, 2023

Conversation

alexpetros
Copy link
Collaborator

@alexpetros alexpetros commented Jul 31, 2023

Description

Update the static site generator to include the date and author automatically as part of the essays. I made a couple changes to the underlying static structure to make this a little more seamless, including:

  • New "essay.html" template for posts in /essays
  • Added an author taxonomy (can eventually be author pages)
  • Added Carson as the author of all the existing esssays
  • Cleaned up manual date entires, where they existed

All this will make it easier to publish guest essays and sort the essays (chronologically, by topic, or by author) as the essay base expands.

Please excuse the couple posts where my editor removed trailing whitespace.

Resolves: #1622

Testing

See the netfliy preview page.

Update the static site generator to include the date and author
automatically as part of the essays. I made a couple changes to the
underlying static structure to make this a little more seamless,
including:

* New "essay.html" template for posts in `/essays`
* Added an author taxonomy (can eventually be author pages)
* Added Carson as the author of all the existing esssays
* Cleaned up manual date entires, where they existed

All this will make it easier to publish guest essays and sort the essays
(chronologically, by topic, or by author) as the essay base expands.
@alexpetros alexpetros added website Non-documentation website issues ready for review Issues that are ready to be considered for merging labels Jul 31, 2023
@1cg 1cg merged commit 6fddb9b into master Aug 1, 2023
6 checks passed
@alexpetros alexpetros deleted the add-author-to-posts branch August 1, 2023 19:28
dsyer pushed a commit to dsyer/htmx that referenced this pull request Aug 5, 2023
Update the static site generator to include the date and author
automatically as part of the essays. I made a couple changes to the
underlying static structure to make this a little more seamless,
including:

* New "essay.html" template for posts in `/essays`
* Added an author taxonomy (can eventually be author pages)
* Added Carson as the author of all the existing esssays
* Cleaned up manual date entires, where they existed

All this will make it easier to publish guest essays and sort the essays
(chronologically, by topic, or by author) as the essay base expands.
infogulch pushed a commit to infogulch/htmx that referenced this pull request Aug 22, 2023
Update the static site generator to include the date and author
automatically as part of the essays. I made a couple changes to the
underlying static structure to make this a little more seamless,
including:

* New "essay.html" template for posts in `/essays`
* Added an author taxonomy (can eventually be author pages)
* Added Carson as the author of all the existing esssays
* Cleaned up manual date entires, where they existed

All this will make it easier to publish guest essays and sort the essays
(chronologically, by topic, or by author) as the essay base expands.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready for review Issues that are ready to be considered for merging website Non-documentation website issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add "author" tag to essays
2 participants