diff options
author | Volpeon <git@volpeon.ink> | 2022-06-11 22:24:49 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-06-11 22:24:49 +0200 |
commit | 98510890c54975f11ab335c4187e1f70b2712e58 (patch) | |
tree | 56b0f76e9c7d075961ce32d840a3f435207fb3d1 /content/notebook | |
parent | Fixed page ordering in level 3 lists (diff) | |
download | volpeon.ink-98510890c54975f11ab335c4187e1f70b2712e58.tar.gz volpeon.ink-98510890c54975f11ab335c4187e1f70b2712e58.tar.bz2 volpeon.ink-98510890c54975f11ab335c4187e1f70b2712e58.zip |
Update
Diffstat (limited to 'content/notebook')
-rw-r--r-- | content/notebook/general/index.md | 7 | ||||
-rw-r--r-- | content/notebook/index.md | 3 |
2 files changed, 10 insertions, 0 deletions
diff --git a/content/notebook/general/index.md b/content/notebook/general/index.md new file mode 100644 index 0000000..9f3ed01 --- /dev/null +++ b/content/notebook/general/index.md | |||
@@ -0,0 +1,7 @@ | |||
1 | --- | ||
2 | title: General | ||
3 | position: 1 | ||
4 | list_read_indicators: true | ||
5 | feed: true | ||
6 | unlisted: true | ||
7 | --- | ||
diff --git a/content/notebook/index.md b/content/notebook/index.md index 8d58834..f1b8d27 100644 --- a/content/notebook/index.md +++ b/content/notebook/index.md | |||
@@ -2,5 +2,8 @@ | |||
2 | title: Notebook | 2 | title: Notebook |
3 | position: 3 | 3 | position: 3 |
4 | list_limit: 4 | 4 | list_limit: 4 |
5 | list_order: date_desc | ||
5 | feed: true | 6 | feed: true |
6 | --- | 7 | --- |
8 | |||
9 | Random thoughts, useless stuff, ordered and unordered. | ||