This repository has been archived in favour of vlence.github.io
The source for diyweb.dev.
This website is built with Hugo. Install Hugo if you haven't already.
Additionally some dependencies like Tailwind are needed from NPM. Install them.
npm installNow we can start the server. This is meant to be used locally for development only. The server is listening at port 8080.
npm startThis website uses Tailwind. I'm
using Hugo's builtin TailwindCSS function to automatically
generate the CSS. The main entry point for the CSS is
assets/css/main.css. The <link> is generated using
layouts/_partials/css.html (also see layouts/baseof.html).
Website is deployed to vercel.