开发 / 默认 · August 31, 2021

hugo中设置路径

Table of Content

hugo中设置路径
建议设置slug参数,这样子可以方便控制,另外hugo不强制在文件里加入日期。

categories:
- Development
- VIM
date: "2012-04-06"
description: spf13-vim is a cross platform distribution of vim plugins and resources
for Vim.
slug: spf13-vim-3-0-release-and-new-website #设置url路径
tags:
- .vimrc
- plugins
- spf13-vim
- vim
title: spf13-vim 3.0 release and new website

文档
https://gohugo.io/content-management/front-matter/#example

%d bloggers like this: