/blog-post

Primary LanguageMarkdownMIT LicenseMIT

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 
$ mv aben20807.github.io/ public/

Wishlist

You can submit the issue here.

Tools

hued

  • An editor make you edit the post file easily with completion that skip the middle directories.
  • Notice: some parts are hardcode. the directory is "content/posts/"

Install

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