Write information of projects which include name, link, and image, in config.toml file.
projects = [
{ name = "Project Name", link = "URL of Project", image = "path/to/image" },
]Create ${member}.md under content/testimonials/ folder, and the template of content is:
+++
[extra]
name = "Member Name"
image = "URL or /images/avatars/your-avatar"
blurb = "Introduction or Slogan"
link = "Personal Website Link (Optional)"
+++Please put your avatar under
static/images/avatars/if you store the avatar in this repository.
- Clone and enter the repository.
git clone --recurse-submodules git@github.com:lockey-org/lkt-icu.git && cd lkt-icu/- Enter dev shell.
nix develop- Start the server.
just dev- Build the site.
just build- Format code (Run this before pushing).
just formatThe website is based on Vonge Zola Theme. Thanks all related contributors for making the theme freely available.