What is being used as the CMS for this project? #5
TrailboundTech
started this conversation in
General
Replies: 1 comment
-
|
It's hugo. There is a preprocessing step which prepares the hugo format; this is needed because there are multiple output formats, including the ones that I use to create epub and PDF/print copies. you need node.js to build the tech: npm i
node src/import.js -f hugo tech2022 -o tech2022/hugo --watchWith that running, you can change into tech2022/hugo and run |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The more I dig into this project, the more it seems a CMS is being used for edits and updates, but not sure which CMS. Is it Hugo or something else?
Beta Was this translation helpful? Give feedback.
All reactions