Merge pull request #69 from IT4Change/16-devops-evaluate-theme-hope

feat(other): use vuepress theme hope
This commit is contained in:
mahula 2023-10-06 07:20:57 +02:00 committed by GitHub
commit 775bd18fcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 6067 additions and 26611 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
/node_modules/
/docs/.vuepress/dist/
/docs/.vuepress/.cache/
/docs/.vuepress/.temp/
/.github/webhooks/hooks.json

View File

@ -1,69 +1,79 @@
const path = require('path')
module.exports = {
import { searchProPlugin } from 'vuepress-plugin-search-pro'
import { hopeTheme } from 'vuepress-theme-hope'
import { defineUserConfig } from 'vuepress'
export default defineUserConfig({
title: 'IT Team for Change',
description: 'IT4C.dev introduces the IT Team for Change, applied Philosophy and Projects.',
head: [
['meta', {name: 'viewport', content: 'width=device-width,initial-scale=1'}]
],
theme: 'vuepress-theme-book',
themeConfig: {
theme: hopeTheme({
// logo: "/logo.png",
searchPlaceholder: "Search...",
lastUpdated: "Last Updated",
docsRepo: "https://github.com/IT4Change/IT4C.dev/",
docsRepo: "https://github.com/IT4Change/IT4C.dev",
docsBranch: 'master',
docsDir: "docs",
editLinks: true,
editLinkText: 'Edit this page on Github',
nav: [
editLink: true,
lastUpdated: false,
contributors: false,
navbar: [
{ text: 'IT4C', link: '/' },
{ text: 'Contact', link: '/contact' },
{
text: 'Github',
link:
'https://github.com/IT4Change'
link: 'https://github.com/IT4Change'
},
],
sidebar: {
'/': [
sidebar: [
{
title: '',
collapsable: false,
sidebarDepth: 0,
text: 'IT4C',
link: '/',
collapsible: false,
children: [
['/', 'IT4C'],
['/history', 'History'],
['/contact', 'Contact']
'/history',
'/contact'
]
},
{
title: 'Projects',
collapsable: false,
text: 'Projects',
collapsible: false,
children: [
['/projects/gradido', 'Gradido'],
//['/extras/contributing', 'Contributing ✨'],
//['/extras/license', 'License 📚']
{
text: 'Gradido Software',
link: '/projects/gradido'
},
// { link: '/extras/contributing', text: 'Contributing ✨' },
// { link: '/extras/license', text: 'License 📚' },
]
},
{
title: 'People',
collapsable: false,
text: 'People',
collapsible: false,
children: [
['/people/alexander-friedland', 'Alexander Friedland'],
['/people/hannes-heine', 'Hannes Heine'],
['/people/mathias-lenz', 'Mathias Lenz'],
['/people/moriz-wahl', 'Moriz Wahl'],
['/people/ulf-gebhardt', 'Ulf Gebhardt'],
['/people/wolfgang-huss', 'Wolfgang Huß'],
'/people/alexander-friedland',
'/people/hannes-heine',
{ link: '/people/mathias-lenz', text: 'Mathias Lenz' },
'/people/moriz-wahl',
'/people/ulf-gebhardt',
'/people/wolfgang-huss'
]
},
]
},
},
configureWebpack: {
resolve: {
alias: {
'@images': path.resolve(__dirname, '../images')
}
}
],
}),
plugins: [
searchProPlugin({
indexContent: true,
autoSuggestions: true,
customFields: [
{
getter: (page) => page.frontmatter.category,
formatter: "Category: $content",
},
}
{
getter: (page) => page.frontmatter.tag,
formatter: "Tag: $content",
},
],
}),
],
})

View File

@ -2,7 +2,7 @@
## Presentation
![Hannes Heine](~@images/portrait/hannes-heine.jpg)
![Hannes Heine](../images/portrait/hannes-heine.jpg)
I was born in Germany and raised in France, so I speak both languages fluently. In my free time I like to play video games, do Reiki and all kind of sports.
As child, except for my interest for sports, I always excelled in sciences. In 10th grade I came across coding, the starting time was so exiting, I had the impression that I could do magic on a small device. It captivated me so much that after my graduation in 2008 (baccalauréat), I studied for 3 years in the beautiful city of Toulouse (mathematics, mechanics and informatics).

View File

@ -1,6 +1,6 @@
# Mathias
![Mathias](~@images/portrait/ml-portrait.jpg)
![Mathias](../images/portrait/ml-portrait.jpg)
Rooted in DIY crafting and interest in language, patterns, and human connections.
In school years first self taught steps where made towards computer systems and programming.

View File

@ -1,6 +1,6 @@
# Moriz Wahl
![Moriz Wahl](~@images/portrait/moriz-wahl.jpg)
![Moriz Wahl](../images/portrait/moriz-wahl.jpg)
I was given a ZX81 when I was 8 years old. Since then, my
fascination for programming has never stopped.

View File

@ -1,6 +1,6 @@
# Ulf Gebhardt
![Ulf Gebhardt](~@images/portrait/ulf-gebhardt.jpg)
![Ulf Gebhardt](../images/portrait/ulf-gebhardt.jpg)
Ulf is a software developer through and through. He started to program when he was 12 and kept going with it. He knows about the possibilities software and hardware have to offer and is the person to turn to when its time to include a new library or <!-- textlint-disable write-good --> implement<!-- textlint-enable write-good --> an algorithm. He is known to use the "Holzhammer-Methode" (brute-force approach) when it comes to solve conflicts within the team.

View File

@ -1,7 +1,7 @@
<!-- textlint-disable write-good -->
# Wolfgang Huß
![Bild Wolfgang Huß](~@images/portrait/Wolfgang_Huss.jpeg)
![Bild Wolfgang Huß](../images/portrait/Wolfgang_Huss.jpeg)
<!-- Seit meinem 14. Lebensjahr, also seit Anfang 1983, beschäftige ich mich nun schon mit Programmierung.
Dabei bin ich durch mehrere Phasen interessanter technologischer Veränderungen gegangen und habe die neuen Technologien hauptsächlich autodidaktisch und in Pairing-Sitzungen erlernt. -->

32585
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -35,7 +35,8 @@
"textlint-rule-no-zero-width-spaces": "^1.0.1",
"textlint-rule-period-in-list-item": "^1.0.1",
"textlint-rule-write-good": "^2.0.0",
"vuepress": "^1.9.10",
"vuepress-theme-book": "^0.0.9"
"vuepress": "^2.0.0-beta.67",
"vuepress-plugin-search-pro": "^2.0.0-beta.237",
"vuepress-theme-hope": "^2.0.0-beta.237"
}
}