You are viewing a single comment's thread from:

RE: My Blog Configs

in #dev2 days ago

Blog Configuration for @barddev

Last updated: 2026-01-16T13:29:57.997Z

{
  "hiveUsername": "",
  "siteTheme": "midnight",
  "customColors": null,
  "siteName": "",
  "siteDescription": "",
  "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": "grid",
  "gridColumns": 3,
  "cardGapPx": 20,
  "cardLayout": "vertical",
  "thumbnailPosition": "left",
  "thumbnailSizePx": 200,
  "cardPaddingPx": 16,
  "cardBorderRadiusPx": 12,
  "titleSizePx": 18,
  "showThumbnail": true,
  "showSummary": true,
  "summaryMaxLength": 100,
  "showDate": true,
  "showVotes": true,
  "showComments": true,
  "showPayout": false,
  "showTags": true,
  "cardBorder": true,
  "maxTags": 2,
  "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-card",
        "orientation": "vertical",
        "children": [
          {
            "type": "element",
            "id": "thumbnail"
          },
          {
            "type": "section",
            "section": {
              "id": "sec-content",
              "orientation": "vertical",
              "children": [
                {
                  "type": "element",
                  "id": "tags"
                },
                {
                  "type": "element",
                  "id": "title"
                },
                {
                  "type": "element",
                  "id": "summary"
                },
                {
                  "type": "section",
                  "section": {
                    "id": "sec-stats",
                    "orientation": "horizontal",
                    "children": [
                      {
                        "type": "element",
                        "id": "date"
                      },
                      {
                        "type": "element",
                        "id": "votes"
                      },
                      {
                        "type": "element",
                        "id": "comments"
                      }
                    ]
                  }
                }
              ]
            }
          }
        ]
      }
    ]
  },
  "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-3",
        "slot": "main",
        "orientation": "vertical",
        "elements": [
          "posts"
        ],
        "active": true
      },
      {
        "id": "page-sec-2",
        "slot": "sidebar-right",
        "orientation": "vertical",
        "elements": [
          "authorProfile"
        ],
        "active": true
      },
      {
        "id": "page-sec-4",
        "slot": "bottom",
        "orientation": "horizontal",
        "elements": [
          "footer"
        ],
        "active": true
      }
    ]
  },
  "postsSortOrder": "blog",
  "commentsSortOrder": "comments",
  "includeReblogs": false,
  "cardHoverEffect": "lift",
  "cardTransitionDuration": 200,
  "cardHoverScale": 1.02,
  "cardHoverShadow": "xl",
  "cardHoverBrightness": 1,
  "scrollAnimationEnabled": true,
  "scrollAnimationType": "slide-up",
  "scrollAnimationDuration": 350,
  "scrollAnimationDelay": 75
}