Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/math2001/math2001.github.io
- Owner: math2001
- Created: 2017-09-11T22:39:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-20T13:47:30.000Z (about 1 year ago)
- Last Synced: 2023-12-20T17:26:40.771Z (about 1 year ago)
- Topics: blog, hugo, static-site
- Language: HTML
- Homepage: https://math2001.github.io
- Size: 5.02 MB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```