Thread overview
Simple Page Generator in D
3 days ago
Zoda
3 days ago
Sergey
2 days ago
Zoda
3 days ago

I wrote a little tool for creating mainly HTML page generation, I initially started with the idea of automating the addition of simple navigation sections to HTML pages. However, I later decided to expand the project and added more features, turning it into a more comprehensive tool.

Currently supports:

  • A Web Server
  • Generating output for HTML,Markdown,TXT

To visit the project: https://github.com/kerem3338/spg

I would like to hear your feedback!

3 days ago

On Monday, 24 March 2025 at 23:03:22 UTC, Zoda wrote:

>

I wrote a little tool for creating mainly HTML page generation, I initially started with the idea of automating the addition of simple navigation sections to HTML pages. However, I later decided to expand the project and added more features, turning it into a more comprehensive tool.

Currently supports:

  • A Web Server
  • Generating output for HTML,Markdown,TXT

To visit the project: https://github.com/kerem3338/spg

I would like to hear your feedback!

Nice.
There is a similar project maybe it will be interesting for you https://code.dlang.org/packages/dssg

2 days ago

On Monday, 24 March 2025 at 23:54:36 UTC, Sergey wrote:

>

On Monday, 24 March 2025 at 23:03:22 UTC, Zoda wrote:

>

I wrote a little tool for creating mainly HTML page generation, I initially started with the idea of automating the addition of simple navigation sections to HTML pages. However, I later decided to expand the project and added more features, turning it into a more comprehensive tool.

Currently supports:

  • A Web Server
  • Generating output for HTML,Markdown,TXT

To visit the project: https://github.com/kerem3338/spg

I would like to hear your feedback!

Nice.
There is a similar project maybe it will be interesting for you https://code.dlang.org/packages/dssg

I would like to see other projects as well, thank you.