aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/templates
Commit message (Collapse)AuthorAgeFilesLines
* Content updates (#394)Kevin Hoerr2025-09-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | * 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
* Fix copy year - oopsieKevin J Hoerr2024-01-031-2/+1
|
* page.njk: Remove unexpected char ':' from published CSP policyKevin J Hoerr2024-01-031-2/+3
|
* Update template for better page portabilityKevin J Hoerr2024-01-031-6/+6
|
* Better escapement for template and serve modeKevin J Hoerr2024-01-021-19/+26
|
* page.njk: Update footer copyright for 2024Kevin J Hoerr2024-01-011-2/+2
|
* Fix whitespace for image generationKevin J Hoerr2023-12-241-1/+1
|
* page.njk: Add img-src spec to allow data: images per cssKevin J Hoerr2023-12-241-1/+1
|
* page.njk: Add default-src for CSPKevin J Hoerr2023-12-241-2/+2
|
* Add CSP to block scripts and pluginsKevin J Hoerr2023-12-241-0/+1
|
* De gatsby (#326)Kevin Hoerr2023-12-231-0/+37
* 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