summaryrefslogtreecommitdiffstatshomepage
path: root/www/themes
Commit message (Collapse)AuthorAge
* Essay descriptions (#3154)William Jackson2025-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 (#3150)William Jackson2025-01-27
| | | | | | | | | | | | | | | | | | | * 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
* Add 404 page (#3105)Ryan Kilpadi2025-01-07
|
* Fix h2 color (#3091)Alexander Petros2024-12-24
|
* Added a favicon, merry christmas!!! (#3089)Jon-Michael2024-12-23
| | | Co-authored-by: Jon-Michael Hartway <jhartway@citytelecoin.com>
* Docs anchors (#3047)Yawar Amin2024-12-23
| | | | | | | | | | | | | | | | | | | | | | * 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>
* update lore and fix github star count alignment in mobileCarson Gross2024-12-22
|
* get rid of the nav shiftCarson Gross2024-12-21
|
* Fix escaped quotes in titles (#3086)Alexander Petros2024-12-19
|
* Add /essays/all (#3085)Alexander Petros2024-12-18
| | | | | | 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).
* prep next releaseCarson Gross2024-12-12
|
* fix vertical alignment of github stars button in all states (#3006)Markus Unterwaditzer2024-11-13
| | | | | | | | | | | | 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.
* Fix typos in docs (#2943)Viktor Szépe2024-10-05
|
* move general extension docs back to htmx.org/extensions and include core ↵Carson Gross2024-10-03
| | | | extension documentation on the site
* release prepCarson Gross2024-10-02
|
* release prepCarson Gross2024-10-02
|
* release prepCarson Gross2024-10-02
|
* clean up the formatting for the gumroad essayCarson Gross2024-10-02
|
* release prepCarson Gross2024-08-05
|
* Stop center aligning docs nav on small screen (#2740)Bobae Kang2024-07-17
|
* remove only top level files to keep the legacy extensionsCarson Gross2024-07-12
|
* Make docs' content responsively wider (#2644)pokonski2024-06-18
| | | | | | | * Make docs' content responsively wider * Keep navigation static * Remove unneeded class
* Dark mode fixes (#2634)pokonski2024-06-18
| | | Co-authored-by: 1cg <469183+1cg@users.noreply.github.com>
* improve docsv2.0.0Carson Gross2024-06-17
|
* 2.0 release prepCarson Gross2024-06-17
|
* Add Dark mode to the website (#2562)pokonski2024-05-24
| | | | | | | | | * 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
* prep htmx 2 beta4Carson Gross2024-05-22
|
* prep beta4Carson Gross2024-05-16
|
* prep for 2.0.0-beta3 releasev2.0.0-beta3Carson Gross2024-04-17
|
* beta2v2.0.0-beta2v2.0v2.0Carson Gross2024-03-21
|
* prep beta1Carson Gross2024-03-13
|
* alpha2v2.0.0-alpha2Carson Gross2024-02-09
|
* i'm an idiotCarson Gross2024-01-25
|
* update base url for branchCarson Gross2024-01-25
|
* update complexity essayCarson Gross2024-01-21
|
* prep web for releaseCarson Gross2023-12-21
|
* Add missing doctype (#2085)Deniz Akşimşek2023-12-11
|
* feat: Improve web site accessibility/legibility (#2080)Henrik Berglund2023-12-10
| | | | | | | | | | | | | | | | | | | * 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)
* prep 1.9.9 releaseCarson Gross2023-11-20
|
* prep 1.9.8 releaseCarson Gross2023-11-06
|
* Fix www.sh, copy scripts to theme's static/js folder too (#1967)Vincent2023-11-06
|
* fix dateCarson Gross2023-09-21
|
* prep 1.9.5 releaseCarson Gross2023-08-24
|
* Add date and author to essay template (#1654)Alexander Petros2023-08-01
| | | | | | | | | | | | | | 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.
* prep 1.9.4 releaseCarson Gross2023-07-25
|
* Add background-color to body element (#1607)Oliver Djursing2023-07-19
|
* Fix typos in www/ (#1579)Viktor Szépe2023-07-17
|
* slide in one change, what could go wrong?Carson Gross2023-07-14
|
* htmx 1.9.3 release prepCarson Gross2023-07-14
|
* move lists in to align w/ quotesCarson Gross2023-05-24
|