b1ek 79785ce53a | ||
---|---|---|
content | ||
sass | ||
static | ||
templates | ||
.gitignore | ||
LICENSE.md | ||
README.md | ||
banner.webp | ||
banner.xcf | ||
config.toml | ||
otherworld.png |
README.md
otherworld - a zola theme
you can see the demo here
how to use
prerequisities
- a linux system. you can use windows for that, but this guide centers itself on linux based systems.
- you need to have these programs installed:
git
andzola
- some creativity, html and scss skills
steps
1. clone the repo
(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
2. open an another terminal
in the same directory, run
$ zola serve
3. edit files in the content
directory...
...as per zola docs
how to disable loading
go to content/index.md
, and in the +++
blocks, set extra.noload
to true
.
like this:
+++
title = "Welcome"
[extra]
noload = true
+++