| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add description to architectural-sympathy
And fix some typos
* Add description to codin-dirty
* Add description to complexity-budget
* Add description to does-hypermedia-scale
* Add description to future and fix date
* Add description to hateoas
* Add description to how-did-rest-come-to-mean-...
* Add description to htmx-sucks
* Add description to hypermedia-apis-vs-data-apis
* Add description to hypermedia-clients
* Add description to hypermedia-driven-applications
* Update hypermedia-friendly-scripting.md
* Update hypermedia-on-whatever-youd-like.md
* Update is-htmx-another-javascript-framework.md
* Update locality-of-behaviour.md
* Update lore.md
* Update mvc.md
* Update no-build-step.md
* Update prefer-if-statements.md
* Update rest-copypasta.md
* Update right-click-view-source.md
* Update spa-alternative.md
* Update splitting-your-apis.md
* Update template-fragments.md
* Update rest-explained.md
* Update two-approaches-to-decoupling.md
* Update vendoring.md
* Remove double-quote characters from descriptions
* Add description block to demo.html
* Update view-transitions.md
* Update web-security-basics-with-htmx.md
* Update webcomponents-work-great.md
* Update when-to-use-hypermedia.md
* Update why-gumroad-didnt-choose-htmx.md
* Update why-tend-not-to-use-content-negotiation.md
* Update you-cant.md
* Fix description for htmx-sucks
* Use `authors` built-in variable
Instead of the custom `author` taxonomy
* Descriptions and typos in interviews
* That double word is actually correct
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Allow page description with default if missing
If an essay has a description in the frontmatter, use that description in the `<meta name="description">` tag.
* Add description to 10-tips-for-ssr-hda-apps
* Add description to a-real-world-nextjs-to-htmx-port
* Add description to a-real-world-react-to-htmx-port
* Add description to a-real-world-wasm-to-htmx-port
* Add description to a-response-to-rich-harris
* Add description to alternatives
* Add description to another-real-world-react-to-htmx-port
|
| |
|
| |
|
|
|
| |
Co-authored-by: Jon-Michael Hartway <jhartway@citytelecoin.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix anchor id for 'Configuring Response Handling Examples' header
* Move heading anchor links to right of heading
To make sure they don't get cut off by weird browsers.
Also make the anchor link text the 'link' emoji which is more fun than
the hashtag.
* Keep anchor links on the left
* Make entire header the anchor link and show link emoji on hover
* Fix anchor link colour in dark mode
* Revert anchor link icon to hash character
---------
Co-authored-by: 1cg <469183+1cg@users.noreply.github.com>
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
I set up zola to aggregate all these and create an RSS feed for them. I
also removed a couple of the essays from the /essays page in an attempt
to highlight the best one for each argument (now that they can all be
found on /essays/all).
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Without uBlock, the button's alt-text would be 1px lower than the rest
of the nav items, and inconsistently capitalized.
With uBlock, the button would be slightly too high up.
This is on Firefox.
The solution is to apply styles on the `span` that GitHub's JS inserts.
However, using margin will make the entire nav jump during pageload, so
position: relative seems more robust there.
|
| |
|
|
|
|
| |
extension documentation on the site
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* Make docs' content responsively wider
* Keep navigation static
* Remove unneeded class
|
|
|
| |
Co-authored-by: 1cg <469183+1cg@users.noreply.github.com>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* Add dark mode CSS
* Add dark mode variants of logos
* Use alternative Github star button with dark mode working
* Preserve github stars count when navigation to avoid flickers
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* fix: change css midBlue saturation and body tag color to a darker color
* feat: add empty alt attribute to decorative bars
* feat: add alt attributes for index link images
* fix: tweak code background alpha
* feat: add custom highlighting theme, change comment color to be legible
* fix: replace a tags with span
* fix: lighten background color of div
* feat: add doctype and meta description
* fix: remove doctype to prevent no quirks mode (why.png)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|