Merge branch 'main' into donfiguerres
This commit is contained in:
commit
f396285df8
6 changed files with 1301 additions and 38 deletions
4
.github/workflows/autoprefixer.yml
vendored
4
.github/workflows/autoprefixer.yml
vendored
|
@ -17,11 +17,11 @@ jobs:
|
||||||
|
|
||||||
- name: Run autoprefixer
|
- name: Run autoprefixer
|
||||||
run: |
|
run: |
|
||||||
npm install postcss-cli autoprefixer --save-dev
|
npm install postcss postcss-cli autoprefixer --save-dev
|
||||||
npm run autoprefixer
|
npm run autoprefixer
|
||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v3.9.2
|
uses: peter-evans/create-pull-request@v3.10.0
|
||||||
with:
|
with:
|
||||||
branch: autoprefixer
|
branch: autoprefixer
|
||||||
branch-suffix: timestamp
|
branch-suffix: timestamp
|
||||||
|
|
10
README.md
10
README.md
|
@ -137,10 +137,16 @@ params:
|
||||||
# specify whether you want to show Table of Contents in reading page
|
# specify whether you want to show Table of Contents in reading page
|
||||||
enableTOC: true
|
enableTOC: true
|
||||||
|
|
||||||
# Provide newsletter configuration. This feature hasn't been implemented yet.
|
# Provide newsletter configuration.
|
||||||
# Currently, you can just hide it from the footer.
|
# This feature has been implemented for Mailchimp only for now.
|
||||||
|
# You can also hide it from the footer.
|
||||||
newsletter:
|
newsletter:
|
||||||
|
# specify whether you want to display the newsletter form
|
||||||
enable: true
|
enable: true
|
||||||
|
# specify which newsletter provider you want to use
|
||||||
|
provider: mailchimp
|
||||||
|
# specify the target URL for the subscription form
|
||||||
|
mailchimpURL: https://github.us1.list-manage.com/subscribe/post?u=19de52a4603135aae97163fd8&id=094a24c76e
|
||||||
```
|
```
|
||||||
|
|
||||||
Don't forget to update `title`, `baseURL`, and `gitRepo` fields with your own information. To know about more available configuration options, please visit [here](https://toha-guides.netlify.app/posts/configuration/site-parameters/).
|
Don't forget to update `title`, `baseURL`, and `gitRepo` fields with your own information. To know about more available configuration options, please visit [here](https://toha-guides.netlify.app/posts/configuration/site-parameters/).
|
||||||
|
|
66
i18n/de.toml
66
i18n/de.toml
|
@ -1,6 +1,6 @@
|
||||||
# More documentation here: https://github.com/nicksnyder/go-i18n
|
# More documentation here: https://github.com/nicksnyder/go-i18n
|
||||||
[home]
|
[home]
|
||||||
other = "Startseite"
|
other = "Home"
|
||||||
|
|
||||||
[posts]
|
[posts]
|
||||||
other = "Beiträge"
|
other = "Beiträge"
|
||||||
|
@ -18,7 +18,7 @@ other = "Mein Lebenslauf"
|
||||||
other = "Navigation"
|
other = "Navigation"
|
||||||
|
|
||||||
[contact_me]
|
[contact_me]
|
||||||
other = "Kontakt aufnehmen"
|
other = "Kontaktiere mich:"
|
||||||
|
|
||||||
[email]
|
[email]
|
||||||
other = "E-Mail"
|
other = "E-Mail"
|
||||||
|
@ -30,10 +30,10 @@ other = "Telefon"
|
||||||
other = "Mit dem Newsletter auf dem neuesten Stand bleiben"
|
other = "Mit dem Newsletter auf dem neuesten Stand bleiben"
|
||||||
|
|
||||||
[newsletter_input_placeholder]
|
[newsletter_input_placeholder]
|
||||||
other = "E-Mail-Adresse eingeben"
|
other = "E-Mail Adresse eingeben"
|
||||||
|
|
||||||
[newsletter_warning]
|
[newsletter_warning]
|
||||||
other = "Wir werden Ihre E-Mail-Adresse nicht an Dritte weitergeben."
|
other = "Wir geben deine E-Mail Adresse nicht an Dritte weiter."
|
||||||
|
|
||||||
[submit]
|
[submit]
|
||||||
other = "Absenden"
|
other = "Absenden"
|
||||||
|
@ -51,64 +51,64 @@ other = "Nächste"
|
||||||
other = "Diese Seite verbessern"
|
other = "Diese Seite verbessern"
|
||||||
|
|
||||||
[out_of]
|
[out_of]
|
||||||
other = "van de"
|
other = "aus"
|
||||||
|
|
||||||
[publications]
|
[publications]
|
||||||
other = "Publicaties"
|
other = "Publikationen"
|
||||||
|
|
||||||
[taken_courses]
|
[taken_courses]
|
||||||
other = "Cursussen gevolgd"
|
other = "Belegte Kurse"
|
||||||
|
|
||||||
[course_name]
|
[course_name]
|
||||||
other = "Cursus naam"
|
other = "Kursname"
|
||||||
|
|
||||||
[total_credit]
|
[total_credit]
|
||||||
other = "Totaal krediet"
|
other = "Gesamtguthaben"
|
||||||
|
|
||||||
[obtained_credit]
|
[obtained_credit]
|
||||||
other = "Krediet verkregen"
|
other = "Erhaltenes Guthaben"
|
||||||
|
|
||||||
[extracurricular_activities]
|
[extracurricular_activities]
|
||||||
other = "Buitenschoolse activiteiten"
|
other = "Außerschulische Aktivitäten"
|
||||||
|
|
||||||
[show_more]
|
[show_more]
|
||||||
other = "Bekijk meer"
|
other = "Mehr anzeigen"
|
||||||
|
|
||||||
[show_less]
|
[show_less]
|
||||||
other = "Laat minder zien"
|
other = "Weniger anzeigen"
|
||||||
|
|
||||||
# [responsibilities]
|
[responsibilities]
|
||||||
# other = "Responsibilities:"
|
other = "Verantwortlichkeiten:"
|
||||||
|
|
||||||
# [present]
|
[present]
|
||||||
# other = "Present"
|
other = "heute"
|
||||||
|
|
||||||
# [comments_javascript]
|
[comments_javascript]
|
||||||
# other = "Please enable JavaScript to view the"
|
other = "Bitte aktiviere JavaScript um die Kommentare zu sehen"
|
||||||
|
|
||||||
# [comments_by]
|
[comments_by]
|
||||||
# other = "comments powered by"
|
other = "Kommentare Unterstützt von"
|
||||||
|
|
||||||
# [read]
|
[read]
|
||||||
# other = "Read"
|
other = "Lesen"
|
||||||
|
|
||||||
# [project_star]
|
[project_star]
|
||||||
# other = "Star"
|
other = "Star"
|
||||||
|
|
||||||
# [project_details]
|
[project_details]
|
||||||
# other = "Details"
|
other = "Details"
|
||||||
|
|
||||||
# [err_404]
|
[err_404]
|
||||||
# other = "The page you are looking for is not there yet."
|
other = "Die Seite nach der Seite ist noch nicht vorhanden."
|
||||||
|
|
||||||
[more]
|
[more]
|
||||||
other = "Meer"
|
other = "Mehr"
|
||||||
|
|
||||||
[view_certificate]
|
[view_certificate]
|
||||||
other = "Bekijk certificaat"
|
other = "Zertifikat ansehen"
|
||||||
|
|
||||||
[notes]
|
[notes]
|
||||||
other = "Opmerkingen"
|
other = "Notizen"
|
||||||
|
|
||||||
[disclaimer_text]
|
[disclaimer_text]
|
||||||
other = "Haftungshinweis"
|
other = "Haftungshinweis"
|
||||||
|
|
113
i18n/nl.toml
Normal file
113
i18n/nl.toml
Normal file
|
@ -0,0 +1,113 @@
|
||||||
|
[home]
|
||||||
|
other = "Startseite"
|
||||||
|
|
||||||
|
[posts]
|
||||||
|
other = "Beiträge"
|
||||||
|
|
||||||
|
[toc_heading]
|
||||||
|
other = "Inhaltsverzeichnis"
|
||||||
|
|
||||||
|
[at]
|
||||||
|
other = "bei"
|
||||||
|
|
||||||
|
[resume]
|
||||||
|
other = "Mein Lebenslauf"
|
||||||
|
|
||||||
|
[navigation]
|
||||||
|
other = "Navigation"
|
||||||
|
|
||||||
|
[contact_me]
|
||||||
|
other = "Kontakt aufnehmen"
|
||||||
|
|
||||||
|
[email]
|
||||||
|
other = "E-Mail"
|
||||||
|
|
||||||
|
[phone]
|
||||||
|
other = "Telefon"
|
||||||
|
|
||||||
|
[newsletter_text]
|
||||||
|
other = "Mit dem Newsletter auf dem neuesten Stand bleiben"
|
||||||
|
|
||||||
|
[newsletter_input_placeholder]
|
||||||
|
other = "E-Mail-Adresse eingeben"
|
||||||
|
|
||||||
|
[newsletter_warning]
|
||||||
|
other = "Wir werden Ihre E-Mail-Adresse nicht an Dritte weitergeben."
|
||||||
|
|
||||||
|
[submit]
|
||||||
|
other = "Absenden"
|
||||||
|
|
||||||
|
[hugoAttributionText]
|
||||||
|
other = "Unterstützt von"
|
||||||
|
|
||||||
|
[prev]
|
||||||
|
other = "Vorherige"
|
||||||
|
|
||||||
|
[next]
|
||||||
|
other = "Nächste"
|
||||||
|
|
||||||
|
[improve_this_page]
|
||||||
|
other = "Diese Seite verbessern"
|
||||||
|
|
||||||
|
[out_of]
|
||||||
|
other = "van de"
|
||||||
|
|
||||||
|
[publications]
|
||||||
|
other = "Publicaties"
|
||||||
|
|
||||||
|
[taken_courses]
|
||||||
|
other = "Cursussen gevolgd"
|
||||||
|
|
||||||
|
[course_name]
|
||||||
|
other = "Cursus naam"
|
||||||
|
|
||||||
|
[total_credit]
|
||||||
|
other = "Totaal krediet"
|
||||||
|
|
||||||
|
[obtained_credit]
|
||||||
|
other = "Krediet verkregen"
|
||||||
|
|
||||||
|
[extracurricular_activities]
|
||||||
|
other = "Buitenschoolse activiteiten"
|
||||||
|
|
||||||
|
[show_more]
|
||||||
|
other = "Bekijk meer"
|
||||||
|
|
||||||
|
[show_less]
|
||||||
|
other = "Laat minder zien"
|
||||||
|
|
||||||
|
# [responsibilities]
|
||||||
|
# other = "Responsibilities:"
|
||||||
|
|
||||||
|
# [present]
|
||||||
|
# other = "Present"
|
||||||
|
|
||||||
|
# [comments_javascript]
|
||||||
|
# other = "Please enable JavaScript to view the"
|
||||||
|
|
||||||
|
# [comments_by]
|
||||||
|
# other = "comments powered by"
|
||||||
|
|
||||||
|
# [read]
|
||||||
|
# other = "Read"
|
||||||
|
|
||||||
|
# [project_star]
|
||||||
|
# other = "Star"
|
||||||
|
|
||||||
|
# [project_details]
|
||||||
|
# other = "Details"
|
||||||
|
|
||||||
|
# [err_404]
|
||||||
|
# other = "The page you are looking for is not there yet."
|
||||||
|
|
||||||
|
[more]
|
||||||
|
other = "Meer"
|
||||||
|
|
||||||
|
[view_certificate]
|
||||||
|
other = "Bekijk certificaat"
|
||||||
|
|
||||||
|
[notes]
|
||||||
|
other = "Opmerkingen"
|
||||||
|
|
||||||
|
[disclaimer_text]
|
||||||
|
other = "Haftungshinweis"
|
1145
package-lock.json
generated
1145
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -18,6 +18,7 @@
|
||||||
"homepage": "https://github.com/hossainemruz/toha#readme",
|
"homepage": "https://github.com/hossainemruz/toha#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "^10.2.5",
|
"autoprefixer": "^10.2.5",
|
||||||
|
"postcss": "^8.3.0",
|
||||||
"postcss-cli": "^8.3.1"
|
"postcss-cli": "^8.3.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue