This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/source/_pages/dev.md
Oliver Davies 85a10c545b Run prettier on all *.md files
```
prettier '{app,source}/**/**.md' --write
```
2020-03-08 17:57:45 +00:00

1,023 B

title
Developing this Website (WIP)

This site is built with Sculpin, a static site generator written in PHP, that generates a static HTML website from Markdown files and Twig templates. You can see the source code on GitHub.

Extending Sculpin

Front End

On the front-end, I have used PostCSS rather than Sass or Less, and Tailwind CSS for all of the styling, and some Vue.js for the navbar and toggling the navigation menu on mobile. These are compiled with Webpack Encore - a wrapper around Webpack, provided by Symfony.