Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csharpfritz/fritz.staticweb
Simple blogging engine built with C# and .NET 7
https://github.com/csharpfritz/fritz.staticweb
blog blogging-engine c-sharp markdown
Last synced: about 2 months ago
JSON representation
Simple blogging engine built with C# and .NET 7
- Host: GitHub
- URL: https://github.com/csharpfritz/fritz.staticweb
- Owner: csharpfritz
- License: mit
- Created: 2021-05-19T13:50:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-13T21:22:47.000Z (almost 2 years ago)
- Last Synced: 2024-10-06T10:06:44.470Z (3 months ago)
- Topics: blog, blogging-engine, c-sharp, markdown
- Language: C#
- Homepage:
- Size: 136 KB
- Stars: 35
- Watchers: 6
- Forks: 16
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fritz.StaticWeb
A simple static blog generator built to support the [KlipTok blog](https://kliptok.com/blog).
It was originally built as a command-line tool that can run against a folder of templates and blog posts in markdown format.
With the January 2023 updates, it now hosts its own management website tool inside the executable. This allows construction of a static website using a complete graphical user-interface complete with markdown editor. This can be accessed by running the application with no arguments or executing it the the single 'run' verb:
`Fritz.StaticWeb run`
The eventual goal is that this repository generates a GitHub action that will be used to generate the KlipTok blog in that repository