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

https://github.com/maxking/maxking.github.com

Source code for my Jekyll based weblog.
https://github.com/maxking/maxking.github.com

Last synced: 3 months ago
JSON representation

Source code for my Jekyll based weblog.

Awesome Lists containing this project

README

          

maxking's blog
====================

Simple Hugo based website running at http://asynchronous.in.

Dev
---

Local Dev server can be run using

```bash
hugo server -D
```

Publish
--------

Publishing the website only needs to push to the `master` repo.

New Post
---------

Creating a new post using hugo

```bash
hugo new posts/my-new-post.md
```