Skip to content

SkyOfSteel/static-site-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static Site Generator

The project is supposed to take a Markdown file and generate a static HTML page from it.

What's ready:

  • TextNode class and TextType Enum.
  • BlockType Enum to classify different block types.
  • Function to transform text in markdown syntax into TextNodes of appropriate type.
  • Function to extract alt text from image links and anchor text from standard links.
  • Function to categorize different block types: headers, code, quotes, etc.
  • HTMLNode parent class and its children: ParentNode and LeafNode.
  • Unit tests for various configurations of tags, children, values and props.
  • Unit tests for text nodes.
  • Unit tests for splitting markdown into blocks.

Motivation

WIP

Quick Start

WIP

Usage

WIP

Contributing

WIP

About

A static site generator to quickly deploy HTML content.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages