From 5328c7079eb252b636eb8b3878a29a3534e84d21 Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Sat, 4 Sep 2021 15:45:10 +0700 Subject: Increase heading level --- content/posts/2021-01-11-openring.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'content/posts/2021-01-11-openring.md') diff --git a/content/posts/2021-01-11-openring.md b/content/posts/2021-01-11-openring.md index b00e66b..993ea5c 100644 --- a/content/posts/2021-01-11-openring.md +++ b/content/posts/2021-01-11-openring.md @@ -17,18 +17,18 @@ to endorse authors we want to support and share cool things we read to our audie In this blog, I will write a tutorial to use this with jekyll. -# Install openring +## Install openring I am not aware of any prebuilt packages for openring, so let's build it from source. -## Install dependencies +### Install dependencies Openring depends on golang. This works on go1.14, the latest version on Tumbleweed repository, but I recommend installing the latest version from [golang]. You can refer to [golang]'s installation instruction for details. -## Build from source +### Build from source Firstly, clone the repository: @@ -43,7 +43,7 @@ go build -o openring sudo cp openring /usr/local/bin/ ``` -# Customize looks +## Customize looks From openring's README: @@ -91,7 +91,7 @@ with a little modification: } ``` -# Future works? +## Future works? Currently, I generate the feed manually when I update my blog. This probably is not good enough if I want the webring to be updated -- cgit 1.4.1