Skip to content

milar55/staticsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Static Site Generator

A lightweight static site generator using HTML, CSS, JavaScript, and Node.js.

Project Structure

##Plan

  1. Make a simple landing page with a header, a main content area and a footer.
  2. Make a template for a blog post
  3. Make a Markdown -> HTML converter
  4. Simple integration for ConvertKit
  5. Add a contact form

Build Process

  1. Run npm install to install the dependencies
  2. Run npm run build to build the project
  3. Run npm run serve to serve the project
  4. Run npm run dev to serve the project and watch for changes

using .gitignore to ignore the node_modules folder and public folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published