Everything Is Here
将编辑HUGO blog的方法技巧进行了整理
在Hugo中,通常content文件夹用于存储您网站的内容,而docs和post这样的文件夹可能被用于组织不同类型或不同主题的内容。
将编辑HUGO blog的方法技巧进行了整理
在Hugo中,通常content文件夹用于存储您网站的内容,而docs和post这样的文件夹可能被用于组织不同类型或不同主题的内容。
Describes common Mainroad theme configuration parameters that can be adjusted via config file or via Front Matter section.
Customization page describes common Mainroad configuration parameters which can be specified via configuration file or via Front Matter section. That includes logo section tuning, adding a sidebar with widgets, adjusting highlight color, and more.
Browse this FAQ page to find answers to frequently asked questions that have not been covered elsewhere in the documentation.
This article helps you get started with the Mainroad theme, including installation and minimal configuration.
Welcome to the Mainroad theme documentation. This quick start guide covers Mainroad theme installation and minimal configuration and is intended for intermediate to advanced users. To understand this guide, you need to be familiar with the Hugo static site generator.
The main purpose of this article is to make sure that all basic HTML Elements are decorated with CSS so as to not miss any possible elements when creating new themes for Hugo.
Hugo uses the excellent Go html/template library for its template engine. It is an extremely lightweight engine that provides a very small amount of logic. In our experience that it is just the right amount of logic to be able to create a good static website. If you have used other template systems from different languages or frameworks you will find a lot of similarities in Go templates.