Initial commit
This commit is contained in:
commit
5d991051a2
8 changed files with 76 additions and 0 deletions
6
archetypes/default.md
Normal file
6
archetypes/default.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
51
config.yaml
Normal file
51
config.yaml
Normal file
|
@ -0,0 +1,51 @@
|
|||
baseURL: http://apps.ad5001.eu/
|
||||
languageCode: en-us
|
||||
title: Ad5001 Apps
|
||||
theme: omegamma
|
||||
copyright: Copyright © Ad5001 2021
|
||||
|
||||
menu:
|
||||
main:
|
||||
- identifier: apps
|
||||
name: Apps
|
||||
pre: <img src="/icons/apps.svg" class="icon-as-text"/>
|
||||
title: blog section
|
||||
url: /
|
||||
- identifier: git
|
||||
name: Git
|
||||
pre: <img src="/icons/git.svg" class="icon-as-text"/>
|
||||
title: git section
|
||||
url: https://git.ad5001.eu
|
||||
- identifier: about
|
||||
name: About
|
||||
pre: <img src="/icons/about.svg" class="icon-as-text"/>
|
||||
title: about section
|
||||
url: https://ad5001.eu/about
|
||||
social:
|
||||
- identifier: mastodon
|
||||
name: Mastodon
|
||||
pre: <img src="/icons/social/mastodon.svg" class="icon-as-text"/>
|
||||
title: mastodon social icon
|
||||
url: https://mastodon.technology/@Ad5001
|
||||
- identifier: twitter
|
||||
name: Twitter
|
||||
pre: <img src="/icons/social/twitter.svg" class="icon-as-text"/>
|
||||
title: twitter social icon
|
||||
url: https://twitter.com/Ad5001P4F
|
||||
- identifier: gitea
|
||||
name: Gitea
|
||||
pre: <img src="/icons/social/git.svg" class="icon-as-text"/>
|
||||
title: gitea social icon
|
||||
url: https://git.ad5001.eu/Ad5001
|
||||
- identifier: github
|
||||
name: Mastodon
|
||||
pre: <img src="/icons/social/github.svg" class="icon-as-text"/>
|
||||
title: github social icon
|
||||
url: https://github.com/Ad5001
|
||||
|
||||
params:
|
||||
brandWebsite: //ad5001.eu
|
||||
usingTheme: Using
|
||||
poweredBy: Powered by
|
||||
social:
|
||||
-
|
11
content/_index.md
Normal file
11
content/_index.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: List
|
||||
description: List of Ad5001's application.
|
||||
---
|
||||
# List of applications
|
||||
|
||||
This page lists my realeased open source software with a brief presentation of them.
|
||||
This list has been built over the years, and is non-exhaustive.
|
||||
Older software can be found at my [legacy website](https://download.ad5001.eu).
|
||||
|
||||
|
BIN
content/app2.png
Normal file
BIN
content/app2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 817 KiB |
8
layouts/index.html
Normal file
8
layouts/index.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
{{ define "main" }}
|
||||
{{ partial "section1.html" (dict "Image" "/img/app0.png" "Content" .Content) }}
|
||||
<br><br><br><br><br>
|
||||
<br><br><br><br><br>
|
||||
<br><br><br><br><br>
|
||||
<br><br><br>
|
||||
{{ end }}
|
||||
|
BIN
static/img/app0.png
Normal file
BIN
static/img/app0.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 316 KiB |
BIN
static/img/app1.png
Normal file
BIN
static/img/app1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 MiB |
BIN
static/img/app2.png
Normal file
BIN
static/img/app2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 MiB |
Loading…
Reference in a new issue