🔗 https://sebastiandedeyne.com
I'm open sourcing this because I don't see any reason not to.
- Built with Laravel 5.5
- Content is stored in markdown files with front matter, which are parsed with my own
spatie/yaml-front-matter
package - This site's pretty fast thanks to
spatie/laravel-responsecache
, Turbolinks and various other optimizations like http2, gzip, and the right headers for caching - Assets are built with Webpack. JavaScript is transpiled with Babel, CSS with cssnext
- I'm using a Makefile for zero downtime deployments, which runs in the background whenever I push something to master
- The live site is hosted on a Digital Ocean droplet, provisioned with Laravel Forge
- The web application falls under the MIT License
- The content and design are under exclusive copyright
If you'd like to reuse or repost something, feel free to hit me up at [email protected].