Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asing1001/asing1001.github.io
This is my blog, I like to share things here!
https://github.com/asing1001/asing1001.github.io
blog software-engineering
Last synced: about 2 months ago
JSON representation
This is my blog, I like to share things here!
- Host: GitHub
- URL: https://github.com/asing1001/asing1001.github.io
- Owner: Asing1001
- Created: 2016-01-12T18:16:51.000Z (almost 9 years ago)
- Default Branch: hexo
- Last Pushed: 2024-07-16T15:20:20.000Z (5 months ago)
- Last Synced: 2024-10-15T01:45:11.206Z (2 months ago)
- Topics: blog, software-engineering
- Language: CSS
- Homepage: https://www.paddingleft.com
- Size: 37.9 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sing's Log [![Build Status](https://app.travis-ci.com/Asing1001/asing1001.github.io.svg?branch=hexo)](https://app.travis-ci.com/Asing1001/asing1001.github.io)
[This is my blog](https://www.paddingleft.com/), I believe knowledge worth sharing, wish you find some great things here!
## Local development
```bash
nvm use
npm install
git submodule init
git submodule update --recursive
npx hexo serve
```