Skip to content

MrSpaar/markdown_spa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation PyPi Package GitHub Release GitHub License

markdown_spa is a Python (jinja2 + markdown) static site generator:

  • Powerful templating
  • SEO optimized
  • No full page reloads
  • SCSS and Tailwind CSS support
  • Extented Markdown syntax
  • Automatic deployment to GitHub Pages

To get started:

# Create a new project
markdown_spa init my-project

# Start the development server
markdown_spa watch my-project