Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wbotelhos/blog
https://github.com/wbotelhos/blog
blog hugo
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wbotelhos/blog
- Owner: wbotelhos
- Created: 2012-06-08T21:35:02.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2023-07-25T03:40:46.000Z (over 1 year ago)
- Last Synced: 2024-05-02T05:52:03.056Z (9 months ago)
- Topics: blog, hugo
- Language: CSS
- Homepage: https://wbotelhos.com
- Size: 2.4 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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
```