oliverdavies.uk/sculpin
2025-10-06 17:22:19 +01:00
..
app Move all files to sculpin/ 2025-10-01 00:01:33 +01:00
assets Move all files to sculpin/ 2025-10-01 00:01:33 +01:00
source Move books.md 2025-10-02 01:23:33 +01:00
src Move all files to sculpin/ 2025-10-01 00:01:33 +01:00
static/files Move all files to sculpin/ 2025-10-01 00:01:33 +01:00
tests/Presentation/TwigExtension Move all files to sculpin/ 2025-10-01 00:01:33 +01:00
.bcignore Re-add and use build-configs.yaml 2025-10-06 17:22:19 +01:00
.envrc Move all files to sculpin/ 2025-10-01 00:01:33 +01:00
.gitignore Move all files to sculpin/ 2025-10-01 00:01:33 +01:00
.gitmodules Move all files to sculpin/ 2025-10-01 00:01:33 +01:00
.ignore Move all files to sculpin/ 2025-10-01 00:01:33 +01:00
.mailmap Move all files to sculpin/ 2025-10-01 00:01:33 +01:00
.markdownlint.yaml Move all files to sculpin/ 2025-10-01 00:01:33 +01:00
.tmux-sessionizer Move all files to sculpin/ 2025-10-01 00:01:33 +01:00
.yamlfmt.yaml Move all files to sculpin/ 2025-10-01 00:01:33 +01:00
build Re-add and use build-configs.yaml 2025-10-06 17:22:19 +01:00
build-configs.yaml Re-add and use build-configs.yaml 2025-10-06 17:22:19 +01:00
clean Re-add and use build-configs.yaml 2025-10-06 17:22:19 +01:00
composer.json Move all files to sculpin/ 2025-10-01 00:01:33 +01:00
composer.lock Move all files to sculpin/ 2025-10-01 00:01:33 +01:00
flake.lock Re-add and use build-configs.yaml 2025-10-06 17:22:19 +01:00
flake.nix Re-add and use build-configs.yaml 2025-10-06 17:22:19 +01:00
phpstan-baseline.neon Move all files to sculpin/ 2025-10-01 00:01:33 +01:00
phpstan.neon.dist Move all files to sculpin/ 2025-10-01 00:01:33 +01:00
phpunit.xml.dist Move all files to sculpin/ 2025-10-01 00:01:33 +01:00
README.md Move all files to sculpin/ 2025-10-01 00:01:33 +01:00
run Move all files to sculpin/ 2025-10-01 00:01:33 +01:00
run.local Move all files to sculpin/ 2025-10-01 00:01:33 +01:00
watch Re-add and use build-configs.yaml 2025-10-06 17:22:19 +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.

BrowserSync

I have BrowserSync installed and use it to watch for changes to files and automatically refresh my browser instead of using Sculpin's built-in development server.

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.