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

https://github.com/forecho/hugo-blog

My Hugo Blog
https://github.com/forecho/hugo-blog

Last synced: about 1 year ago
JSON representation

My Hugo Blog

Awesome Lists containing this project

README

          

# forecho's Blog

## Install

```bash
brew install hugo
npm install postcss-cli
```

## Run

```bash
hugo server
# or
hugo server -D # show draft
```

Update Submodule

```bash
git submodule update --remote
```