aben20807 / blog-post-issues

Home Page:https://aben20807.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • Install hugo: $ sudo snap install hugo
  • Build on localhost: $ hugo server -D --disableFastRender

Deploy

  • ./deploy.sh

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, for example, 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.

About

https://aben20807.github.io/

License:MIT License


Languages

Language:Markdown 98.8%Language:Shell 1.1%Language:HTML 0.1%