Hugo Blog Template screenshot

Hugo Blog Template

Author Avatar Theme by Kat0h
Updated: 10 Sep 2021
14 Stars

Use This Templateからforkできます

Overview

This is a template for creating a blog using topHUGO that allows for easy setup and deployment. It provides features such as automatic deployment using GitHub Actions and publishing on GitHub Pages.

Features

  • Fork and Go: Simply fork the template and you’re ready to go.
  • Automated Deployment: Uses GitHub Actions for seamless deployment.
  • Publish on GitHub Pages: Easily publish your blog on GitHub Pages.
  • Customizable Configuration: Edit the config.toml file to configure your HUGO settings.
  • Preview Your Page: Use the hugo serve command to preview your page.
  • Custom Avatar Image: Place your avatar image at static/img/avatar.png.
  • Theme Color: Specify the theme color by using the #rrggbb format.
  • Social Media Integration: Display your social media usernames or account IDs in the sidebar.

Installation

To install the topHUGO template, follow these steps:

  1. Fork the template repository on GitHub.
  2. Edit the config.toml file to configure your HUGO settings.
  3. Place your avatar image at static/img/avatar.png.
  4. Specify the theme color using the #rrggbb format.
  5. Enter your social media usernames or account IDs in the provided fields.
  6. Push the changes to your remote repository.
  7. GitHub Actions will automatically build the page and commit the build result to the gh-pages branch.
  8. Open the repository’s Settings tab and navigate to Pages.
  9. Change the branch to gh-pages and save the settings.
  10. Wait for approximately 10 minutes for the changes to take effect and your page to become accessible.

Summary

The topHUGO template provides a convenient solution for creating a blog using HUGO. With features like automated deployment, easy configuration, and GitHub Pages integration, it simplifies the process of setting up and publishing a blog. By following the installation guide, users can quickly get their blogs up and running.