Support blog? #10031
Replies: 2 comments
-
I can just agree. We at https://github.com/stride3d have been using docfx for API Docs and 11ty for the website and blog. I was thinking to use only one static site generator just to have less gears to maintain in our open source project. If PRs would be open for such functionality, I would suggest to get inspired by 11ty to bring some features/functionality which would help adding also blog posts. If we could generate this blog and post pages https://www.stride3d.net/blog/ with docfx, then we would use just docfx across our websites. |
Beta Was this translation helpful? Give feedback.
-
If it helps I did a custom solution which covers that thanks templating (theme in docfx) at https://github.com/rmannibucau/SBSharp and here is a sample https://github.com/dotnetbirdie/dotnetbirdie.github.io/tree/main . The trick is really to delegate the decision to the template/theme giving enough information/context to avoid to have to code anything but it is very doable. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Coming from Java land and more particular Yupiik minisite or jbake for the static documentation, I'm missing blog option.
It consists in a few features "easy" to do from docfx code standpoint but hard to do from outside on a regular basis (I mean it is doable for a single project but it is not desired for all projects).
In terms of features it is quite simple:
Note: you can check an example there https://rmannibucau.metawerx.net/simple-bash-cli-for-automotion.html
Due to docfx structure I don't think it is crazy to add blogging support as a built-in feature and it would be great for projects to be able to either just blog or more commonly announce news about the project (releases, new features, EOL, ...).
Hope it makes sense
Beta Was this translation helpful? Give feedback.
All reactions