Skip to content

Video games, drawings, music, everything I'm working on in one blog.

License

Notifications You must be signed in to change notification settings

tomtsagk/darkdimension.org

Repository files navigation

DarkDimension.org

Website PingPong uptime (last 30 days)

A site I made to document different projects I'm working on, like video games, drawings and music composition.

Take a look: https://darkdimension.org/

How is it made

This project started as a basic bash script, which slowly grew. Now it is using markdown to describe different parts of a site, and json to link those parts together.

Compile

To compile, there's only two dependencies.

  • markdown: Used to parse Markdown text to HTML
  • jq: Used to parse json files.

After installing those, simply run the following:

make

The site will now be ready in the _site directory`.