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

https://github.com/cromarmot/blog

Blog
https://github.com/cromarmot/blog

blog

Last synced: 2 months ago
JSON representation

Blog

Awesome Lists containing this project

README

        

# [Blog](https://cromarmot.github.io/Blog)

```bash
yarn global add hexo-cli
yarn
```

## local server

```bash
hexo s
```

## generate static pages

```bash
hexo build
```

# git

```
git config --add remote.origin.fetch '^refs/heads/gh-pages'

git submodule init
git submodule update
```