Hugo Type Theme screenshot

Hugo Type Theme

Updated: 8 Jun 2020
52 Stars

Port of Rohan Chandra's Type theme to Hugo.

Categories

Overview:

The TypeA theme is a free and open-source Hugo theme that is designed for blogs and is easy to customize. It is a port of the original Type theme created by Rohan Chandra. Some notable features of the TypeA theme include integration with Disqus for comment-system support, Google Analytics integration, and localization (l10n) support. However, it is important to note that this theme is no longer being actively maintained.

Features:

  • Comment-system powered by Disqus
  • Integration with Google Analytics
  • Localization (l10n) support

Installation:

To install the TypeA theme, follow these steps:

  1. Make sure you have Git installed on your system.
  2. Inside the folder of your Hugo site, run the following command:
git clone [theme-url]
  1. After the command is executed, you should see a folder called “hugo-type-theme” inside the themes directory of your Hugo site.
  2. Next, navigate to the “exampleSite” folder at “themes/hugo-type-theme/exampleSite/”.
  3. To get your site running, copy the “config.toml” file and all the content of relevant subfolders (such as “data/l10n.toml”) into the root folder of your Hugo site.
  4. To preview the theme, run the following command inside the “exampleSite” folder:
hugo server
  1. If you want to use the theme in a production environment, make sure to comment out the “themesDir” property in the “config.toml” file.

Summary:

The TypeA theme is a free and open-source Hugo theme that is designed for blogs and supports features such as comments powered by Disqus, integration with Google Analytics, and localization support. It is a port of the original Type theme and is easy to customize. However, it is important to note that this theme is no longer being actively maintained.