Initial commit page
This commit is contained in:
commit
a3bc0d3f5c
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
public/
|
||||||
|
.idea
|
||||||
|
go.mod
|
||||||
|
go.sum
|
17
.gitlab-ci.yml
Normal file
17
.gitlab-ci.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
image: registry.gitlab.com/pages/hugo/hugo:latest
|
||||||
|
|
||||||
|
default:
|
||||||
|
before_script:
|
||||||
|
- apk add --update --no-cache git go
|
||||||
|
- hugo mod init gitlab.com/pages/hugo
|
||||||
|
- hugo mod get -u github.com/adityatelange/hugo-PaperMod
|
||||||
|
|
||||||
|
pages:
|
||||||
|
script:
|
||||||
|
- hugo
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- public
|
||||||
|
rules:
|
||||||
|
- if: $CI_COMMIT_REF_NAME == "page"
|
||||||
|
|
23
config.yml
Normal file
23
config.yml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
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"
|
73
static/clock.svg
Normal file
73
static/clock.svg
Normal file
@ -0,0 +1,73 @@
|
|||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
|
viewBox="0 0 300.988 300.988" style="enable-background:new 0 0 300.988 300.988;" xml:space="preserve">
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<path d="M150.494,0.001C67.511,0.001,0,67.512,0,150.495s67.511,150.493,150.494,150.493s150.494-67.511,150.494-150.493
|
||||||
|
S233.476,0.001,150.494,0.001z M150.494,285.987C75.782,285.987,15,225.206,15,150.495S75.782,15.001,150.494,15.001
|
||||||
|
s135.494,60.782,135.494,135.493S225.205,285.987,150.494,285.987z"/>
|
||||||
|
<polygon points="142.994,142.995 83.148,142.995 83.148,157.995 157.994,157.995 157.994,43.883 142.994,43.883 "/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
Loading…
Reference in New Issue
Block a user