all repos
— website
@ 65eae18e49ef4214c312f2594e8a79a621d4c066
My website
summary
refs
tree
log
Fix tag URI in tagged feeds
11 months ago
Alan Pearce
Keep awake for longer
11 months ago
Alan Pearce
Simplify metrics
11 months ago
Alan Pearce
Remove access logging
11 months ago
Alan Pearce
Remove Sentry tracing (keep error logging)
11 months ago
Alan Pearce
Simplify flake
11 months ago
Alan Pearce
docker: use bun compiler to generate single file executable
11 months ago
Alan Pearce
Update bun
11 months ago
Alan Pearce
Clean up according to TS hints
11 months ago
Alan Pearce
Cleanup unused config file entries
1 year ago
Alan Pearce
Enable ETag-based browser caching
1 year ago
Alan Pearce
fly: stop running in secondary regions if no meaningful requests
1 year ago
Alan Pearce
Add startup performance metric
1 year ago
Alan Pearce
Merge branch 'main' of ssh://alanpearce.eu/website
1 year ago
Alan Pearce
Use log methods instead of console
1 year ago
Alan Pearce
Fix TypeScript warning about `env` access
1 year ago
Alan Pearce
ts: use Bun's recommended tsconfig
1 year ago
Alan Pearce
docker: fix deployment of pre-compressed static files
1 year ago
Alan Pearce
fly: send a Host header when performing HTTP checks
1 year ago
Alan Pearce
fly: shorten wait period before running checks after deploy
1 year ago
Alan Pearce
Normalise case of Host header
1 year ago
Alan Pearce
Record metrics for redirects
1 year ago
Alan Pearce
Make prometheus metric labels strongly typed
1 year ago
Alan Pearce
Fix content-encoding check
1 year ago
Alan Pearce
Use console.info for permanent logs
1 year ago
Alan Pearce
Purge CSS on a per-template basis
1 year ago
Alan Pearce
Docker: Follow bun best practices
1 year ago
Alan Pearce
Log content encoding in all cases
1 year ago
Alan Pearce
Add hostname to logging and metrics
1 year ago
Alan Pearce
Remove unused import
1 year ago
Alan Pearce
posts: "fix" type error
1 year ago
Alan Pearce
tsc: store build info file out of the way
1 year ago
Alan Pearce
tsc: disable implicit any
1 year ago
Alan Pearce
Remove unnecessary tsconfig types setting
1 year ago
Alan Pearce
templates: don't escape HTML for Atom feed; it's not necessary
1 year ago
Alan Pearce
Replace Bun fs calls with node-compatible module
1 year ago
Alan Pearce
Rebuild site on dev mode reload
1 year ago
Alan Pearce
config: override base_url in development
1 year ago
Alan Pearce
Use import.meta instead of Bun to get envvars
1 year ago
Alan Pearce
Enable bun watch mode via `bun dev`
1 year ago
Alan Pearce
Redirect existing index.html files
1 year ago
Alan Pearce
Merge redirect information into standard log line
1 year ago
Alan Pearce
Simplify walkDirectory by using recursive readdir
1 year ago
Alan Pearce
Print served URL via Server.url
1 year ago
Alan Pearce
Replace bun-types with @types/bun
1 year ago
Alan Pearce
Remove obsolete build targets from Makefile
1 year ago
Alan Pearce
Update dependencies
1 year ago
Alan Pearce
Remove inline styles
1 year ago
Alan Pearce
Add headings to tag pages
1 year ago
Alan Pearce
Make job title more specific
1 year ago
Alan Pearce
Remove "looking for work"
1 year ago
Alan Pearce
homesteading: add link to current builder
1 year ago
Alan Pearce
Add LinkedIn link
1 year ago
Alan Pearce
Improve text of CV
1 year ago
Alan Pearce
Update dependencies
1 year ago
Alan Pearce
Remove mention of Zola from Dockerfile
1 year ago
Alan Pearce
Add CV
1 year ago
Alan Pearce
Log errors
1 year ago
Alan Pearce
Log access
1 year ago
Alan Pearce
Template "elsewhere on the internet" links
1 year ago
Alan Pearce
Tweak menu configuration structure
1 year ago
Alan Pearce
Ignore stamp files
1 year ago
Alan Pearce
De-duplicate content-encoding handling
1 year ago
Alan Pearce
Reduce margins on mobile devices
1 year ago
Alan Pearce
Use existing style for post's tags
1 year ago
Alan Pearce
Remove caddy
1 year ago
Alan Pearce
Fix metrics of redirects and /health
1 year ago
Alan Pearce
Create /health handler
1 year ago
Alan Pearce
Automatically redirect other hostnames to the configured base_url
1 year ago
Alan Pearce
Remove extra space after Home link
1 year ago
Alan Pearce
Send content_encoding metrics to prometheus instead of sentry
2 years ago
Alan Pearce
Fix doubled metrics
2 years ago
Alan Pearce
Tweak CSS
2 years ago
Alan Pearce
Add microformats classes to XSL-generated content
2 years ago
Alan Pearce
Use microformats class to style post listings
2 years ago
Alan Pearce
Tweak logging verbosity
2 years ago
Alan Pearce
Exit properly
2 years ago
Alan Pearce
Fix serving pre-compressed files
2 years ago
Alan Pearce
Update flake inputs
2 years ago
Alan Pearce
Add RSS/Atom feed to menu
2 years ago
Alan Pearce
Handle OS signals directly
2 years ago
Alan Pearce
Fix feed XSL website link
2 years ago
Alan Pearce
Make template names clearer
2 years ago
Alan Pearce
add rel=me to profile links
2 years ago
Alan Pearce
Remove non-existant sitemap from robots.txt
2 years ago
Alan Pearce
Copy post-processed files back to app image
2 years ago
Alan Pearce
Re-add compression step
2 years ago
Alan Pearce
Create post "Homesteading"
2 years ago
Alan Pearce
Markup content with more microformats
2 years ago
Alan Pearce
Replace zola with DOM-based static site generation code
2 years ago
Alan Pearce
Remove codeberg-specific domains file
zola
2 years ago
Alan Pearce
Fix for strict TOML date parsing
2 years ago
Alan Pearce
Reduce code to only work with $PWD
2 years ago
Alan Pearce
Move servers into app.ts and export for testing
2 years ago
Alan Pearce
Fix incorrect Makefile logic for post-processing
2 years ago
Alan Pearce
Just send one transaction to Sentry
2 years ago
Alan Pearce
Also rename requests metric
2 years ago
Alan Pearce
Format HTML to a shorter line length
2 years ago
Alan Pearce
Optimise Dockerfile
2 years ago
Alan Pearce
Fix format not running in docker
2 years ago
Alan Pearce
Merge requestsBy* metrics into one metric
2 years ago
Alan Pearce
Use a fixed docker tag for postprocessing on Alpine
2 years ago
Alan Pearce
Use a special file for health checks
2 years ago
Alan Pearce
Include user-agent string in Sentry tags
2 years ago
Alan Pearce
Use make only for necessary functionality
2 years ago
Alan Pearce
add HTTP service checks
2 years ago
Alan Pearce
Send HSTS header from Fly proxy
2 years ago
Alan Pearce
Tweak Sentry setup
2 years ago
Alan Pearce
Don't register double-slashed paths
2 years ago
Alan Pearce
Fix XML feed style
2 years ago
Alan Pearce
Add crude Sentry release tracking information
2 years ago
Alan Pearce
Don't try to collect default metrics that don't work in Bun
2 years ago
Alan Pearce
Override content-type for /feed-styles/
2 years ago
Alan Pearce
Set http tags on 404 spans
2 years ago
Alan Pearce
Simplify file handling
2 years ago
Alan Pearce
Trace performance and upload to sentry
2 years ago
Alan Pearce
Send from correct directory
2 years ago
Alan Pearce
Steamline docker build
2 years ago
Alan Pearce
Update Bun to 1.0.1
2 years ago
Alan Pearce
Fix build
2 years ago
Alan Pearce
Merge homestead repository
2 years ago
Alan Pearce
Improve CSP setup
2 years ago
Alan Pearce
Hide favicon if not set
2 years ago
Alan Pearce
Merge commit 'a961bc284bb130e44468c07aaaa028652c151e08'
2 years ago
Alan Pearce
Allow site to be displayed in an iframe
2 years ago
Alan Pearce
Beautify make output
2 years ago
Alan Pearce
Send security headers with redirects, too
2 years ago
Alan Pearce
Add content-security-policy headers
2 years ago
Alan Pearce
Update caddy to v2.7.4
2 years ago
Alan Pearce
Add Bluesky to contact menu
2 years ago
Alan Pearce
Update kernel setup
2 years ago
Alan Pearce
Fix html -> md dependencies
2 years ago
Alan Pearce
Add device tree override
2 years ago
Alan Pearce
Fix formatting
2 years ago
Alan Pearce
Minor text fixes
2 years ago
Alan Pearce
Add new post about getting NixOS running on NanoPi R5S
2 years ago
Alan Pearce
Fix indentation of code blocks
2 years ago
Alan Pearce
Add redirect for status page
2 years ago
Alan Pearce
Remove GPG key info from homepage
2 years ago
Alan Pearce
Remove unnecessary install target
2 years ago
Alan Pearce
Make `make deploy` do nothing unless sources are updated
2 years ago
Alan Pearce
Increase fly connection limits
2 years ago
Alan Pearce
Make: avoid re-running format/compress targets
2 years ago
Alan Pearce
Fully disable HTTPS in Caddy
2 years ago
Alan Pearce
Fix erroneous 200 responses on missing files
2 years ago
Alan Pearce
Remove unnecessary quoting of menu item URLs
2 years ago
Alan Pearce
Add redirect lists for aln.pe
2 years ago
Alan Pearce
Replace metrics with advanced metrics for path-based counters
2 years ago
Alan Pearce
Enable Caddyfile to validate without redis
2 years ago
Alan Pearce
Validate Caddyfile during build
2 years ago
Alan Pearce
Use relative URLs in HTML
2 years ago
Alan Pearce
Switch to HEAD requests for health checks
2 years ago
Alan Pearce
Collect HTTP metrics
2 years ago
Alan Pearce
New post: Now on three continents
2 years ago
Alan Pearce
Add HTTP health check
2 years ago
Alan Pearce
Use fly proxy for TLS termination, using h2c
2 years ago
Alan Pearce
Add listener for www
2 years ago
Alan Pearce
Enable running docker image locally without config
2 years ago
Alan Pearce
Only match requests to correct hostname
2 years ago
Alan Pearce
Clearly expose HTTP port
2 years ago
Alan Pearce
Enable make to rebuild site on input changes
2 years ago
Alan Pearce
Enable Makefile tracking of deployments with .deploystamp
2 years ago
Alan Pearce
Fix access to tools from nativeBuildInputs
2 years ago
Alan Pearce
Don't try to cross-build docker images with nix
2 years ago
Alan Pearce
Deploy to fly.io
2 years ago
Alan Pearce
Add caddy to dev shell
2 years ago
Alan Pearce
Update flake inputs
2 years ago
Alan Pearce
Build docker image
2 years ago
Alan Pearce
Use empty favicon if not configured in theme
2 years ago
Alan Pearce
Remove seo_tags file
2 years ago
Alan Pearce
Format HTML output with prettier
2 years ago
Alan Pearce
Remove spaces around header link
2 years ago
Alan Pearce
Improve HTML indentation
2 years ago
Alan Pearce
Make tag lists more semantic
2 years ago
Alan Pearce
Fix overzealous URL encoding
2 years ago
Alan Pearce
Remove useless meta title tag
2 years ago
Alan Pearce
Remove redundant italic tag
2 years ago
Alan Pearce
Render RSS autodiscovery links for main and per-tag feeds
2 years ago
Alan Pearce
Make style a css file (although zola requires .html extension)
2 years ago
Alan Pearce
Add skip links for accessibility
2 years ago
Alan Pearce
Move header link inside heading
2 years ago
Alan Pearce
Make compatible with non-flake nix
2 years ago
Alan Pearce
Add styling to Atom feed
2 years ago
Alan Pearce
homepage: only show posts under "recent posts"
2 years ago
Alan Pearce
Configure web-mode engine when opening templates in Emacs
2 years ago
Alan Pearce
Revert "Stop zola removing the output directory on each build"
2 years ago
Alan Pearce
Add link to RSS feeds for each tag
2 years ago
Alan Pearce
Set general `compile-command` variable instead of projectile's
2 years ago
Alan Pearce
Make `build` make target more obvious
2 years ago
Alan Pearce
Add `clean` make target
2 years ago
Alan Pearce
Add Mastodon link
2 years ago
Alan Pearce
Add 'themes/bear/' from commit 'fe37fcf3daa0eaafc1236050ac95b5d4ba21bcd2'
2 years ago
Alan Pearce
Remove submodule
2 years ago
Alan Pearce
Make buildable with nix (requires submodule workaround)
2 years ago
Alan Pearce
Add deploy command
2 years ago
Alan Pearce
Pre-compress built site with brotli/zstd/gzip
2 years ago
Alan Pearce
Re-add <footer> to footer template
2 years ago
Alan Pearce
Update theme
2 years ago
Alan Pearce
Update theme
2 years ago
Alan Pearce
Use div instead of section when no heading is needed
2 years ago
Alan Pearce
rebuild site quickly in emacs
2 years ago
Alan Pearce
Replace use of invalid <content> element
2 years ago
Alan Pearce
Update theme
2 years ago
Alan Pearce
remove redirect config for netlify/forge pages
2 years ago
Alan Pearce
Allow googlebot indexing
2 years ago
Alan Pearce
Switch to bear blog theme
2 years ago
Alan Pearce
Add bear theme as submodule
2 years ago
Alan Pearce
Add extra legacy microformats class to homepage note
2 years ago
Alan Pearce
Revert "Use more compatible front-matter marker"
2 years ago
Alan Pearce
Add extra legacy microformats class to homepage note
2 years ago
Alan Pearce
Use more compatible front-matter marker
2 years ago
Alan Pearce
Fix code highlighting
2 years ago
Alan Pearce
Fix internal link
2 years ago
Alan Pearce
dotfiles -> nixfiles
2 years ago
Alan Pearce
Switch to project site on Codeberg Pages
2 years ago
Alan Pearce
Switch to project site on Codeberg Pages
2 years ago
Alan Pearce
Add old domains (codeberg will auto-redirect)
2 years ago
Alan Pearce
Remove Gitlab from contact list
2 years ago
Alan Pearce
Tell codeberg about custom domains
2 years ago
Alan Pearce
Stop zola removing the output directory on each build
2 years ago
Alan Pearce
Make redirects file visible to Pages
2 years ago
Alan Pearce
Remove GitLab CI file
2 years ago
Alan Pearce
Remove netlify cruft from gitignore
2 years ago
Alan Pearce
Use flakes and `nix develop`
2 years ago
Alan Pearce
Add link to codeberg
2 years ago
Alan Pearce
Remove www from base_url
2 years ago
Alan Pearce
Delete netlify.toml
2 years ago
Alan Pearce
Delete keybase.txt
2 years ago
Alan Pearce
Update some post links
2 years ago
Alan Pearce
Update tags of postfix-null-client post
2 years ago
Alan Pearce
Migrate syntax highlighting options to zola syntax
2 years ago
Alan Pearce
Add grep to CI image
2 years ago
Alan Pearce
Use nixery image for CI
2 years ago
Alan Pearce
Add redirects file for GitLab pages
2 years ago
Alan Pearce
Remove .co.uk redirects
2 years ago
Alan Pearce
Fix gitlab-ci syntax error
2 years ago
Alan Pearce
Update theme for zola 0.14
2 years ago
Alan Pearce
Add GitLab CI setup
2 years ago
Alan Pearce
Remove deprecated StackOverflow Jobs link
2 years ago
Alan Pearce
Extract theme from templates
4 years ago
Alan Pearce
Add tags link to main menu
4 years ago
Alan Pearce
Remove categories taxonomy
4 years ago
Alan Pearce
Remove images
4 years ago
Alan Pearce
Normalise categories to lowercase
4 years ago
Alan Pearce
Remove forestry configuration
4 years ago
Alan Pearce
Fix site URL on branch deployments
4 years ago
Alan Pearce
Redirect from previous feed file
4 years ago
Alan Pearce
Convert front matter for zola
4 years ago
Alan Pearce
Enable posts listing
4 years ago
Alan Pearce
Port theme to zola template
4 years ago
Alan Pearce
Port config to zola
4 years ago
Alan Pearce
Add basic dark-mode support
hugo
4 years ago
Alan Pearce
Remove photo
4 years ago
Alan Pearce
Fix missing homepage content
4 years ago
Alan Pearce
New post: postfix as null client (NixOS)
4 years ago
Alan Pearce
Enable code line highlights
4 years ago
Alan Pearce
Remove table styling
4 years ago
Alan Pearce
Update hugo
4 years ago
Alan Pearce
Remove Keybase from contact menu
4 years ago
Alan Pearce
Remove unused css file
5 years ago
Alan Pearce
Remove presentation slides
5 years ago
Alan Pearce
Deduplicate link headers
5 years ago
Alan Pearce
Fix preload link headers
5 years ago
Alan Pearce
Simplify permalink handling
5 years ago
Alan Pearce
Use more common front matter markers
5 years ago
Alan Pearce
Make markup html5 compatible
5 years ago
Alan Pearce
Remove unnecessary XFN attribute
5 years ago
Alan Pearce
Add caching headers for images and css
5 years ago
Alan Pearce
Add post-author relationship
5 years ago
Alan Pearce
Add microformats property to GnuPG key link
5 years ago
Alan Pearce
Remove mention of Hugo from HTML
5 years ago
Alan Pearce
Merge remote-tracking branch 'gitlab/master'
5 years ago
Alan Pearce
Cleanup whitespace in output
5 years ago
Alan Pearce
Add h-entry p-category support
5 years ago
Alan Pearce
Remove unused code
5 years ago
Alan Pearce
Add h-feed support
5 years ago
Alan Pearce
Improve "about" text
5 years ago
Alan Pearce
Show photo
5 years ago
Alan Pearce
Make homepage microformats-friendly
5 years ago
Alan Pearce
Merge branch 'master' of gitlab.com:alanpearce/alanpearce.eu
5 years ago
Alan Pearce
Fix casing of YAML front matter tags
5 years ago
Alan Pearce
Merge commit 'd5857f9dbecd498e341c8cb5d0866749c5c554c7'
5 years ago
Alan Pearce
Merge commit '7befbf2f991e217aa4d52615f9f430cae30897f5' as 'themes/xmin'
5 years ago
Alan Pearce
Remove submodule
5 years ago
Alan Pearce
Remove hyde theme
5 years ago
Alan Pearce
Update link headers for new theme
5 years ago
Alan Pearce
Cleanup whitespace
5 years ago
Alan Pearce
Tweak homepage
5 years ago
Alan Pearce
Switch to xmin theme
5 years ago
Alan Pearce
Give homepage a title
5 years ago
Alan Pearce
Fix "recent posts" list on homepage
5 years ago
Alan Pearce
Add GitHub contact link
5 years ago
Alan Pearce
Ignore local netlify folder
5 years ago
Alan Pearce
Update hugo to version 0.58
5 years ago
Alan Pearce
Disallow Googlebot
5 years ago
Alan Pearce
Update Hugo to v0.55.6
5 years ago
Alan Pearce
Update hugo to 0.47
5 years ago
Alan Pearce
Use proper language code
5 years ago
Alan Pearce
Fix relative post reference
5 years ago
Alan Pearce
Update hyde
5 years ago
Alan Pearce
Update hugo to 0.43
5 years ago
Alan Pearce
Configure privacy settings
5 years ago
Alan Pearce
Fix submodule theme URL
5 years ago
Alan Pearce
Remove dangling Mastodon link
5 years ago
Alan Pearce
Update GPG Key
5 years ago
Alan Pearce
Add Keybase URL
6 years ago
Alan Pearce
Delete requirements.txt
6 years ago
Alan Pearce
Add Keybase proof
6 years ago
Alan Pearce
Update to .eu
6 years ago
Alan Pearce
Separate env vars per environment
6 years ago
Alan Pearce
De-prioritise syntax css for non-post pages
6 years ago
Alan Pearce
Enable css preload/push
6 years ago
Alan Pearce
Merge remote-tracking branch 'gitlab/master'
6 years ago
Alan Pearce
Merge remote-tracking branch 'origin/master'
6 years ago
Alan Pearce
Update hyde
6 years ago
Alan Pearce
Try another git submodule url for netlify
6 years ago
Alan Pearce
Fix Netlify pull fail
6 years ago
Alan Pearce
Update hyde
6 years ago
Alan Pearce
Update redirects
6 years ago
Alan Pearce
Update .gitmodules
6 years ago
Alan Pearce
Use code fences instead of template tags for syntax highlighting
6 years ago
Alan Pearce
Use new syntax highlighing theme
6 years ago
Alan Pearce
Use new syntax highlighing theme
6 years ago
Alan Pearce
Borrow netlify.toml from hugo docs
6 years ago
Alan Pearce
Add more redirects
6 years ago
Alan Pearce
Switch to www
6 years ago
Alan Pearce
I'm not an engineer.
6 years ago
Alan Pearce
Remove LinkedIn link
6 years ago
Alan Pearce
Remove twitter link
6 years ago
Alan Pearce
Add netlify config
6 years ago
Alan Pearce
Add requirements.txt for netlify
6 years ago
Alan Pearce
Update hyde
6 years ago
Alan Pearce
s/github/gitlab/g
6 years ago
Alan Pearce
Add keybase key
6 years ago
Alan Pearce
Rename talk files
7 years ago
Alan Pearce
Add fp-js talk
7 years ago
Alan Pearce
Update GPG key
7 years ago
Alan Pearce
Update email address
7 years ago
Alan Pearce
Link to GPG key
7 years ago
Alan Pearce
Add about section
7 years ago
Alan Pearce
Move contact info to homepage
7 years ago
Alan Pearce
Add Mastodon link
7 years ago
Alan Pearce
add GPG key
7 years ago
Alan Pearce
Merge branch 'master' of ssh://alanpearce.eu/alanpearce.uk
7 years ago
Alan Pearce
Update hyde
7 years ago
Alan Pearce
Add canonical u-urls to posts
7 years ago
Alan Pearce
Fully-qualify hcard url
7 years ago
Alan Pearce
Canonicalise author image
7 years ago
Alan Pearce
Make h-card representative
7 years ago
Alan Pearce
Add photo
7 years ago
Alan Pearce
Fix email link
7 years ago
Alan Pearce
Update theme
7 years ago
Alan Pearce
Update theme
7 years ago
Alan Pearce
post: Self-hosted git setup
7 years ago
Alan Pearce
post: Repository management with ghq
8 years ago
Alan Pearce
Add link to cgit
8 years ago
Alan Pearce
Update description
8 years ago
Alan Pearce
post: Back again
8 years ago
Alan Pearce
Add StackOverflow Jobs link
8 years ago
Alan Pearce
style: Move email link to the top
8 years ago
Alan Pearce
Configure contact menu
8 years ago
Alan Pearce
Configure Hugo menu
8 years ago
Alan Pearce
Add config params for future theme versions
8 years ago
Alan Pearce
Update theme
8 years ago
Alan Pearce
Update shortcode syntax
8 years ago
Alan Pearce
Remove Google Plus link
8 years ago
Alan Pearce
Cleanup tags
10 years ago
Alan Pearce
Add missing spaces
10 years ago
Alan Pearce
Update hyde
10 years ago
Alan Pearce
Add LinkedIn profile to contact links
10 years ago
Alan Pearce
Update hyde
10 years ago
Alan Pearce
New post: Cedit and Paredit
10 years ago
Alan Pearce
Change Google+ url to use plus.google.com
10 years ago
Alan Pearce
Update hyde
10 years ago
Alan Pearce
Update hyde
10 years ago
Alan Pearce
Add sitemap URL to robots.txt
10 years ago
Alan Pearce
Use baseurl instead of Site.Params.fullurl
10 years ago
Alan Pearce
Update hyde
10 years ago
Alan Pearce
Update hyde
10 years ago
Alan Pearce
Add G+ and Github URLs
10 years ago
Alan Pearce
Set up author URLs from config params
10 years ago
Alan Pearce
Update hyde
10 years ago
Alan Pearce
Use long form for reference links
10 years ago
Alan Pearce
Update hyde
10 years ago
Alan Pearce
Add missing link reference
10 years ago
Alan Pearce
Write post about Emacs package archive statistics
10 years ago
Alan Pearce
Update hyde
10 years ago
Alan Pearce
Update hyde
10 years ago
Alan Pearce
Add RSS feed information to config
10 years ago
Alan Pearce
Add post about opening projects with projectile
10 years ago
Alan Pearce
Remove baseURL
10 years ago
Alan Pearce
Update hyde
10 years ago
Alan Pearce
Update hyde theme
10 years ago
Alan Pearce
Add canonical link via fullurl
10 years ago
Alan Pearce
Add robots.txt
10 years ago
Alan Pearce
Update hyde
10 years ago
Alan Pearce
Add post about cloning similar repositories with git
10 years ago
Alan Pearce
Update hyde
10 years ago
Alan Pearce
Update hyde theme with IE fixes
10 years ago
Alan Pearce
Add first post
10 years ago
Alan Pearce
Update hyde
10 years ago
Alan Pearce
Update hyde theme
10 years ago
Alan Pearce
Configure syntax highlighting with solarized CSS
10 years ago
Alan Pearce
Add a description
10 years ago
Alan Pearce
Theme it with hyde
10 years ago
Alan Pearce
Create hugo site
10 years ago
Alan Pearce
Update theme
7 years ago
Alan Pearce
Update theme
7 years ago
Alan Pearce
Update theme
7 years ago
Alan Pearce
Update theme
7 years ago
Alan Pearce
Update theme
7 years ago
Alan Pearce
Update hyde
6 years ago
Alan Pearce
Remove outdated GPG key
6 years ago
Alan Pearce
Squashed 'themes/xmin/' content from commit 982dfb3
5 years ago
Alan Pearce
Squashed 'themes/xmin/' changes from 982dfb3..aa6eb5a
5 years ago
Alan Pearce
Update from Forestry.io - Updated Forestry configuration
5 years ago
Alan Pearce
Update from Forestry.io - Updated Forestry configuration
5 years ago
Alan Pearce
Merge branch 'main' into microformats2
2 years ago
Alan Pearce
Merge branch 'main' into microformats2
2 years ago
Alan Pearce
Merge branch 'main' into microformats2
2 years ago
Alan Pearce
Merge branch 'main' into microformats2
2 years ago
Alan Pearce
Move header/footer/main elements into child templates
2 years ago
Alan Pearce
Remove trailing slashes on void elements
2 years ago
Alan Pearce
Sorry Terry, you'll have to go
2 years ago
Alan Pearce
Remove commented-out colour
2 years ago
Alan Pearce
Move images to root
2 years ago
Alan Pearce
Move images to root
2 years ago
Alan Pearce
Reformat templates
2 years ago
Alan Pearce
Make date format configurable
2 years ago
Alan Pearce
Cleanup whitespace
2 years ago
Alan Pearce
Fix lang attribute
2 years ago
Alan Pearce
Crudely enable external nav menu links
2 years ago
Alan Pearce
Don't reverse the order of pages
2 years ago
Alan Pearce
Show screenshots in readme
2 years ago
Alan Pearce
Update screenshots
2 years ago
Alan Pearce
%s/Hugo/Zola/g
2 years ago
Alan Pearce
Update theme links
2 years ago
Alan Pearce
Fix demo site base_url
2 years ago
Alan Pearce
Add screenshots
2 years ago
Alan Pearce
Add menu instructions to readme
2 years ago
Alan Pearce
Ignore build output
2 years ago
Alan Pearce
Add readme and license
2 years ago
Alan Pearce
Initial commit
2 years ago
Alan Pearce
Move header/footer/main elements into child templates
2 years ago
Alan Pearce
Use relative font sizes
2 years ago
Alan Pearce
Remove duplicate header in demo content
2 years ago
Alan Pearce
Improve whitespacing in HTML
2 years ago
Alan Pearce
Fix spacing of code examples
2 years ago
Alan Pearce
Squashed 'themes/bear/' changes from fe37fcf..d10630d
2 years ago
Alan Pearce
Add request_duration_seconds histogram
2 years ago
Alan Pearce
Add namespace to prometheus metrics
2 years ago
Alan Pearce
Catch errors and log to sentry
2 years ago
Alan Pearce
Deploy to fly.io
2 years ago
Alan Pearce
Build with docker
2 years ago
Alan Pearce
Log server info at startup
2 years ago
Alan Pearce
Fix error in requestsByPath counter
2 years ago
Alan Pearce
Collect metrics for prometheus
2 years ago
Alan Pearce
Remove unused import
2 years ago
Alan Pearce
Add tests
2 years ago
Alan Pearce
Send headers with 304 responses
2 years ago
Alan Pearce
Add Vary: Accept-Encoding header (only header keys are re-cased)
2 years ago
Alan Pearce
Remove console.log
2 years ago
Alan Pearce
Fix incorrect file existence check
2 years ago
Alan Pearce
Remove defunct live-reload
2 years ago
Alan Pearce
Use bun's builtin mime logic
2 years ago
Alan Pearce
Return precompressed files, if they exist
2 years ago
Alan Pearce
Inline variable
2 years ago
Alan Pearce
Send 304 when file time not greater than if-modified-since header
2 years ago
Alan Pearce
Send last-modified header
2 years ago
Alan Pearce
Remove unused function
2 years ago
Alan Pearce
Reduce memory usage by not duplicating default headers
2 years ago
Alan Pearce
Send status code 404 with /404.html
2 years ago
Alan Pearce
Rename variable
2 years ago
Alan Pearce
Return 404 if file no longer exists
2 years ago
Alan Pearce
Remove unused dependency
2 years ago
Alan Pearce
wtf typescript
2 years ago
Alan Pearce
Avoid duplicate registration of initial directory
2 years ago
Alan Pearce
Give files map a proper type
2 years ago
Alan Pearce
Use own logic for static file serving
2 years ago
Alan Pearce
Read config from TOML file
2 years ago
Alan Pearce
Reformat with prettier
2 years ago
Alan Pearce
Init flake
2 years ago
Alan Pearce
Serve static files
2 years ago
Alan Pearce
Initial commit
2 years ago
Alan Pearce
Tweak deployment timeouts
1 year ago
Alan Pearce