24 lines
634 B
YAML
24 lines
634 B
YAML
theme: "github.com/adityatelange/hugo-PaperMod"
|
|
baseURL: 'https://fime.faerb.it'
|
|
languageCode: 'en-us'
|
|
title: 'fime - Simple time tracking'
|
|
copyright: '© 2022 [fime](https://fime.faerb.it)'
|
|
params:
|
|
label:
|
|
text: 'fime'
|
|
defaultTheme: light
|
|
disableThemeToggle: true
|
|
profileMode:
|
|
enabled: true
|
|
title: 'fime'
|
|
imageUrl: clock.svg
|
|
subtitle: Simple time tracking
|
|
buttons:
|
|
- name: Issues
|
|
url: "https://gitlab.com/faerbit/fime/issues"
|
|
- name: Releases
|
|
url: "https://gitlab.com/faerbit/fime/releases"
|
|
socialIcons:
|
|
- name: Gitlab
|
|
url: "https://gitlab.com/faerbit/fime"
|