mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
22 lines
481 B
JSON
22 lines
481 B
JSON
{
|
|
"title": "samhuri.net",
|
|
"description": "just some blog",
|
|
"author": "Sami Samhuri",
|
|
"email": "sami@samhuri.net",
|
|
"url": "https://samhuri.net",
|
|
"styles": [
|
|
"/css/normalize.css",
|
|
"/css/style.css"
|
|
],
|
|
"scripts": [],
|
|
"icon": "images/apple-touch-icon-300.png",
|
|
"favicon": "images/apple-touch-icon-80.png",
|
|
"avatar": "images/me.jpg",
|
|
"plugins": {
|
|
"projects": {},
|
|
"posts": {
|
|
"json_feed": "feed.json",
|
|
"rss_feed": "feed.xml"
|
|
}
|
|
}
|
|
}
|