mirror of
https://github.com/arnaucube/blog.git
synced 2026-02-10 04:36:41 +01:00
Add Blogo post
This commit is contained in:
19
blogo-input/blogo.json
Executable file
19
blogo-input/blogo.json
Executable file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"title": "ArnauCube - Blog",
|
||||
"relativePath": "/blog",
|
||||
"postsDir": "posts",
|
||||
"indexTemplate": "index.html",
|
||||
"postThumbTemplate": "postThumbTemplate.html",
|
||||
"posts": [
|
||||
{
|
||||
"thumb": "blogo_thumb.md",
|
||||
"md": "blogo.md"
|
||||
}
|
||||
],
|
||||
"copyRaw": [
|
||||
"css",
|
||||
"img",
|
||||
"vendor",
|
||||
"js"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user