mark2web Website-Generator https://www.mark2web.de
Go to file
Sebastian Frank e4c72b348f
All checks were successful
continuous-integration/drone/push Build is passing
🐛 fix(navigation.go): fix the condition for determining if a navigation element is active
The /tmp/ directory is now added to the .gitignore file to exclude it from version control. In the navigation.go file, the condition for determining if a navigation element is active has been fixed to correctly handle cases where the activeNav string matches the elPath string. The tmp/main file has been deleted.
2023-11-09 17:49:03 +00:00
.vscode cached webrequests 2019-03-25 15:07:02 +01:00
build fixed pongo module version 2022-02-28 11:43:47 +01:00
cmd/mark2web improved logging 2019-03-29 15:49:25 +01:00
example disable brotli support without CGO 2019-03-21 16:12:55 +01:00
pkg 🐛 fix(navigation.go): fix the condition for determining if a navigation element is active 2023-11-09 17:49:03 +00:00
scripts better project layout 2019-03-19 11:15:32 +01:00
test gzip pre compression 2019-03-21 14:55:40 +01:00
tmp 🐛 fix(navigation.go): fix the condition for determining if a navigation element is active 2023-11-09 17:49:03 +00:00
vendor fixed pongo module version 2022-02-28 11:43:47 +01:00
website fixed website links 2022-02-28 11:47:34 +01:00
.air.toml fixed pongo2 replaceFilter 2022-02-28 10:51:20 +01:00
.gitignore 🐛 fix(navigation.go): fix the condition for determining if a navigation element is active 2023-11-09 17:49:03 +00:00
.gitmodules no git submodules 2022-02-28 10:27:32 +01:00
go.mod fixed pongo module version 2022-02-28 11:43:47 +01:00
go.sum fixed pongo module version 2022-02-28 11:43:47 +01:00
LICENSE added license 2019-03-20 13:07:17 +01:00
README.md build badge in README 2019-03-21 16:42:26 +01:00

mark2web

Build Status

mark2web ist ein Website-Generator, der als Eingabe Markdown-Dateien, Templates und Konfigurations-Dateien nutzt.

Die vorgesehene Arbeitsweise ist die Pflege der Inhalte über eine Versionsverwaltung (z.B. git) und anschließende CI/CD-Pipeline, welche den Generator aufruft und die fertige Website publiziert.

Dokumentation

Die Dokumentation ist auf der mark2web-Website zu finden. Außerdem ist die Dokumentation im Verzeichnis website/content dieses Repositories, da dies das Ausgangsmaterial der Projekt-Website ist.

Die öffentliche Website ist mit mark2web generiert.

Lizenz

Das Projekt mark2web unterliegt der Lizenz "Simplified BSD License" (siehe LICENSE).