forked from blek/world
1
0
Fork 0
Go to file
b1ek 066142d658
add readme
2024-03-03 19:44:21 +10:00
content adapt the content for display 2024-03-03 18: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 adapt the content for display 2024-03-03 18:54:25 +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 readme 2024-03-03 19:44:21 +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

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