【发布时间】:2023-04-03 15:00:02
【问题描述】:
我想将索引作为变量添加到我的 Jekyll 博客文章中,这样我的文章 URL 就会有数字而不是标题。 我想到的例子:
---
index: 0
layout: post
title: "Hello World"
date: 2021-03-04 15:22:22 +0100
categories: intro, AI, cryptocurrency, quantum computing, web development
permalink: /:title
---
以及所需的链接:
https://dorijan-cirkveni.github.io/0
【问题讨论】: