Skip to content

Commit

Permalink
🔀 Merge pull request #173 from Fachinformatiker-Prufungsvorbereitung/v2
Browse files Browse the repository at this point in the history
V2
  • Loading branch information
LNA-DEV authored Feb 21, 2024
2 parents 2cfcb9d + e009dd6 commit d59aa8b
Show file tree
Hide file tree
Showing 64 changed files with 1,251 additions and 667 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/HugoBuildAndDeploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ jobs:
with:
extended: true

# Install dependencies
- run: npm install -D autoprefixer
working-directory: ./${{ env.NAME }}/
- run: npm install -D postcss-cli
working-directory: ./${{ env.NAME }}/

# Build the hugo repository
- run: hugo
working-directory: ./${{ env.NAME }}/
Expand Down Expand Up @@ -59,12 +53,6 @@ jobs:
with:
extended: true

# Install dependencies
- run: npm install -D autoprefixer
working-directory: ./${{ env.NAME }}/
- run: npm install -D postcss-cli
working-directory: ./${{ env.NAME }}/

# Build the hugo repository
- run: hugo
working-directory: ./${{ env.NAME }}/
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/HugoBuildDev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ jobs:
with:
extended: true

# Install dependencies
- run: npm install -D autoprefixer
working-directory: ./${{ env.NAME }}/
- run: npm install -D postcss-cli
working-directory: ./${{ env.NAME }}/

# Build the hugo repository
- run: hugo
working-directory: ./${{ env.NAME }}/
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"cSpell.words": [
"Amortisationsdauer",
"peaceiris"
]
}
8 changes: 3 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@
Wenn du deine Änderungen life im Browser sehen möchtest und alle verfügbaren Tools benutzen möchtest, ist dies die richtige Wahl für dich.

1. [Installiere Hugo](https://gohugo.io/getting-started/installing/)
2. Führe `npm install -D autoprefixer` im Projekt aus
3. Führe `npm install -D postcss-cli` im Projekt aus
4. Um die Seite im Browser zu sehen nutze `hugo serve`
5. Ändere die Markdown Files wie im nächsten Kapitel beschrieben
6. Wenn nötig lege eine Datei mit `hugo new <seitenName>.md`
2. Um die Seite im Browser zu sehen nutze `hugo serve`
3. Ändere die Markdown Files wie im nächsten Kapitel beschrieben
4. Wenn nötig lege eine Datei mit `hugo new <seitenName>.md`

## Nur Content bearbeiten

Expand Down
Empty file added assets/css/custom.css
Empty file.
180 changes: 0 additions & 180 deletions assets/icons/logo.svg

This file was deleted.

8 changes: 0 additions & 8 deletions assets/scss/_variables_project.scss

This file was deleted.

108 changes: 23 additions & 85 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,67 +6,7 @@ enableGitInfo: true
# Modules
module:
imports:
- path: github.com/Fedodo/Fedodo.Docs.Theme
- path: github.com/google/docsy/dependencies

# Content
pygmentsCodeFences: true
pygmentsUseClasses: false
pygmentsUseClassic: false
pygmentsStyle: tango

markup:
goldmark:
renderer:
unsafe: true
highlight:
style: tango

params:
features:
analytics:
enabled: true
goatCounter:
code: fipv
links:
user:
- name: "GitHub"
url: "https://github.com/Fachinformatiker-Prufungsvorbereitung/Fachinformatiker-Pruefungsvorbereitung"
icon: "fab fa-github"
description: "Fachinformatiker Prüfungsvorbereitung ist eine Seite zur Prüfungsvorbereitung. Mit dieser Seite kannst du dich einfach auf die Fachinformatiker Prüfung vorbereiten."
copyright: "The Fachinformatiker-Prüfungsvorbereitung Authors"
ui:
readingTime:
enable: true

offlineSearch: true
algolia_docsearch: false
offlineSearchSummaryLength: 70
offlineSearchMaxResults: 10
prism_syntax_highlighting: false

# GitHub
github_repo: "https://github.com/Fachinformatiker-Prufungsvorbereitung/Fachinformatiker-Pruefungsvorbereitung"
github_project_repo: "https://github.com/Fachinformatiker-Prufungsvorbereitung/Fachinformatiker-Pruefungsvorbereitung"
github_branch: "dev"

mermaid:
enable: false
theme: default
plantuml:
enable: false
theme: default
svg_image_url: https://www.plantuml.com/plantuml/svg/
svg: false
katex:
enable: false
html_dom_element: document.body
mhchem:
enable: true
print:
disable_toc: false
markmap:
enable: false
- path: github.com/imfing/hextra

# Language
languageCode: de
Expand All @@ -75,17 +15,35 @@ defaultContentLanguageInSubdir: false
contentDir: "content/de"
enableMissingTranslationPlaceholders: true

params:
theme:
# light | dark | system
default: system
displayToggle: true
editURL:
enable: true
base: "https://github.com/Fachinformatiker-Prufungsvorbereitung/Fachinformatiker-Pruefungsvorbereitung/edit/main/content"
navbar:
displayTitle: true
displayLogo: false

# Menu
menu:
main:
- name: Search
params:
type: search
weight: 20
- name: GitHub
weight: 50
weight: 70
url: "https://github.com/Fachinformatiker-Prufungsvorbereitung/Fachinformatiker-Pruefungsvorbereitung"
pre: <i class="fab fa-github"></i>
params:
icon: github
- name: News
weight: 20
weight: 50
url: https://lna-dev.net/de/tags/fachinformatiker-pr%C3%BCfungsvorbereitung/
pre: <i class="fa fa-newspaper"></i>
params:
icon: newspaper

# Outputs
outputs:
Expand All @@ -102,27 +60,7 @@ sitemap:

enableRobotsTXT: true

# Privacy

privacy:
# disqus:
# disable: false
# googleAnalytics:
# anonymizeIP: false
# disable: false
# respectDoNotTrack: false
# useSessionStorage: false
# instagram:
# disable: false
# simple: false
# twitter:
# disable: false
# enableDNT: false
# simple: false
# vimeo:
# disable: false
# enableDNT: false
# simple: false
youtube:
disable: false
privacyEnhanced: true
Loading

0 comments on commit d59aa8b

Please sign in to comment.