Septian Ganendra S. K.

septn.com

Production-ready Hugo portfolio for Septian Ganendra S. K. (sepTN), built with a Godot engine editor-inspired interface.

Identity Hub

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:

https://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/.

Local Preview

You can run the site locally using Hugo:

hugo server

Open the local URL Hugo prints, usually http://localhost:1313/.

Production Build

To build the static files for production:

hugo --gc --minify

The static output will be generated in public/.

Project Structure

Deployment

The 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: