This repo is used for maintenance of https://aben20807.github.io/. The repo of the static website can be accessed at here.
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.
$ git clone --recursive [email protected]:aben20807/blog-post.git
$ cd blog-post
$ git clone [email protected]:aben20807/aben20807.github.io.git public
- Install hugo:
$ sudo snap install hugo
- Build on localhost:
$ hugo server -D --disableFastRender
./deploy.sh
You can submit the issue here.
- An editor make you edit the post file easily with completion that skip the middle directories.
- Notice: some parts are hardcode, for example, the directory is "content/posts/"
- Make sure you have bash completion.
$ ls /etc/ | grep --color bash_completion.d
- Copy the script file into conpletion directory. (Update)
$ sudo cp hued.sh /etc/bash_completion.d/
- Close the current shell and reopen it.