Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sasuke40/sasuke40.github.io.bak
https://github.com/sasuke40/sasuke40.github.io.bak
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sasuke40/sasuke40.github.io.bak
- Owner: SASUKE40
- License: mit
- Created: 2022-08-08T16:41:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T16:46:06.000Z (over 2 years ago)
- Last Synced: 2024-05-02T02:05:21.551Z (8 months ago)
- Language: JavaScript
- Size: 11.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 dependenciesnpm 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.