Basic Configuration

Here is the configurations for your website. You can change those as per your requirements.

Default configuration

In this project, config.json file is the main configuration file.

  1. title setting is for the main title of your website. This is the title that will appear in the browser tab and in search engine results.
  2. base_url field for your website URL / domain. Add your site URL here.
  3. trailing_slash setting defines whether or not you want to add a trailing slash to the end of your website URL. If you want to add a trailing slash, set this setting to true.
  4. pagination setting controls the number of posts that are shown on blog overview pages. If you have more posts than this amount, pagination will be visible to allow users to navigate to the next set of posts.
  5. disqus add your Disqus shortname to enable comments on the blog post. To install Disqus you can follow this tutorial.
  6. blog_folder This setting specifies the folder where your blog posts are stored. The default folder is blog
  7. sticky_header This setting determines whether or not the header will be sticky, meaning it will stay at the top of the page as you scroll down.
  8. metadata This setting allows you to specify the meta tags for your website. The meta tags are used by search engines and social media platforms to index your website.

In addition to the settings listed above, you will find more configuration settings in the config.json file. You can adjust these settings to customize your website to your specific requirements

Improve this page on Github  — Last updated:  Sun, Dec 3, 2023