Go to file
Orbifx 3d92789cdb initial simple example with omd 2016-08-30 22:04:12 +01:00
doc initial simple example with omd 2016-08-30 22:04:12 +01:00
share initial simple example with omd 2016-08-30 22:04:12 +01:00
src initial simple example with omd 2016-08-30 22:04:12 +01:00
.gitignore initial simple example with omd 2016-08-30 22:04:12 +01:00
CONTRIBUTING.md initial simple example with omd 2016-08-30 22:04:12 +01:00
Makefile initial simple example with omd 2016-08-30 22:04:12 +01:00
README.md initial simple example with omd 2016-08-30 22:04:12 +01:00
logarion.opam initial simple example with omd 2016-08-30 22:04:12 +01:00

README.md

Logarion

Logarion is a [free and open-source][Licence] personal note taking, journaling and publication system; a blog-wiki hybrid.

Features

  • Plain file system store, where each note is a file.
  • Command line & web interfaces.
  • Atom feeds
  • Static (conversion to files for uploading) & dynamic serving (HTTP, Gopher, ..).

Community & support

Install

The following instructions are the quickest way to install Logarion (in the absence of binary releases).

opam pin add logarion git://orbitalfox.eu/logarion
opam install logarion

Once installed you will have logarion for command line control of the repository.

Archives

Command line

Create a folder and run logarion init from within it to produce .logarion/config.toml, which is the core configuration file. The archive options are under the [archive] section.

Run logarion --help for more options.

Theme

Optionally install a Sass compiler, like sassc, and then run make theme-dark or make theme-light, to generate a stylesheet as share/static/main.css, using the respective Sass files in share/sass/.

See also