Add header image to last post

This commit is contained in:
timvisee 2021-03-01 13:12:32 +01:00
parent b56b5d60cc
commit 272299b9f0
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172
4 changed files with 5 additions and 1 deletions

View File

@ -17,6 +17,8 @@ taxonomies = [
{name = "tags", paginate_by = 5, feed = true},
]
ignored_content = ["*.xcf"]
[markdown]
highlight_code = true
highlight_theme = "1337"

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

View File

@ -14,6 +14,8 @@ comments = true
zenn_applause = true
+++
{{ fit_image(path="blog/2020-05-05_list-export-your-subreddits/header.png", url="/blog/list-export-your-subreddits/header.png") }}
The last few years I've been wanting to export the list of subreddits I joined.
It's fun to share with friends having a similar interest,
as I've collected many gems throughout the years.
@ -60,7 +62,7 @@ javascript.void()
```
Your complete list of subreddits is located in the sidebar on [that][list] page.
The script plucks the list of reddits from the list and puts it in an array.
The script plucks your list of reddits from this sidebar and puts it in an array.
Then the array is imploded in a string to show on the page.
Super simple.