zola/docs/content/themes/karzok/index.md
Vincent Prouillet 9946506e1c
Update themes gallery (#1614)
Co-authored-by: GitHub Action <action@github.com>
2021-09-12 21:44:45 +02:00

4.4 KiB

+++ title = "karzok" description = "A theme for your documentation. Fast and secure" template = "theme.html" date = 2021-09-07T11:12:53+03:00

[extra] created = 2021-09-07T11:12:53+03:00 updated = 2021-09-07T11:12:53+03:00 repository = "https://github.com/kogeletey/karzok" homepage = "https://fmatch.org/karzok" minimum_version = "0.0.14" license = "Apache-2.0" demo = "https://fmatch.org/karzok"

[extra.author] name = "Konrad Geletey" homepage = "" +++

builds.sr.ht status

Karzok

A theme for your documentation. Fast and secure

screenshot

Demo

Fmatch Karzok

Requirements

Karzok uses npm,zola to dependency managment,rendering, scripts and plugins.

Install

  1. Zola
  2. Node.js

for your platform.

Optional

  1. yj

    for transfer toml file in yaml

  2. docker

    for packaging container

  3. rsync

    A better copy and move

Get Started

1. Create a new zola site

zola init zola_site

2. Download this theme to you themes directory:

git clone https://git.sr.ht/~kogeletey/karzok zola_site/themes

or install as submodule:

cd zola_site
git init # if your project is a git repository already, ignore this command
git submodule add https://git.sr.ht/~kogeletey/karzok zola_site/themes

3. Configuration. Open in favorite editor config.toml

base_url = "https://karzok.example.net" # set-up for production
theme = "karzok"

See more in Karzok Configuration

4. Added new content

    cp ./themes/content/_index.md content/_index.md
    cp ./thems/content/tmpl.md content/filename.md

how you can give freedom to your creativity

5. Run the project

With docker-compose and cargo make

cargo make --makefile make.toml dockerup

Without

i. development enviroment

  1. Install node dependencies needed to work
npm run gen # don't use npm install before that
  1. Just run zola serve in the root path of the project
zola serve

Open in favorite browser http://127.0.0.1:1111. Saved changes live reolad.

ii. production enviroment

  • with docker
  1. Build docker image
docker build .

or if installed docker-compose

docker-compose build
  1. Run containers
docker start -d -p 80:80 container_id

or if installed docker-compose

docker-compose up -d

Open in favorite browser https://localhost

Configuration

options under the [extra]

  1. math - rendering math formulas throught katex
  2. favicon - set path to favicon icon import(default favicon)
  3. localcdn- if you want to store all assets on your domain, then enable this setting
  4. cdnurl - you can customize your url to store assets,default use jsdelivr
  5. [[extra.menu]] - the main navigation on the site
  6. [[extra.header]] - the header navigantion for the site

Templates

All pages are extend to the base.html, and you can customize them as need.

License

This program is Free Software: You can use, study share and improve it at your will. Specifically you can redistribute and/or modify it under the terms of the Apache 2.0

Contribute

Make sure to read the Code of Conduct

Find bugs and come up with features

On the todo.sr.ht or github issues

Improve Code

The Karzok is stored in the repository at sr.ht and mirror github

TODOs:

  • readme contrubutions
  • configure loading from cdn
  • choose code_of_conduct
  • proceed subpages
  • create mobile version
  • choose license
  • adding full path article in the page
  • make dark theme
  • continue author rendering
  • adding word count
  • refactor home.scss

Thank you so much for any help