Blog Configuration for @barddev
Last updated: 2026-01-18T07:42:09.970Z
{
"hiveUsername": "barddev",
"siteTheme": "dark",
"customColors": null,
"siteName": "My Test Blog",
"siteDescription": "Dev blog",
"layoutSections": [
{
"id": "header",
"position": "top",
"enabled": true
},
{
"id": "authorProfile",
"position": "sidebar-left",
"enabled": true
},
{
"id": "posts",
"position": "main",
"enabled": true
},
{
"id": "footer",
"position": "bottom",
"enabled": false
}
],
"postsLayout": "list",
"gridColumns": 1,
"cardGapPx": 16,
"cardLayout": "horizontal",
"thumbnailPosition": "left",
"thumbnailSizePx": 100,
"cardPaddingPx": 20,
"cardBorderRadiusPx": 8,
"titleSizePx": 20,
"showThumbnail": true,
"showSummary": true,
"summaryMaxLength": 180,
"showDate": true,
"showVotes": true,
"showComments": true,
"showPayout": false,
"showTags": true,
"cardBorder": true,
"maxTags": 5,
"showHeader": true,
"showAuthorProfile": true,
"authorAvatarSizePx": 64,
"showPostCount": true,
"showAuthorRewards": true,
"postsPerPage": 20,
"sidebarWidthPx": 280,
"headerMaxWidthPx": 1280,
"authorProfileLayout": "horizontal",
"showAuthorAbout": true,
"showAuthorLocation": true,
"showAuthorWebsite": true,
"showAuthorJoinDate": true,
"showAuthorReputation": true,
"showAuthorFollowers": true,
"showAuthorFollowing": true,
"showAuthorVotingPower": false,
"showAuthorHiveBalance": false,
"showAuthorHbdBalance": false,
"showAuthorCoverImage": true,
"showCommentsTab": true,
"commentsLayout": "list",
"commentsGridColumns": 2,
"commentsGapPx": 16,
"commentShowAuthor": true,
"commentShowAvatar": true,
"commentAvatarSizePx": 40,
"commentShowReplyContext": true,
"commentShowTimestamp": true,
"commentShowRepliesCount": true,
"commentShowVotes": true,
"commentShowPayout": true,
"commentShowViewLink": true,
"commentMaxLength": 0,
"commentPaddingPx": 16,
"postCardLayout": {
"sections": [
{
"id": "sec-main",
"orientation": "horizontal",
"children": [
{
"type": "element",
"id": "thumbnail"
},
{
"type": "section",
"section": {
"id": "sec-content",
"orientation": "vertical",
"children": [
{
"type": "element",
"id": "title"
},
{
"type": "element",
"id": "summary"
},
{
"type": "section",
"section": {
"id": "sec-meta",
"orientation": "horizontal",
"children": [
{
"type": "element",
"id": "date"
},
{
"type": "element",
"id": "votes"
},
{
"type": "element",
"id": "comments"
}
]
}
},
{
"type": "element",
"id": "tags"
}
]
}
}
]
}
]
},
"commentCardLayout": {
"sections": [
{
"id": "sec-1",
"orientation": "horizontal",
"children": [
{
"type": "element",
"id": "replyContext"
}
]
},
{
"id": "sec-2",
"orientation": "horizontal",
"children": [
{
"type": "element",
"id": "avatar"
},
{
"type": "element",
"id": "author"
},
{
"type": "element",
"id": "timestamp"
}
]
},
{
"id": "sec-3",
"orientation": "vertical",
"children": [
{
"type": "element",
"id": "body"
}
]
},
{
"id": "sec-4",
"orientation": "horizontal",
"children": [
{
"type": "element",
"id": "replies"
},
{
"type": "element",
"id": "votes"
},
{
"type": "element",
"id": "payout"
},
{
"type": "element",
"id": "viewLink"
}
]
}
]
},
"authorProfileLayout2": {
"sections": [
{
"id": "sec-1",
"orientation": "horizontal",
"children": [
{
"type": "element",
"id": "coverImage"
}
]
},
{
"id": "sec-2",
"orientation": "horizontal",
"children": [
{
"type": "element",
"id": "avatar"
},
{
"type": "element",
"id": "username"
},
{
"type": "element",
"id": "reputation"
}
]
},
{
"id": "sec-3",
"orientation": "vertical",
"children": [
{
"type": "element",
"id": "about"
}
]
},
{
"id": "sec-4",
"orientation": "horizontal",
"children": [
{
"type": "element",
"id": "location"
},
{
"type": "element",
"id": "website"
},
{
"type": "element",
"id": "joinDate"
}
]
},
{
"id": "sec-5",
"orientation": "horizontal",
"children": [
{
"type": "element",
"id": "followers"
},
{
"type": "element",
"id": "following"
},
{
"type": "element",
"id": "postCount"
},
{
"type": "element",
"id": "hpEarned"
}
]
},
{
"id": "sec-6",
"orientation": "horizontal",
"children": [
{
"type": "element",
"id": "votingPower"
},
{
"type": "element",
"id": "hiveBalance"
},
{
"type": "element",
"id": "hbdBalance"
}
]
}
]
},
"pageLayout": {
"sections": [
{
"id": "page-sec-1",
"slot": "top",
"orientation": "horizontal",
"elements": [
"header"
],
"active": true
},
{
"id": "page-sec-2",
"slot": "sidebar-left",
"orientation": "vertical",
"elements": [
"authorProfile"
],
"active": true
},
{
"id": "page-sec-3",
"slot": "main",
"orientation": "vertical",
"elements": [
"posts",
"comments"
],
"active": true
},
{
"id": "page-sec-4",
"slot": "bottom",
"orientation": "horizontal",
"elements": [
"footer"
],
"active": true
}
]
},
"postsSortOrder": "blog",
"commentsSortOrder": "comments",
"includeReblogs": false,
"cardHoverEffect": "glow",
"cardTransitionDuration": 200,
"cardHoverScale": 1.02,
"cardHoverShadow": "lg",
"cardHoverBrightness": 1.05,
"scrollAnimationEnabled": true,
"scrollAnimationType": "slide-left",
"scrollAnimationDuration": 300,
"scrollAnimationDelay": 80
}