New Theme!

· 1min · coleaderme

Update

Site now uses an elegant theme: Kita
Generated by zola, previously hugo

How to use this theme?

Basic guide is available at Kita's github

This is how I did..

git clone https://github.com/st1020/kita  your_site
cd your_site

Clean up

  • Edit config.toml: find n replace with your name
  • Remove example materials
  • Remove placeholders*.md from content/

Adding content

  • Create new file.md in content/
  • Writing Markdown guide
+++
title = "New Title"
date = 2024-12-30
description = "Not too long text goes here"
+++

writing section begins..
...

View

cd your_site
zola serve