The international Go programming language conference for Singapore and Southeast Asia!
Built with Hugo
- On Mac,
brew update && brew install hugo
.
- Run
hugo server
. - Load
localhost:1313
in the web browser.
The gopherconsg-2023
theme uses uses TailwindCSS so additional setup is required if updating styles.
cd themes/gopherconsg-2023
npm install
npm run watch
This will watch ./tailwind.css
for changes and automatically build to ./assets/style.css
. This style.css
file is what Hugo uses in the production step below.
- Run
hugo
. - The static site will be generated in
public/
.
Most of the site text content (speakers, schedule etc) is stored as TOML files in data/
folder.
Any related images should be placed in assets/images
and linked accordingly in the respective TOML.