aben20807 / blog-post-issues

https://aben20807.github.io/
MIT License
9 stars 2 forks source link
blog-article

Blog Post

This repo is used for maintenance of https://aben20807.github.io/. The repo of the static website can be accessed at here.

Theme

This theme (hugOuO) of the blog is made up of story by xaprb and AllinOne by Orianna. I have to thank them for providing good themes and giving those MIT license so that I can make good use of.

Blogging!

$ git clone --recursive git@github.com:aben20807/blog-post.git
$ cd blog-post
$ git clone git@github.com:aben20807/aben20807.github.io.git public

Build site locally

Deploy

Wishlist

You can submit the issue here.

Tools

hued

Install

  1. Make sure you have bash completion.
    $ ls /etc/ | grep --color bash_completion.d
  2. Copy the script file into conpletion directory. (Update)
    $ sudo cp hued.sh /etc/bash_completion.d/
  3. Close the current shell and reopen it.