Logo Toha
  • 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
      • 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
    • Adding New Section
    • Layout Customization
  • Translation
    • Translating Homepage
    • Translating Posts
  • Analytics
  • Comments
  • Support Links
  • Shortcodes
  • External Link Example
Hero Image
Configuring Site Parameters

This doc is outdated. For up-to-date examples, please follow this sample repo. 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 except it will not have any sections on the homepage. Those sections are added via some data files. In the next few posts, I am going to show you how you can add those sections by providing the data files.

June 8, 2020 Read
Hero Image
Configuring About Section

This doc is outdated. For up-to-date examples, please follow this sample repo. The About section should give the viewer a brief idea about yourself. In this post, we are going to configure the About section of your website. At first, create about.yaml file in the data/en/sections directory of your site. Then, follow the following instructions. 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.

June 8, 2020 Read
Hero Image
Configuring Skills Section

This doc is outdated. For up-to-date examples, please follow this sample repo. The Skills section should give the viewer an idea about not only the list of skills you have but also an idea of the depth of your knowledge on a particular skill. In this post, we are going to configure the Skills section of your site. At first, create skills.yaml files in the data directory of your site.

June 8, 2020 Read
Hero Image
Configuring Education Section

Post coming soon………

June 8, 2020 Read
Hero Image
Configuring Experiences Section

This doc is outdated. For up-to-date examples, please follow this sample repo. The Experiences section has been designed to truly reflect your career background. It should give the viewer an idea about the responsibilities you have handled in various stages of your career. In this post, we are going to configure the Experiences section of your site. At first, create an experiences.yaml file in the data directory of your site.

June 8, 2020 Read
Hero Image
Configuring Projects Section

This doc is outdated. For up-to-date examples, please follow this sample repo. The Projects section has been designed to showcase your projects in a meaningful way. In this post, we are going to configure the Projects section of your site. At first, create a projects.yaml file in the data directory of your site. Then, follow the following instructions. Add Project Filtering Buttons Now, add a buttons section in your projects.

June 8, 2020 Read
Hero Image
Configuring Recent Posts Section

This doc is outdated. For up-to-date examples, please follow this sample repo. The Recent Posts section will display the most recent posts from your content. The configuration is simple, and should be stored in data/en/sections. Configuration After you have created the file recent-posts.yaml, the configuration is very simple, # 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)

June 8, 2020 Read
Hero Image
Configuring Achievements Section

This doc is outdated. For up-to-date examples, please follow this sample repo. The Achievements section has been designed to showcase your achievements in a gallery view. This post will show how to configure the Achievements section of your site. At first, create an achievements.yaml file in the data directory of your site. Then, follow the following instruction. Add Your Achievements Now, add your achievements under the achievements section in your achievements.

June 8, 2020 Read
Navigation
  • About
  • Skills
  • Experiences
  • Projects
  • Recent Posts
  • Achievements
Contact me:
  • janedoe@example.com
  • +0123456789

Stay up to date with email notification

By entering your email address, you agree to receive the newsletter of this website.

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