Skip to content

lockey-org/lkt-icu

Repository files navigation

Homepage of Lockey

Configuration

Configure Projects

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" },
]

Configure Member Information

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.

Development

  1. Clone and enter the repository.
git clone --recurse-submodules git@github.com:lockey-org/lkt-icu.git  && cd lkt-icu/
  1. Enter dev shell.
nix develop
  1. Start the server.
just dev
  1. Build the site.
just build
  1. Format code (Run this before pushing).
just format

Acknowledgement

The website is based on Vonge Zola Theme. Thanks all related contributors for making the theme freely available.

About

Homepage of Lockey Team.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •