Build a website by Hugo 3

从零开始Hugo建站(hugo's yaml\toml)

从零开始Hugo建站(3)

碎碎念时间:

hugo theme stack 注意事项hugo version 0.86 ↑

HUGO站点文件配置

Hugo站点文件夹内容

1
2
3
4
5
6
7
8
content                    #存放网站用到的文档  (通常)
static                     #存放网站使用的图片、音视频  (三方静态资源)
themes                     #主题
config.toml/yaml           #配置文件
assets                     #一般存放开发过程中自己写的静态资源


public                     #hugo生成的静态html资源

HUGO stack theme 配置

HUGO stack theme starter

配置 含义
Introduction 简介
Site Configs 站点配置
i18n Configs i18n配置(国际语言设置)
Custom Menu 自定义菜单
Custom Header / Footer 自定义页眉/页脚
Date Format 日期格式
Sidebar 侧栏
Footer 页脚
Article 文章
Comments 评论
Widgets 部件
Open Graph 打开图形
Default Image 默认图像
Color Scheme 配色方案
Image Processing 图像处理

HUGO toml/yaml 文件配置

yaml文件配置

Licensed under CC BY-NC-SA 4.0
comments powered by Disqus
Built with Hugo
主题 StackJimmy 设计