The public website code for https://devenney.io.
This project requires Node. It is recommended that you install the latest LTS release. Beyond this, the project is self-contained.
# Install packages
npm install
# Build distribution
npm run buildTo serve the code locally, the project uses webpack-dev-server. A script is provided for convenience:
npm run localThe hot reloaded code should then be available at http://localhost:8000.
Blog posts are held in ./src/content/blog/.
The following YAML frontmatter is required for each post:
title: The short title of the post.description: A synopsis of the post. This will be displayed on the blog listing page.date: The ISO8601 publication date.
File names should be in the format YYYY-MM-DD-short-description.md.