Production-ready Hugo portfolio for Septian Ganendra S. K. (sepTN), built with a Godot engine editor-inspired interface.
This project serves as the canonical public identity hub for Septian Ganendra S. K. (sepTN) and the wider ecosystem of products, datasets, websites, and open-source work authored by him.
The primary objective is to make it unambiguous that these profiles and aliases refer to the same author:
sepTNSeptian GanendraSeptian Ganendra S. K.Septian Ganendra S. K. (sepTN)Septian Ganendra Savero Kurniawanhttps://septn.com/ is the canonical identity hub this project supports.
The standard footer credit pattern for this project is:
Crafted by Septian Ganendra S. K. (sepTN)
With the author name linking back to https://septn.com/.
You can run the site locally using Hugo:
hugo server
Open the local URL Hugo prints, usually http://localhost:1313/.
To build the static files for production:
hugo --gc --minify
The static output will be generated in public/.
content/: Route entries for the public pagesdata/: Canonical profile, projects, ecosystem, and open-source datalayouts/: Hugo templates that reproduce the Godot-style interfacestatic/: Media, favicon, and Open Graph assetsThe project can be deployed to any static host supported by Hugo. The essential build step is:
hugo --gc --minify
Set baseURL to the actual domain you plan to publish on.
For hosting instructions, refer to the official Hugo guides: