Find a file
2024-08-02 18:09:22 +01:00
.githooks Update build configuration files 2024-01-31 09:12:48 +00:00
.github/workflows Use --testdox in CI 2024-05-03 15:24:56 +01:00
app Format with yamlfmt 2024-07-31 18:00:52 +01:00
assets Move assets-related files into the assets 2024-07-30 20:19:27 +01:00
resources Move stub.md 2024-07-31 00:47:49 +01:00
source Don't show the event location if it was online 2024-08-02 16:56:34 +01:00
src/Opdavies/TwigExtension Only past talks are counted 2024-08-01 21:08:20 +01:00
tests/Opdavies/TwigExtension Only past talks are counted 2024-08-01 21:08:20 +01:00
.envrc Create Home page 2024-01-03 23:06:04 +00:00
.gitignore Simplify .gitignore configuration 2024-07-31 01:50:23 +01:00
.markdownlint.yaml Remove markdownlint line length warnings 2024-03-13 22:48:59 +00:00
.tmux Add .tmux 2024-07-31 01:51:53 +01:00
.yamlfmt.yaml Format with yamlfmt 2024-07-31 18:00:52 +01:00
build-configs.yaml Replace build.yaml with build-configs.yaml 2024-08-02 00:44:01 +01:00
composer.json Add OpdaviesTwigExtensionTest 2024-05-03 14:18:05 +01:00
composer.lock Add OpdaviesTwigExtensionTest 2024-05-03 14:18:05 +01:00
flake.lock Update build configuration files 2024-03-31 10:28:26 +01:00
flake.nix Fix compgen not found error 2024-07-30 20:20:36 +01:00
phpunit.xml.dist Add OpdaviesTwigExtensionTest 2024-05-03 14:18:05 +01:00
README.md Add README.md 2024-08-02 18:09:22 +01:00
run Update build configuration files 2024-07-31 01:22:06 +01:00
run.local Update website path 2024-07-31 12:46:06 +01: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.