initial setup theme hope

- since required by the theme, upgrade vuepress package to v2.0.0-beta.67 (Beta)
- set theme package vuepress-theme-hope in current still beta version 2.0.0-beta.237
This commit is contained in:
mahula 2023-10-04 20:12:20 +02:00
parent 142c9e42c9
commit 310503764e
8 changed files with 7697 additions and 28308 deletions

View File

@ -1,69 +1,61 @@
const path = require('path')
module.exports = {
import { hopeTheme } from 'vuepress-theme-hope'
export default {
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/",
docsDir: "docs",
editLinks: true,
editLinkText: 'Edit this page on Github',
nav: [
editLink: false,
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',
path: '/',
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',
path: '/projects/gradido'
},
// { path: '/extras/contributing', text: 'Contributing ✨' },
// { path: '/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',
'/people/mathias-lenz',
'/people/moriz-wahl',
'/people/ulf-gebhardt',
'/people/wolfgang-huss'
]
},
]
},
},
configureWebpack: {
resolve: {
alias: {
'@images': path.resolve(__dirname, '../images')
}
}
},
],
}),
}

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. -->

35925
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -35,7 +35,7 @@
"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.8",
"vuepress-theme-book": "^0.0.9"
"vuepress-theme-hope": "^2.0.0-beta.237",
"vuepress": "^2.0.0-beta.67"
}
}