Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 823 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 823 Bytes

monolog—Beyond (We)Blog: Log of Everything

monolog can be expressed in various ways: It is a Wiki-like knowledge management system, and at the same time is a blogging tool. Blogs, originally coined as "Weblog", started as "log" of "Web" i.e. collections of personal writings that track what websites one has found, and how one thought on them. monolog extends this concept further from Web to everything, therefore is named such; mono means things in Japanese.

Usage

# Install dependencies
$ pnpm install

# Set up .env file under data directory (see .env.example)

# Start local server
$ DATA_ROOT_DIR=path/to/data/directory pnpm run dev

# Build and generate a static website
$ pnpm run build

License

monolog is licensed under the MIT License.

©︎ 2022 Yusuke Kido.