Loading .gitlab-ci.yml 0 → 100644 +21 −0 Original line number Diff line number Diff line image: registry.gitlab.com/pages/hugo:latest variables: GIT_SUBMODULE_STRATEGY: recursive test: script: - hugo except: - master pages: variables: HUGO_ENV: production script: - hugo artifacts: paths: - public only: - master .gitmodules 0 → 100644 +3 −0 Original line number Diff line number Diff line [submodule "themes/book"] path = themes/book url = https://github.com/alex-shpak/hugo-book archetypes/default.md 0 → 100644 +6 −0 Original line number Diff line number Diff line --- title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} draft: true --- config.toml 0 → 100644 +35 −0 Original line number Diff line number Diff line baseURL = 'https://kbit.annotat.io/' languageCode = 'de-ch' title = 'Wissensdatenbank IT' theme = 'book' disablePathToLower = true enableGitInfo = true [params] BookComments = 'false' BookRepo = 'https://gitlab.switch.ch/sschuepbach/kbit' BookCommitPath = 'commit' BookEditPath = '-/edit/master' BookDateFormat = '2. January 2006' [menu] [[menu.after]] name = "Homepage" url = "https://annotat.io" weight = 10 [[menu.after]] name = "Code" url = "https://gitlab.switch.ch/sschuepbach" weight = 11 [[menu.after]] name = "Blog" url = "https://blog.annotat.io" weight = 12 [[menu.after]] name = "Slides" url = "https://slides.annotat.io" weight = 13 content/_index.md 0 → 100644 +24 −0 Original line number Diff line number Diff line # Wissensdatenbank IT {{< hint warning >}} Ich bin im Moment daran, die Wissensdatenbank auf Hugo zu migrieren. Insbesondere mit Formatierungsfehlern ist noch zu rechnen. {{< /hint >}} Willkommen auf meiner persönlichen Wissensdatenbank zu Themen der Informationstechnologie, welche mich zu einem bestimmten Zeitpunkt beschäftigt haben. Die Informationen sind unter sehr pragmatischen Gesichtspunkten gesammelt worden. Sie weisen zahlreiche Lücken auf und sind in vielen Fällen auch nicht mehr aktuell. ## Sektionen ### [Bibliotheken](./docs/Bibliotheken) Nicht sprachspezifische Bibliotheken bzw. Bibliotheken mit APIs für diverse Programmiersprachen ### Konzepte ### Programme ### Loading
.gitlab-ci.yml 0 → 100644 +21 −0 Original line number Diff line number Diff line image: registry.gitlab.com/pages/hugo:latest variables: GIT_SUBMODULE_STRATEGY: recursive test: script: - hugo except: - master pages: variables: HUGO_ENV: production script: - hugo artifacts: paths: - public only: - master
.gitmodules 0 → 100644 +3 −0 Original line number Diff line number Diff line [submodule "themes/book"] path = themes/book url = https://github.com/alex-shpak/hugo-book
archetypes/default.md 0 → 100644 +6 −0 Original line number Diff line number Diff line --- title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} draft: true ---
config.toml 0 → 100644 +35 −0 Original line number Diff line number Diff line baseURL = 'https://kbit.annotat.io/' languageCode = 'de-ch' title = 'Wissensdatenbank IT' theme = 'book' disablePathToLower = true enableGitInfo = true [params] BookComments = 'false' BookRepo = 'https://gitlab.switch.ch/sschuepbach/kbit' BookCommitPath = 'commit' BookEditPath = '-/edit/master' BookDateFormat = '2. January 2006' [menu] [[menu.after]] name = "Homepage" url = "https://annotat.io" weight = 10 [[menu.after]] name = "Code" url = "https://gitlab.switch.ch/sschuepbach" weight = 11 [[menu.after]] name = "Blog" url = "https://blog.annotat.io" weight = 12 [[menu.after]] name = "Slides" url = "https://slides.annotat.io" weight = 13
content/_index.md 0 → 100644 +24 −0 Original line number Diff line number Diff line # Wissensdatenbank IT {{< hint warning >}} Ich bin im Moment daran, die Wissensdatenbank auf Hugo zu migrieren. Insbesondere mit Formatierungsfehlern ist noch zu rechnen. {{< /hint >}} Willkommen auf meiner persönlichen Wissensdatenbank zu Themen der Informationstechnologie, welche mich zu einem bestimmten Zeitpunkt beschäftigt haben. Die Informationen sind unter sehr pragmatischen Gesichtspunkten gesammelt worden. Sie weisen zahlreiche Lücken auf und sind in vielen Fällen auch nicht mehr aktuell. ## Sektionen ### [Bibliotheken](./docs/Bibliotheken) Nicht sprachspezifische Bibliotheken bzw. Bibliotheken mit APIs für diverse Programmiersprachen ### Konzepte ### Programme ###