You are viewing a single comment's thread from:

RE: My Blog Configs

in #devlast month

!hive-blog-appearance

Blog Configuration for @guest4test

Last updated: 2026-04-08T12:00:59.622Z

{
  "hiveUsername": "guest4test",
  "siteTheme": "light",
  "customColors": null,
  "siteName": "My Test Blog",
  "siteDescription": "Im test account to test that app",
  "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": 5,
  "cardLayout": "vertical",
  "thumbnailPosition": "left",
  "thumbnailSizePx": 222,
  "cardPaddingPx": 30,
  "cardBorderRadiusPx": 48,
  "titleSizePx": 25,
  "showThumbnail": false,
  "showSummary": false,
  "summaryMaxLength": 500,
  "showDate": false,
  "showVotes": false,
  "showComments": false,
  "showPayout": false,
  "showTags": false,
  "cardBorder": false,
  "maxTags": 5,
  "showHeader": true,
  "showAuthorProfile": true,
  "authorAvatarSizePx": 72,
  "showPostCount": true,
  "showAuthorRewards": true,
  "postsPerPage": 20,
  "sidebarWidthPx": 280,
  "authorProfileLayout": "horizontal",
  "showAuthorAbout": true,
  "showAuthorLocation": true,
  "showAuthorWebsite": true,
  "showAuthorJoinDate": true,
  "showAuthorReputation": true,
  "showAuthorFollowers": true,
  "showAuthorFollowing": true,
  "showAuthorVotingPower": false,
  "showAuthorHiveBalance": false,
  "showAuthorHbdBalance": false,
  "showAuthorCoverImage": true,
  "authorCoverHeightPx": 200,
  "authorUsernameSizePx": 14,
  "authorDisplayNameSizePx": 32,
  "authorAboutSizePx": 18,
  "authorStatsSizePx": 16,
  "authorMetaSizePx": 12,
  "authorReputationSizePx": 16,
  "showCommentsTab": true,
  "commentShowAuthor": true,
  "commentShowAvatar": true,
  "commentAvatarSizePx": 53,
  "commentShowReplyContext": true,
  "commentShowTimestamp": true,
  "commentShowRepliesCount": true,
  "commentShowVotes": true,
  "commentShowPayout": true,
  "commentShowViewLink": true,
  "commentMaxLength": 0,
  "commentPaddingPx": 16,
  "postCardLayout": {
    "sections": [
      {
        "id": "sec-image",
        "orientation": "vertical",
        "children": [
          {
            "type": "element",
            "id": "title"
          },
          {
            "type": "element",
            "id": "summary"
          }
        ]
      }
    ]
  },
  "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": "displayName"
          },
          {
            "type": "element",
            "id": "reputation"
          }
        ]
      },
      {
        "id": "sec-3",
        "orientation": "vertical",
        "children": [
          {
            "type": "element",
            "id": "about"
          }
        ]
      }
    ]
  },
  "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-4",
        "slot": "bottom",
        "orientation": "horizontal",
        "elements": [
          "footer"
        ],
        "active": true
      }
    ]
  },
  "pageLayoutConfig": {
    "template": "no-sidebar",
    "containers": {
      "top": {
        "elements": [
          {
            "id": "authorProfile",
            "active": true
          },
          {
            "id": "header",
            "active": true
          }
        ]
      },
      "sidebarLeft": {
        "elements": []
      },
      "sidebarRight": {
        "elements": []
      },
      "bottom": {
        "elements": [
          {
            "id": "footer",
            "active": true
          }
        ]
      }
    }
  },
  "postsSortOrder": "blog",
  "includeReblogs": false,
  "cardHoverEffect": "scale",
  "cardTransitionDuration": 400,
  "cardHoverScale": 1.03,
  "cardHoverShadow": "md",
  "cardHoverBrightness": 1.05,
  "scrollAnimationEnabled": true,
  "scrollAnimationType": "zoom",
  "scrollAnimationDuration": 500,
  "scrollAnimationDelay": 50,
  "navigationTabs": [
    {
      "id": "blog",
      "label": "Blog",
      "enabled": true,
      "showCount": false
    },
    {
      "id": "posts",
      "label": "Posts",
      "enabled": false,
      "showCount": false
    },
    {
      "id": "threads",
      "label": "Hive Threads",
      "enabled": false,
      "showCount": false
    },
    {
      "id": "comments",
      "label": "Comments",
      "enabled": false,
      "showCount": false
    },
    {
      "id": "category-c25f2969",
      "label": "Test",
      "enabled": true,
      "showCount": false,
      "tag": "test"
    }
  ],
  "socialLinks": [],
  "pinnedPostPermlinks": [],
  "footer_text": "",
  "community_default_sort": "trending",
  "community_show_rules": true,
  "community_show_leadership": true,
  "community_show_subscribers": true,
  "community_show_description": true,
  "community_avatar_size_px": 48,
  "community_title_size_px": 16,
  "community_about_size_px": 14,
  "community_visible_sorts": [
    "trending",
    "hot",
    "created",
    "payout"
  ]
}