mark2web Website-Generator
https://www.mark2web.de
Sebastian Frank
e4c72b348f
All checks were successful
continuous-integration/drone/push Build is passing
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. |
||
---|---|---|
.vscode | ||
build | ||
cmd/mark2web | ||
example | ||
pkg | ||
scripts | ||
test | ||
tmp | ||
vendor | ||
website | ||
.air.toml | ||
.gitignore | ||
.gitmodules | ||
go.mod | ||
go.sum | ||
LICENSE | ||
README.md |
mark2web
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).