forked from blek/world
1
0
Fork 0
Go to file
b1ek 965e6bbdeb
add theme.toml
2024-03-24 14:05:03 +10:00
content remove all blog posts but 'hi' 2024-03-03 19:54:25 +10:00
sass adapt the content for display 2024-03-03 18:54:25 +10:00
static add the no facebook badge 2024-01-18 01:20:58 +10:00
templates modify the bottom text margin to get a bit more nicer look 2024-03-03 19:59:58 +10:00
.gitignore move gitignore to root 2023-12-21 22:42:10 +10:00
LICENSE.md add license 2024-01-08 16:47:29 +10:00
README.md add an option to disable loading 2024-03-03 19:58:11 +10:00
banner.webp add readme 2024-03-03 19:44:21 +10:00
banner.xcf add readme 2024-03-03 19:44:21 +10:00
config.toml minify htmls in prod 2023-12-22 01:52:44 +10:00
otherworld.png add readme 2024-03-03 19:44:21 +10:00
screenshot.png add screenshot 2024-03-03 20:02:45 +10:00
theme.toml add theme.toml 2024-03-24 14:05:03 +10:00

README.md

otherworld - a zola theme

you can see the demo here

how to use

prerequisities

  1. a linux system. you can use windows for that, but this guide centers itself on linux based systems.
  2. you need to have these programs installed: git and zola
  3. 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
+++