rldotai / rlai-wiki

Code for generating a simple wiki-style site using Python and Markdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quickstart

source activate py-web
make directories
make

TODO

  • Better MathJax configuration
  • Get the Math renderer and Highlight renderer working properly, in separate files
  • Add wiki-link preprocessor
  • Add actual style sheets
  • Create index page
  • Solve portability issue w/r/t custom environment.
    • Create own conda installer for required packages?

Slowstart

Preparation

  • Install relevant packages
    • Ideally, using conda with environment py-web
conda create -n py-web python=3.4 anaconda
  • Generate pygments.css
pygmentize -S default -f html > source/pygments.css

Wiki Structure

  • source (the actual site's code)

    • images
    • pages
    • style
    • templates
  • output (the root of the server)

    • images
    • style

About

Code for generating a simple wiki-style site using Python and Markdown


Languages

Language:Python 43.0%Language:JavaScript 35.5%Language:CSS 13.8%Language:HTML 3.2%Language:Makefile 2.9%Language:Shell 1.6%