Include basic build file for sourcehut pages
Change references to Github project and rework the instructions
Initial project port over to sourcehut
Vanilla CSS is a minimal baseline stylesheet for any web project. It includes a basic reset and default styling for all HTML5 elements (which you can see live at vanillacss.com).
If you want to use this CSS directly in your project, simply download the stylesheet below and include the following in your HTML head
section:
<link rel="stylesheet" href="vanilla.css">