Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/math2001/math2001.github.io

My blog build with Hugo
https://github.com/math2001/math2001.github.io

blog hugo static-site

Last synced: 3 months ago
JSON representation

My blog build with Hugo

Awesome Lists containing this project

README

        

# My blog

```
$ git clone [email protected]:math2001/math2001.github.io
$ git clone [email protected]:math2001/fasty themes/fasty
$ git fetch origin dev
$ git checkout dev
$ hugo new post/some-new-awesome-post.md

# write the post

$ git add .
$ git commit -m "New post!"
$ python bin/deploy.py
```