Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sasuke40/sasuke40.github.io.bak


https://github.com/sasuke40/sasuke40.github.io.bak

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Edward Elric's Blog

This is my own blog, using `Gatsby` to pre render.
And all post are under `/content/posts` folder

## Usage

### Looking for Something?

- `/content` all blogs

- `/src` source code

### Test and Build Blog

```bash
npm i # install all dependencies

npm start # dev mode

npm run build # build blog
```

## LICENSE

ALL code using [MIT](LICENSE) LICENSE,
with all articles(including `/content/posts` folders) using
[CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/)
LICENSE.