Logo Toha
  • Home
  • About
  • Skills
  • Experiences
  • Projects
  • More
    Featured Posts Recent Posts Achievements
  • Posts
  • Notes
  • Docs
  • English
    English Français বাংলা Español
  • Dark Theme
    Light Theme Dark Theme System Theme
Logo Inverted Logo
  • Posts
  • Features
  • Quickstart
  • Getting Started
    • Prepare Site
    • Deploy in Github Pages
    • Deploy in Netlify
    • Automate Theme Update
  • Configuration
    • Site Parameters
    • Sections
      • About Section
      • Skills Section
      • Experiences Section
      • Education Section
      • Projects Section
      • Featured Posts Section
      • Recent Posts Section
      • Achievements Section
  • Writing Posts
    • Organizing Posts
      • Creating Category
      • Sub-Category
        • Creating Sub-Category
    • Front Matter
    • Markdown Guide
    • Math Guide
    • Rich Content
    • Mermaid
    • Using Emoji
  • Customizing
    • Enable Dark Theme
    • CSS Customization
    • Layout Customization
    • Adding New Section
  • Translation
    • Adding new language
    • Translating Homepage
    • Translating Posts
  • Analytics
  • Comments
  • Support Links
  • Shortcodes
  • External Link Example
  • Contributing
  • V3 to V4 Migration
Hero Image
Configuring Featured Posts Section

The Fetured Posts section is used to showcase any post you like. To enable this section, create a featured-posts.yaml file in the data/en/sections directory and include the following content: # section information section: name: Featured Posts # Title of section (default: "") id: featured-posts # url id/slug of section *Required* enable: true # Boolean to determine if this section is enabled (default: false) weight: 6 # Order to display section in (default: alphabetical followed by weight) showOnNavbar: true # Boolean to determine if a link should be shown for this section on the navbar hideTitle: true # Can optionally hide the title in sections (default: false) # posts to feature posts: - quickstart - update-v3-to-v4 - prepare-site

Tuesday, February 6, 2024 | 1 minute Read
Hero Image
Configuring Site Parameters

After installing this theme, when you first run your site, it will start with the default parameters. It should look similar to this example site, but it won’t have any sections on the homepage. Don’t worry, you can easily add those sections by providing the necessary data files. In the upcoming posts, I’ll guide you on how to add those sections and customize your site. But first, let’s start with changing the site parameters. You can modify the background, logo, author information, and enable/disable various features.

Monday, June 8, 2020 | 5 minutes Read
Hero Image
Configuring About Section

The purpose of the About section is to provide a brief introduction about yourself on your website. In this post, we will guide you on how to configure the About section. For a complete reference, please check out the sample about.yaml file. To get started, create an about.yaml file in the data/en/sections directory of your website. Then, follow the instructions below. Add Section information section: name: About # Title of section (default: "") id: about # url id/slug of section *Required* enable: true # Boolean to determine if this section is enabled (default: false) weight: 1 # Order to display section in (default: alphabetical followed by weight) showOnNavbar: true # Boolean to determine if a link should be shown for this section on the navbar template: sections/about.html # allows you to point to a specific template. Template setting You have the option to customize the partial used for this section by specifying the template property. Simply save the new template in your layout/partials directory.

Monday, June 8, 2020 | 4 minutes Read
Hero Image
Configuring Skills Section

The Skills section is designed to showcase your skills and provide insights into your expertise in each skill. In this post, we will guide you on how to configure the Skills section of your site. For a complete reference, please check out the sample skills.yaml file. To begin, create a skills.yaml file in the data/en/sections directory of your site. Then, follow the instructions below. Add Section Information Add the following section metadata to your skills.yaml file:

Monday, June 8, 2020 | 1 minute Read
Hero Image
Configuring Education Section

The Education section is designed to showcase your academic background. In this post, we will guide you on how to configure the Education section of your site. For a complete reference, you can refer to the sample education.yaml file. To begin, create a new file named education.yaml in the data/en/sections directory of your site. Then, follow the instructions below. Add Section Information Add the following section metadata to your education.yaml file:

Monday, June 8, 2020 | 2 minutes Read
Hero Image
Configuring Experiences Section

The Experiences section is designed to showcase your career background and highlight the responsibilities you have handled throughout your professional journey. In this post, we will guide you on how to configure the Experiences section of your site. For a complete reference, you can refer to the sample experiences.yaml file. To begin, create a new file named experiences.yaml in the data/en/sections directory of your site. Then, follow the instructions below. Add Section Information Add the following section metadata to your experiences.yaml file:

Monday, June 8, 2020 | 3 minutes Read
Hero Image
Configuring Projects Section

The purpose of the Projects section is to effectively showcase your projects. In this post, we will guide you on how to configure the Projects section on your site. For a complete reference, please refer to the sample projects.yaml file. To begin, create a new file named projects.yaml in the data/en/sections directory of your website. Then, follow the instructions below. Add Section Information Add the following section metadata to your projects.yaml file:

Monday, June 8, 2020 | 3 minutes Read
Hero Image
Configuring Recent Posts Section

The Recent Posts section is used to showcase the latest posts from your content. To enable this section, create a recent-posts.yaml file in the data/en/sections directory and include the following content: # section information section: name: Recent Posts # Title of section (default: "") id: recent-posts # url id/slug of section *Required* enable: true # Boolean to determine if this section is enabled (default: false) weight: 6 # Order to display section in (default: alphabetical followed by weight) showOnNavbar: true # Boolean to determine if a link should be shown for this section on the navbar hideTitle: true # Can optionally hide the title in sections (default: false) numShow: 4 # Can optionally increase the number of posts to display (default: 3) showMoreButton: false #Can optionally show 'More Posts' button (default: false)

Monday, June 8, 2020 | 1 minute Read
Hero Image
Configuring Achievements Section

The Achievements section is designed to display your accomplishments in a visually appealing gallery format. This guide will walk you through the process of configuring the Achievements section on your website. For a complete reference, you can refer to the sample achievements.yaml file. To begin, create a new file named achievements.yaml in the data/en/sections directory of your website. Then, follow the instructions below. Add Section Information Add the following section metadata to your achievements.yaml file:

Monday, June 8, 2020 | 1 minute Read
Navigation
  • About
  • Skills
  • Experiences
  • Projects
  • Featured Posts
  • Recent Posts
  • Achievements
Contact me:
  • johndoe@example.com
  • johndoe
  • John Doe
  • +0123456789

Liability Notice: This theme is under MIT license. So, you can use it for non-commercial, commercial, or private uses. You can modify or distribute the theme without requiring any permission from the theme author. However, the theme author does not provide any warranty or takes any liability for any issue with the theme.


Toha Theme Logo Toha
© 2020 Copyright.
Powered by Hugo Logo