MkPage Project Tools
The MkPage Project is a collection of utilities
targetted at making it easier to generate custom websites using simple
Bash and Python scripts. MkPage Project comes with the
following command line tools.
-
mkpage – assembles a web pages and other text
files
-
blogit – Adds a file to a blog path and maintains
blog.json
-
mkrss – assembles RSS files based on the Markdown
files with related HTML files
-
byline – extracts a byline from a Markdown file
-
titleline – extracts the first title (first
single # line) from a Markdown document
-
reldocpath – calculates a relative path
(useful for getting the path to CSS right)
-
frontmatter – extracts front matter from a
Markdown document for further processing
-
sitemapper – sitemapper generates an XML
sitemap file based on found HTML content
-
ws – a fast static file web server for viewing your
static site
-
urldecode – converts a string from URL encoding
to plain text
-
urlencode – converts a string from plain text
into URL encoding