No Description

James Peret: 6516fa8161 Folder listing fixes 6 years ago
.gitignore 138f3d1ec8 Project organized 6 years ago
index.js 6516fa8161 Folder listing fixes 6 years ago
package.json 6516fa8161 Folder listing fixes 6 years ago
readme.md 0eac3d3519 Readme templating docs 6 years ago

readme.md

Codex Server

Codex is a markdown wiki server with mathjax and syntax highlighting.

How it works

The codex server works as web server for local files inside a directory and its subdirectorys. Codex will render each filetype with a nice customizable webpage template.

Starting

To start the server, navigate to the root folder of your file hierarchy and run the command: codex to start the program.

Press Ctrl + c to stop the process.

Templating

For nice looking pages, you will need to place a templates folder called views/ in the root of your hierarchy. In this folder place .html or .ejs files for each type of template:

  • index.html - This is the main template for rendering most pages (like markdown). Add <%- body %> somewhere in this file for rendering content passed from codex.
  • error-404.html - A basic error page template.

Restarting the server is not required when changin templates.


Codex Server – create by James Peret – 2017