NOTICE: Repository archived as site is static (so will remain live) and I am taking a break from development
Starting from a minimal, generic skeleton project for the Sculpin static site generator. This website will become a portfolio to hold the work done during my time as a Software Developer Graduate with Transport for Wales.
- Start adding content to
source/index.mdto build the home page. - Add more content, settings, layouts, includes etc as needed.
- Build more pages to create a whole website.
This project includes a run file to hold aliases for some custom scripts.
These scripts are mainly to build and start a local environment for the project and watch the files for any changes.
- Each page is a markdown file which then uses a twig template to build the html page you see.
- Tailwind and the Tailwind Typography plugin have been added to build the CSS used to style the website.
- The
docs/decisionsfolder has been added specifically to this Sculpin project to keep track of decisions made during the development of the website. Adapted from EpicWeb.dev