A lightweight static site generator using HTML, CSS, JavaScript, and Node.js.
##Plan
- Make a simple landing page with a header, a main content area and a footer.
- Make a template for a blog post
- Make a Markdown -> HTML converter
- Simple integration for ConvertKit
- Add a contact form
- Run
npm install
to install the dependencies - Run
npm run build
to build the project - Run
npm run serve
to serve the project - Run
npm run dev
to serve the project and watch for changes
using .gitignore to ignore the node_modules folder and public folder