docs/content/themes/otherworld/index.md
+++ title = "otherworld" description = "Vaporwave aesthetic theme" template = "theme.html" date = 2024-03-24T14:05:03+10:00
[taxonomies] theme-tags = []
[extra] created = 2024-03-24T14:05:03+10:00 updated = 2024-03-24T14:05:03+10:00 repository = "https://git.blek.codes/blek/otherworld.git" homepage = "https://git.blek.codes/blek/otherworld" minimum_version = "0.1.0" license = "GPL-3-only" demo = "https://world.blek.codes"
[extra.author] name = "blek!" homepage = "https://blek.codes" +++
<p align='center'> </p> <h1 align='center'> otherworld - a zola theme </h1>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 [email protected]: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
+++