Precis
2019-06-06 Edit

Precis Setup

Requirements

Precis has no dependencies other than git and these basic *nix commands:

Most of these commands are installed by default. Otherwise, please install them using your operating system’s package manager.

Installation

$ rm *.md *.markdown tags/*.md

Usage

bin/mk-site
# the name for your notes website
name: Precis

# the description of the notes website
description: Precis is a minimal note taking web-app built over Github Pages.

Notes Format

You can use Github flavoured Markdown to write your notes. You can add date and tags to the notes using the Markdown front-matter format.

A sample note:

---
date: 2019-06-06
tags: meeting office
---

# Meetings Notes

- need to do things
- need to do more things

See this demo note to get a look and feel.