Skip to content

jcchikikomori/blog

Repository files navigation

JCC Blog

alt

Philosophy

This blog is supposed to be simple and easy to maintain. And never rely on dynamic data, so this is also a static site, with preprocessing, thanks to HarpJS, Jade template engine & NodeJS

How to use

Requirements

  • NodeJS 12
  • pnpm package
  • harp package (install globally - pnpm install -g harp)

Dev Environment

You can try developing on contained environment

Requirements

  • Docker
  • Visual Studio Code

Testing

Run harp src in ROOT directory (not in public/)

Compile build

Run harp src docs in ROOT directory