004 - Hugo, 分類
content文件夾
├─.obsidian
├─categories
│ ├─Python
│ └─Test
├─page
│ ├─about
│ ├─archives
│ ├─links
│ └─search
└─post
├─chinese-test
├─emoji-support
├─Git教程
├─Hugo分類
├─Hugo創(chuàng)建一個網(wǎng)站
├─Hugo創(chuàng)建文章詳解
├─markdown-syntax
├─math-typesetting
├─placeholder-text
├─rich-content
└─數(shù)學建模
content
文件夾下有categories
文件夾,在該文件夾下,我們可以自己命名創(chuàng)建新的文件夾。文件夾內(nèi)有_index.md
文件和圖片資源,圖片是用來做歸檔里分類的背景
以及分類的小圖
文章來源:http://www.zghlxwxcb.cn/news/detail-826576.html
_index.md
文件只有FrontMatter
因為即使有正文內(nèi)容也不會顯示。文章來源地址http://www.zghlxwxcb.cn/news/detail-826576.html
---
# 標題
title: Python
# 描述 副標題
description:
# https://jacket-mouse.github.io/categories/python/ 此處用到
slug: python
# 背景圖
image: 綠樹-森林.jpg
# 給歸檔里分類的背景添加朦朧色 詳細看上面對比
style:
background: "#2a9d8f"
color: "#fff"
---
到了這里,關(guān)于004 - Hugo, 分類的文章就介紹完了。如果您還想了解更多內(nèi)容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!