Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 533 Bytes

File metadata and controls

15 lines (14 loc) · 533 Bytes

My website at harshcurious.com

Built using Hugo with the theme being Paper-Mod

Directory structure for Content files:

.
├── archetypes
├── config.toml
├── content
├── data
├── layouts
├── static
└── themes

I then run the hugo --minfy command with publishDir: ./. So everything else is the website content. I know it is not the ideal way but it works for now.