Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aben20807/blog-post-issues
https://github.com/aben20807/blog-post-issues
blog-article
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/aben20807/blog-post-issues
- Owner: aben20807
- License: mit
- Created: 2018-12-22T06:12:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-18T01:53:37.000Z (about 3 years ago)
- Last Synced: 2023-03-04T18:41:26.551Z (over 1 year ago)
- Topics: blog-article
- Language: Markdown
- Homepage: https://aben20807.github.io/
- Size: 225 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 126
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blog Post
This repo is used for maintenance of [https://aben20807.github.io/](https://aben20807.github.io/). The repo of the static website can be accessed at [here](https://github.com/aben20807/aben20807.github.io).
# Theme
This theme ([hugOuO](https://github.com/aben20807/hugOuO)) of the blog is made up of [story](https://github.com/xaprb/story) by [xaprb](https://github.com/xaprb) and [AllinOne](https://github.com/orianna-zzo/AllinOne) by [Orianna](https://github.com/orianna-zzo).
I have to thank them for providing good themes and giving those MIT license so that I can make good use of.# Blogging!
```bash
$ git clone --recursive [email protected]:aben20807/blog-post.git
$ cd blog-post
$ git clone [email protected]: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](https://github.com/aben20807/blog-post/issues).
# 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.
```bash
$ ls /etc/ | grep --color bash_completion.d
```
2. Copy the script file into conpletion directory. (Update)
```bash
$ sudo cp hued.sh /etc/bash_completion.d/
```
3. Close the current shell and reopen it.