What is Fox?
Fox is a work in progress and undergoing heavy change.Fox is a simple tool to generate simple websites from org mode files.
With Fox you can build simple websites from an org file using:
./fox html \
--org readme.org \
--css https://cdn.simplecss.org/simple.min.css \
--footer "This website was generated with Fox" \
> docs/readme.html
You can view the html generated from this readme.org this link
Org mode supports such a wide range of functionality, it isn’t the goal of this project to support everything.
The aim is to support the following subset of features to enable intuitive website creation:
- Structure
- Headings
- Variable depth levels
- Named anchors
- Autogenerated names
- User defined names
- Code blocks
- Block quoations
- Headings
- Text
- Bold
- Italic
Strikethrough- underlined
verbatim
- Links
- HTML
- Inline
- Block
- Preamble
- Postamble
- CSS
- User defined stylesheets with
--css
- User defined stylesheets with
Fox is built by Mark Woodhall, I’m available to hire!