Find a file
2025-01-18 00:43:05 +00:00
app Use the native HTML audio player 2025-01-16 08:48:34 +00:00
assets Self-host the Roboto Condensed font 2024-12-07 20:24:53 +00:00
resources Re-add the Drupal Planet XML feed 2024-09-11 20:30:50 +01:00
source Add daily email for 2025-01-12 2025-01-18 00:43:05 +00:00
.envrc Revert "Add devenv" 2024-11-12 19:27:07 +00:00
.gitignore Move pages 2025-01-15 14:36:05 +00:00
.gitmodules Move pages 2025-01-15 14:36:05 +00:00
.ignore Ignore .mp3 files in Telescope 2024-12-26 09:26:35 +00:00
.markdownlint.yaml Remove markdownlint line length warnings 2024-03-13 22:48:59 +00:00
.tmux-sessionizer Open neovim 2024-12-10 01:37:50 +00:00
.yamlfmt.yaml Format with yamlfmt 2024-07-31 18:00:52 +01:00
composer.json Remove custom Twig extensions 2024-11-30 20:58:54 +00:00
composer.lock Remove custom Twig extensions 2024-11-30 20:58:54 +00:00
flake.lock Revert "Add devenv" 2024-11-12 19:27:07 +00:00
flake.nix Revert "Add devenv" 2024-11-12 19:27:07 +00:00
README.md Add README.md 2024-08-02 18:09:22 +01:00
run Update build script 2024-08-18 12:12:14 +01:00
run.local Move files 2025-01-14 02:18:11 +00:00

oliverdavies.uk

My personal website, built with Sculpin - a PHP-based static site generator.

It contains pages about my products, services, public speaking and training, as well as my daily email archive, podcast episodes and old blog posts from earlier versions of the website.

Styling

The styling is done using Tailwind CSS.

Hosting

The website is hosted on a 1GB DigitalOcean droplet alongside other static websites.

I'm using Apache as my web server so I can easily manage redirects using the .htaccess file within the source directory..

As it's a static website, no PHP or database are needed.