I recently launched a civic information site built entirely with Hugo, focused on performance and a structured content architecture. It uses custom taxonomies, JSON-driven components, and clean permalinks without any JS frameworks. If anyone is interested in seeing how I structured it in production, hereβs the live build: https://federalvoice.com/
Is there anything Iβm missing from Hugo Core features?
the repo is private but for the data i use a json file to store the data
Hard to guess without seeing the β¦ source.
Hugo does not scale images by itself. To preserve the original name, you could use resources.Copy:
Can you tell please, how you implement compare functionality? Compare Two Politicians | FederalVoice | FederalVoice
All the data previously stored within json?
Or are you fetching data in real time from the server?
you can do either or store in on local. but al my fresh data is installed on firebase and to prevent from being billed for bandwith . i run a weekly refresh that push my fresh data from firebase to local. all the data processing and and content is done outsite hugo.
β EN
βββββββββββββββββββΌβββββββ
Pages β 27190
Paginator pages β 45
Non-page files β 33
Static files β 23671
Processed images β 0
Aliases β 6
Cleaned β 0
im running into any issue where netlify canβt build and deploy my site anymore.


