you can see the demo here
git
and zola
(aka download the theme)
lets assume that your website's directory name in daftpunk
. it will appear in commands a few times, and you should replace it with your website's name.
$ git clone git@git.blek.codes:blek/otherworld.git daftpunk
$ cd daftpunk
in the same directory, run
$ zola serve
content
directory......as per zola docs
go to content/index.md
, and in the +++
blocks, set extra.noload
to true
.
like this:
+++
title = "Welcome"
[extra]
noload = true
+++