Add Stork search (w/o GitHub Actions)
This commit is contained in:
parent
a9a326d7e0
commit
a17ec1d727
2 changed files with 10 additions and 1 deletions
|
@ -15,6 +15,7 @@ paginate = 3
|
||||||
HomepageHeader = '<a href="https://elnu.com/">« Back to profile</a>'
|
HomepageHeader = '<a href="https://elnu.com/">« Back to profile</a>'
|
||||||
Theme = 'earthly'
|
Theme = 'earthly'
|
||||||
ThemeColor = '#007559'
|
ThemeColor = '#007559'
|
||||||
|
Stork = true
|
||||||
|
|
||||||
[permalinks]
|
[permalinks]
|
||||||
pages = '/:title'
|
pages = '/:title'
|
||||||
|
@ -29,3 +30,11 @@ paginate = 3
|
||||||
unsafe = true
|
unsafe = true
|
||||||
[markup.highlight]
|
[markup.highlight]
|
||||||
style = 'friendly'
|
style = 'friendly'
|
||||||
|
|
||||||
|
[outputFormats.stork]
|
||||||
|
mediaType = 'application/json'
|
||||||
|
baseName = 'stork.config'
|
||||||
|
isPlainText = true
|
||||||
|
|
||||||
|
[outputs]
|
||||||
|
home = ['html', 'stork']
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit ce25ef91c66f23dfb5d2e1e933eba22f8d0eb229
|
Subproject commit 65853fccd23e9e1cfdaa45671d35cfbb99b5081a
|
Loading…
Add table
Reference in a new issue