diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-05-29 11:02:55 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-05-29 11:20:41 +0700 |
commit | 02b8c1d3e199075b54d1d2162d69bcec55347f24 (patch) | |
tree | 4edadc3aa2d325a8515d659e3bf91ee7e19933ac /content | |
parent | ea21040f0136e047970a41354f99fb2e702c5700 (diff) | |
download | blog-02b8c1d3e199075b54d1d2162d69bcec55347f24.tar.gz |
Fix some text due to mass edit
Diffstat (limited to 'content')
-rw-r--r-- | content/posts/2021-01-11-openring.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/content/posts/2021-01-11-openring.md b/content/posts/2021-01-11-openring.md index ccb8e1e..17bb15d 100644 --- a/content/posts/2021-01-11-openring.md +++ b/content/posts/2021-01-11-openring.md @@ -3,19 +3,19 @@ categories: [blog] date: 2021-01-11 15:51:31 +0700 lang: en translationKey: "openring-tutor" -tags: [rss, [blog], openring, tutorial] +tags: [rss, blog, openring, tutorial] title: "Using openring to add [blog]s you follow" --- You may notice that now my [blog] now has a new section near the footer: a list of articles -from [blog]s I follow. This is generated by [openring], +from blogs I follow. This is generated by [openring], a tool that read a list of RSS feeds and generate these. -I found out about this when reading [Drew DeVault's [blog]][ddvault] +I found out about this when reading [Drew DeVault's blog][ddvault] (who created openring). I think it is a nice way to endorse authors we want to support and share cool things we read to our audience. -In this [blog], I will write a tutorial to use this with jekyll. +In this blog, I will write a tutorial to use this with jekyll. # Install openring @@ -65,7 +65,7 @@ with a little modification: - I wrap it in a `div.wrapper`. The `wrapper` class is a class in minima theme that limit the max width for readability and auto-collapse on smaller devices. - I use `footer-col` for each class. Since this is also styled by minima, I don't have to worry about it. -- I added a thin border around each article with the following sass (also modified from DeVault's [blog]) +- I added a thin border around each article with the following sass (also modified from DeVault's blog) ```scss --- |