Find a file
2024-08-28 15:18:26 +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 Extract a variable for my Mastodon name and URL 2024-08-06 01:25:03 +01:00
assets Move assets-related files into the assets 2024-07-30 20:19:27 +01:00
cache/build Cache compiled CSS files instead of building it 2024-08-18 17:44:00 +01:00
modules Extract a start year variable for better 2024-08-04 12:39:48 +01:00
resources Move stub.md 2024-07-31 00:47:49 +01:00
source Add PHP Berkshire redirect 2024-08-28 15:18:26 +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
.gitmodules Move ATDC pages to their own repository 2024-08-20 00:43:20 +01:00
.markdownlint.yaml Remove markdownlint line length warnings 2024-03-13 22:48:59 +00:00
.tmux Open the daily emails directory 2024-08-13 01:59:06 +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 Group talk classes into a modules directory 2024-08-02 18:39:05 +01:00
composer.lock Add OpdaviesTwigExtensionTest 2024-05-03 14:18:05 +01:00
dev.kdl Add dev.kdl layout for Zellij 2024-08-25 21:45:40 +01:00
flake.lock Update flake dependencies 2024-08-09 23:21:18 +01:00
flake.nix Fix compgen not found error 2024-07-30 20:20:36 +01:00
phpunit.xml.dist Group talk classes into a modules directory 2024-08-02 18:39:05 +01: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 Add setup task 2024-08-20 21:55:32 +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.