diff --git a/content/_index.md b/content/_index.md index 627dce9..463ccc3 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,5 +1,4 @@ --- -# title: 'Lunivity Wiki' toc: false --- diff --git a/content/docs/_index.md b/content/docs/_index.md index ae215de..344baca 100644 --- a/content/docs/_index.md +++ b/content/docs/_index.md @@ -1,68 +1,12 @@ -# Documentation ++++ +title = 'Documentations' +linkTitle = 'Documentation' +date = 2024-01-09T19:42:30+01:00 ++++ -```yaml {filename="hugo.yml"} +Here you'll find documentations for in-house tools and/or services, and their usages. -baseURL: 'https://wiki.lunivity.com/' -languageCode: 'en-us' -title: 'Lunivity Wiki' - -module: - imports: - - path: "github.com/imfing/hextra" - -params: - # Navbar - navbar: - displayTitle: false - displayLogo: true - logo: - path: img/logo.svg - # dark: img/logo-dark.svg - link: / - width: 32 - height: 32 - # Edit URL - editURL: - enable: true - base: "https://gitpot.dev/lunivity/wiki/_edit/main/" - -menu: - main: - - name: Home - pageRef: / - weight: 1 - - name: Documentations - pageRef: /docs - weight: 2 - - name: Services - pageRef: /services - weight: 3 - - name: Guides - pageRef: /guides - weight: 4 - - name: Search - weight: 5 - params: - type: search - # - name: Gitpot - # weight: 5 - # url: "https://gitpot.dev/lunivity" - # params: - # icon: git - sidebar: - - name: Links - params: - type: separator - weight: 991 - - name: "Homepage ↗" - url: "https://lunivity.com/" - weight: 992 - - name: "Authentik ↗" - url: "https://auth.lunivity.com/" - weight: 993 - - name: "Legal ↗" - url: "https://lunivity.com/legal" - weight: 993 - - -``` +{{< cards >}} + {{< card link="/docs/ansible" title="Ansible" subtitle="Docs for Ansible Roles and Playbooks" icon="cog" >}} + +{{< /cards >}} diff --git a/content/docs/ansible/_index.md b/content/docs/ansible/_index.md new file mode 100644 index 0000000..1b3bc69 --- /dev/null +++ b/content/docs/ansible/_index.md @@ -0,0 +1,4 @@ ++++ +title = 'Ansible' +date = 2024-01-09T19:48:22+01:00 ++++ diff --git a/content/docs/ansible/common.md b/content/docs/ansible/common.md new file mode 100644 index 0000000..03ecad8 --- /dev/null +++ b/content/docs/ansible/common.md @@ -0,0 +1,5 @@ ++++ +title = 'Ansible: Common' +linkTitle = 'Common' +date = 2024-01-09T19:49:13+01:00 ++++ diff --git a/content/docs/ansible/core.md b/content/docs/ansible/core.md new file mode 100644 index 0000000..1c54b43 --- /dev/null +++ b/content/docs/ansible/core.md @@ -0,0 +1,5 @@ ++++ +title = 'Ansible: Core' +linkTitle = 'Core' +date = 2024-01-09T19:48:35+01:00 ++++ diff --git a/content/docs/test/_index.md b/content/docs/test/_index.md deleted file mode 100644 index 8ae0569..0000000 --- a/content/docs/test/_index.md +++ /dev/null @@ -1 +0,0 @@ -# Test diff --git a/content/docs/test/test.md b/content/docs/test/test.md deleted file mode 100644 index f00b526..0000000 --- a/content/docs/test/test.md +++ /dev/null @@ -1 +0,0 @@ -# Testing diff --git a/content/guides/_index.md b/content/guides/_index.md index 50a8673..46628b2 100644 --- a/content/guides/_index.md +++ b/content/guides/_index.md @@ -1 +1,4 @@ -# Guides ++++ +title = 'Guides' +date = 2024-01-09T19:51:01+01:00 ++++ diff --git a/content/services/_index.md b/content/services/_index.md index 8e5b66b..c7a1438 100644 --- a/content/services/_index.md +++ b/content/services/_index.md @@ -1 +1,4 @@ -# Services ++++ +title = 'Services' +date = 2024-01-09T19:51:47+01:00 ++++ diff --git a/hugo.yml b/hugo.yml index 65e7664..3792e68 100644 --- a/hugo.yml +++ b/hugo.yml @@ -20,8 +20,10 @@ params: # Edit URL editURL: enable: true - base: "https://gitpot.dev/lunivity/wiki/_edit/main/" - + base: "https://gitpot.dev/lunivity/wiki/_edit/main/content/" + # Page + page: + width: wide menu: main: - name: Home diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..bc308b0 Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/favicon.svg b/static/favicon.svg new file mode 100644 index 0000000..bcc95b9 --- /dev/null +++ b/static/favicon.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/wiki/assets/css/footer.css b/wiki/assets/css/footer.css new file mode 100644 index 0000000..79bd732 --- /dev/null +++ b/wiki/assets/css/footer.css @@ -0,0 +1,53 @@ +footer { + display: flex; + align-items: center; + flex-wrap: wrap; + /* justify-content: center; */ +} + +.footer-seperator, +.footer-legal-seperator { + margin: 0 0.5em 0 0.5em; +} + +.footer-powered-by { + margin-left: auto; + padding-left: 1em; + margin-right: 1em; +} + +.footer-cc-license-banner { + height: 2em; +} + +.footer-cc-license-banner > img { + height: 32px; + min-width: 96px; + border-radius: 6px; +} + +@media screen and (max-width: 1100px) { + .footer-home, + .footer-seperator, + .footer-dash { + display: none; + visibility: hidden; + } + + .footer-legal-seperator { + /* display: inline-flex; */ + visibility: visible; + /* margin-left: 0.75em; */ + } +} + +@media screen and (max-width: 800px) { + .footer-legal { + margin-right: 1em; + } + + .footer-powered-by { + margin-left: 0; + padding: 0; + } +}