aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/static
Commit message (Collapse)AuthorAgeFilesLines
* Content updates (#394)Kevin Hoerr2025-09-183-6/+6
| | | | | | | | | | | | | | | | | | | | | | | * config.json: Update email * devcontainer.json: Update devcontainer image for Bookworm, nodejs 22 * devcontainer.json: Support podman with container user settings * index.njk: Update recent technology experience * page.njk: Update copy year to 2025 * fingerprint.svg: Add new fingerprint icon * styles.css: Add fingerprint icon class * index.njk: Switch pantry link for public key link * styles.css: Remove code icon class * code.svg: Remove code icon * index.njk: Fix icon name
* external/*.css: Add commentsKevin J Hoerr2024-01-022-0/+4
|
* news.ycombinator.com.css: FormatKevin J Hoerr2024-01-011-1/+2
|
* external/*.css: Add header commentsKevin J Hoerr2023-12-282-115/+58
|
* community.frame.work.css: Darken visited links in light modeKevin J Hoerr2023-12-281-1/+1
|
* Move to external folder; add news.ycombinator.com css fileKevin J Hoerr2023-12-282-0/+33
|
* community.frame.work.css: Add important tag to visited coloring to force ↵Kevin J Hoerr2023-12-281-2/+2
| | | | priority
* Add css override for Framework forums; run formatKevin J Hoerr2023-12-281-0/+308
|
* Round the edges like it doKevin J Hoerr2023-12-241-0/+9
|
* Add image optimization for generationKevin J Hoerr2023-12-243-0/+0
|
* styles.css: Improve contrast on footerKevin J Hoerr2023-12-241-1/+1
|
* Use higher quality source imagesKevin J Hoerr2023-12-245-0/+0
|
* De gatsby (#326)Kevin Hoerr2023-12-2316-0/+251
* de-gatsby * Add inversed image for dark background * eleventy * Reinstate workflows to prior state * Strip inline styling for index image * Passthrough src/public/ files * Use global data to encode build date encoded string * Clean public directory before build * Reinstall eslint, prettier * Reinstate .gitattributes for public dir * build.yml: escape config file for version numbering * Revert public changes for PR validation * Rename src/public/ to src/static/ * Include github-actions in dependabot updates * re-establish typescript * Update prevent-file-change-action to v1.5.1 * Re-add typescript to linting * Re-add typescript for eslint * Fix whitespace diff for tsconfig.json * Fix whitespace in .eslintrc.json