Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 889 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 889 Bytes

OpenInfra Days Indonesia Events

Website for OpenStack & OpenInfra Indonesia Events - Built with Hugo + UbuConAsia themes and ❤️

Adding contents

You will need to install Hugo CLI to easily add contents.

To create new content, run the following command

# Create event content
hugo new --kind events events/<session-name>/_index.md

# Example: Create session content with title "OpenInfra Days Indonesia 2024"
hugo new --kind events events/open-infra-days-2024/_index.md

After that, You will find generated markdown file under content directory. Edit the markdown file to add details. To add photo files, put files on content item directory.(The same path where content item's _index.md exists.)

License

Code: MIT, Contents: CC BY 4.0