mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-28 09:58:21 +01:00
22 lines
514 B
YAML
22 lines
514 B
YAML
site_name: slpkg
|
|
nav:
|
|
- Home: 'index.md'
|
|
site_url: https://dslackw.gitlab.io/slpkg
|
|
site_description: Personal projects
|
|
site_author: Dimitris Zlatanidis
|
|
copyright: Copyright 2014-2023 © Dimitris Zlatanidis
|
|
site_dir: public
|
|
|
|
repo_url: https://gitlab.com/dslackw/slpkg
|
|
|
|
theme:
|
|
name: terminal
|
|
palette: dark
|
|
features:
|
|
- footer.prev_next
|
|
- navigation.side.indexes
|
|
- revision.date
|
|
- revision.history
|
|
static_templates:
|
|
- 404.html
|
|
- about/coverage-report/index.html
|