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>'
|
||||
Theme = 'earthly'
|
||||
ThemeColor = '#007559'
|
||||
Stork = true
|
||||
|
||||
[permalinks]
|
||||
pages = '/:title'
|
||||
|
@ -29,3 +30,11 @@ paginate = 3
|
|||
unsafe = true
|
||||
[markup.highlight]
|
||||
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