https://github.com/pstrobl96/cloudnativeprague-web
Website for Cloud Native Prague meetup community
https://github.com/pstrobl96/cloudnativeprague-web
Last synced: 11 months ago
JSON representation
Website for Cloud Native Prague meetup community
- Host: GitHub
- URL: https://github.com/pstrobl96/cloudnativeprague-web
- Owner: pstrobl96
- License: gpl-3.0
- Created: 2024-08-11T06:25:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T06:02:25.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T07:15:36.082Z (over 1 year ago)
- Language: HTML
- Homepage: https://pstrobl96.github.io/cloudnativeprague-web/
- Size: 10.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cloudnativeprague.cz
Website for cloudnativeprague.cz. As main static web generator is used Hugo build upon Golang. Chosed template is [Blowfish](https://themes.gohugo.io/themes/blowfish/) by [Nuno Coracao](https://n9o.xyz/)
## How to spin-up the website?
### Hugo install
If you don't have Hugo installed then you have to install it. Guide is available at [Hugo website](https://gohugo.io/installation/).
### Running server
Firstly you need to clone this repo.
`git clone https://github.com/pstrobl96/cloudnativeprague-web.git`
And everything you need is to run webserver.
```
cd cloudnativeprague-web
hugo server -D
```
### Github pages
Alternatively you can access website at github pages