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.
# 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
monolog is licensed under the MIT License.
Β©οΈ 2022 Yusuke Kido.