Configuring the blog
Change the values in src/config.json
to configure the blog to your liking, see below for more information.
SITE
- set this to your blog url, e.g.
https://flo-bit.dev
BASE
- set this to the base path of your blog, e.g.
/blog-template
SITE_TITLE
- will be shown in the title and meta tags and og image
SITE_NAME
- will be shown in the header, leave blank to hide
SITE_DESCRIPTION
- will be shown in the meta tags
SITE_FAVICON
- will be used as the icon in the header and the favicon
NAME
- used in the footer (c) YOUR_NAME
POSTS_PER_PAGE
- how many posts to show on per paginated page (also used for tag pages)
MANUAL_DARK_MODE
- should we show the dark mode toggle? (otherwise, it will be based on the user’s system preferences)
SEARCH_ENABLED
- should we show the search bar?
BASE_COLOR
- shade of gray for the background one of ‘gray’, ‘neutral’, ‘stone’, ‘zinc’, ‘slate’
ACCENT_COLOR
- color of links, etc. one of ‘red’, ‘orange’, ‘amber’, ‘yellow’, ‘lime’, ‘green’, ‘emerald’, ‘teal’, ‘cyan’, ‘sky’, ‘blue’, ‘indigo’, ‘violet’, ‘purple’, ‘fuchsia’, ‘pink’, ‘rose’
BLUESKY_IDENTIFIER
- set this to your bluesky handle, e.g.
flo-bit.dev
(without the@
) will be used to show likes and comments on your blog posts from bluesky
SOCIAL MEDIA LINKS
-
set any of these to ” to hide the respective icon in the footer
-
FACEBOOK_URL
-
TWITTER_URL
-
GITHUB_URL
-
INSTAGRAM_URL
-
LINKEDIN_URL
-
YOUTUBE_URL
-
SUBSTACK_URL
-
BLUESKY_URL
-
EMAIL