Skip to content

jtamir/jon-doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jon-doc

Yet another static website generator, inspired by jem-press, jemdoc, and jemdoc+Mathjax. You're probably better off using one of those...

This basically supports nothing except static webpages for now, using pandocs and a simple makefile. In the future I might want to add support for Mathjax.

I used this to build my website: jtsense.com. Source code here: code

Dependencies

Requires Pandoc. Mac:

port install pandoc

Linux:

apt-get install pandoc

Usage:

Put Markdown files under the content/ directory. Files in the directory with the extension .md will get parsed and converted to .html.

The navigation menu is controlled through helper/menu.md.

Build and Deploy

To deploy to a server, change the variable DEPLOY in the makefile to point to your server.

To build and deploy:

make
make update

As an example, this repository can be built as-is.

Warning: by design, anything deleted locally will be deleted on the server.

About

Static website generator using pandoc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published