Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ngot/blog

Henry Zhuang's personal blog
https://github.com/ngot/blog

Last synced: 16 days ago
JSON representation

Henry Zhuang's personal blog

Awesome Lists containing this project

README

        

Henry's personal blog
=====================

Visit [https://blog.ngot.me](https://blog.ngot.me) for more information.

## Installation

### MacOSX

```shell
brew install hugo
```

Read more at [Install Hugo](https://gohugo.io/getting-started/installing/).

## Development

```shell
hugo server -D -s ./src
```

## Build

```shell
hugo --cleanDestinationDir --minify -s ./src
```

## Deployment

Don't forget about the CNAME file under the `docs` folder.

## Themes

Add themes

```shell
git submodule add $repo src/themes/$theme_name
```