Skip to content

Fox is a command line tool used to build simple static websites from org files

License

Notifications You must be signed in to change notification settings

markwoodhall/fox

Repository files navigation

Fox

What?

What is Fox?

Fox is a simple tool to generate simple websites from org mode files.

Status

Fox is a work in progress and undergoing heavy change.

Why?

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

Support

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:

  1. Structure
    • Headings
      • Variable depth levels
      • Named anchors
      • Autogenerated names
      • User defined names
    • Code blocks
    • Block quoations
  2. Text
    • Bold
    • Italic
    • Strikethrough
    • underlined
    • verbatim
    • Links
  3. HTML
    1. Inline
    2. Block
    3. Preamble
    4. Postamble
  4. CSS
    1. User defined stylesheets with --css

Who?

Fox is built by Mark Woodhall, I’m available to hire!

About

Fox is a command line tool used to build simple static websites from org files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published