Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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!

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
```