Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.
/ manang Public archive

Dead SIMPLE Static Site Generator / Building Assistant

Notifications You must be signed in to change notification settings

acpmasquerade/manang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Very Simple Static Site Generator with DevServer

  • Runs on python
  • requires beautifulsoup and few packages for navigation and other features

Usage

Setup Environment

  • mkvirtualenv manang
  • pip install -r requirements.txt

Run

  • python devserver.py

Configuration

  • See src/README.md for the workflow details

Static Assets

  • Simply keep in the root folder
  • eg.
  • src/pages
  • src/pagelets
  • build/...
  • assets/js/
  • assets/css/
  • assets/images/ , etc ...
  • The assets are accessed as assets/images/file.jpg , so on

About

Dead SIMPLE Static Site Generator / Building Assistant

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published