An open API service indexing awesome lists of open source software.

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

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