mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
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:
parent
142c9e42c9
commit
310503764e
@ -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: {
|
||||
'/': [
|
||||
{
|
||||
title: '',
|
||||
collapsable: false,
|
||||
sidebarDepth: 0,
|
||||
children: [
|
||||
['/', 'IT4C'],
|
||||
['/history', 'History'],
|
||||
['/contact', 'Contact']
|
||||
]
|
||||
},
|
||||
{
|
||||
title: 'Projects',
|
||||
collapsable: false,
|
||||
children: [
|
||||
['/projects/gradido', 'Gradido'],
|
||||
//['/extras/contributing', 'Contributing ✨'],
|
||||
//['/extras/license', 'License 📚']
|
||||
]
|
||||
},
|
||||
{
|
||||
title: 'People',
|
||||
collapsable: 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ß'],
|
||||
]
|
||||
},
|
||||
]
|
||||
},
|
||||
},
|
||||
configureWebpack: {
|
||||
resolve: {
|
||||
alias: {
|
||||
'@images': path.resolve(__dirname, '../images')
|
||||
sidebar: [
|
||||
{
|
||||
text: 'IT4C',
|
||||
path: '/',
|
||||
collapsible: false,
|
||||
children: [
|
||||
'/history',
|
||||
'/contact'
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Projects',
|
||||
collapsible: false,
|
||||
children: [
|
||||
{
|
||||
text: 'Gradido Software',
|
||||
path: '/projects/gradido'
|
||||
},
|
||||
// { path: '/extras/contributing', text: 'Contributing ✨' },
|
||||
// { path: '/extras/license', text: 'License 📚' },
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'People',
|
||||
collapsible: false,
|
||||
children: [
|
||||
'/people/alexander-friedland',
|
||||
'/people/hannes-heine',
|
||||
'/people/mathias-lenz',
|
||||
'/people/moriz-wahl',
|
||||
'/people/ulf-gebhardt',
|
||||
'/people/wolfgang-huss'
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
],
|
||||
}),
|
||||
}
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
## Presentation
|
||||
|
||||

|
||||

|
||||
|
||||
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).
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Mathias
|
||||
|
||||

|
||||

|
||||
|
||||
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.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Moriz Wahl
|
||||
|
||||

|
||||

|
||||
|
||||
I was given a ZX81 when I was 8 years old. Since then, my
|
||||
fascination for programming has never stopped.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Ulf Gebhardt
|
||||
|
||||

|
||||

|
||||
|
||||
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 it’s 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.
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<!-- textlint-disable write-good -->
|
||||
# Wolfgang Huß
|
||||
|
||||

|
||||

|
||||
|
||||
<!-- 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. -->
|
||||
|
||||
35893
package-lock.json
generated
35893
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user