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

Static site generator for blogs and source code documentation

Notifications You must be signed in to change notification settings

tav/yatiblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yatiblog was created to power Tav's blog and to create documentation for projects like Ampify. It generates static HTML files from source .txt files from the information provided within:

  • yatiblog.conf
  • Any triple-dashed YAML metadata header within the text files.

Layout templates can be specified in the Genshi markup language and the templates are looked for in the _layouts directory.

Example

For an example of yatiblog used to generate a blog, see:

For an example of yatiblog used to generate prettified source code documentation, see:

Usage

Usage: yatiblog [options] [path/to/source/directory]

Options:
  -h, --help           show this help message and exit
  -d DATA_FILE         Set the path for a data file (default: .articlestore)
  -o OUTPUT_DIRECTORY  Set the output directory for files (default: website)
  --clean              Flag to remove all generated output files
  --force              Flag to force regeneration of all files
  --quiet              Flag to suppress output

Contribute

To contribute any patches simply fork the repository using GitHub and send a pull request to https://github.com/tav, thanks!

License

All of the code has been released into the Public Domain. Do with it as you please.

-- Enjoy, tav <tav@espians.com>

About

Static site generator for blogs and source code documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages