ZachWatkins / markdown-sitegen-module

Node module for static site generation from Markdown files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Markdown Website Generator

This module is used to generate a website from markdown files, which is useful for hosting a repository's public website on GitHub Pages.

There are many other options to generate sites from Markdown files. My reasons for building my own module:

  1. I can meet my own needs within 1000 lines of code.
  2. I would spend nearly as much time learning the existing tool(s) and implementing them as the time spent to create my own and give it simple implementation requirements.
  3. The assurances and peace of mind gained from having my own tool outweighs the time and effort spent to create it.

IMPORTANT: This is work in progress! The project is subject to significant change until its 1.0.0 release.

GitHub Package.json Version Code Size License Open Issues

Build

GitHub Pages Build Linter Status

Progress

Closed Issues Closed Pull Requests

Issues

Open Issues Open Bug Issues Open Feature Issues Open Pull Requests Last Commit

Documentation Files

  1. Contributing
  2. Code of Conduct
  3. License
  4. Changelog
  5. Authors

About

Node module for static site generation from Markdown files.

License:MIT License


Languages

Language:JavaScript 97.9%Language:Shell 1.6%Language:HTML 0.5%