Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wbotelhos/blog


https://github.com/wbotelhos/blog

blog hugo

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

## Setup

```sh
brew install hugo
```

## Run

```sh
hugo server --disableFastRender
```

## Hugo Debug Values

```go
{{ printf "%#v" .Pages }}
```

## Infra Setup

Set Cloudflare credentials

```sh
export CLOUDFLARE_ACCOUNT_ID=
export CLOUDFLARE_API_KEY=
export CLOUDFLARE_EMAIL=
```

Run the script:

```sh
./infra.sh
```