🏗️ Finish post edit widget coding.
This commit is contained in:
@@ -16,11 +16,11 @@ markup:
|
||||
defaultContentLanguage: zh-cn
|
||||
languages:
|
||||
zh-cn:
|
||||
title: NexT
|
||||
title: Hugo NexT
|
||||
languageName: 中文
|
||||
weight: 1
|
||||
en-us:
|
||||
title: NexT
|
||||
title: Hugo NexT
|
||||
languageName: English
|
||||
weight: 2
|
||||
params:
|
||||
@@ -178,7 +178,7 @@ params:
|
||||
|
||||
sidebar:
|
||||
# Sidebar Position.
|
||||
position: right
|
||||
position: left
|
||||
#position: right
|
||||
|
||||
# Manual define the sidebar width. If commented, will be default for:
|
||||
@@ -367,7 +367,7 @@ params:
|
||||
# Post edit
|
||||
# Easily browse and edit blog source code online.
|
||||
postEdit:
|
||||
enable: false
|
||||
enable: true
|
||||
url: https://github.com/user-name/repo-name/tree/branch-name/subdirectory-name/ # Link for view source
|
||||
#url: https://github.com/user-name/repo-name/edit/branch-name/subdirectory-name/ # Link for fork & edit
|
||||
|
||||
|
||||
@@ -19,9 +19,9 @@ url: hello-world.html
|
||||
weight: 1
|
||||
---
|
||||
|
||||
“Hugo 是现今世界上最快的网站建设框架。”
|
||||
> “使用 `weight` 关键字置顶文章。”
|
||||
|
||||
[Hugo](https://gohugo.io/) 也是最流行的开源静态站点生成器之一。 凭借其惊人的速度和灵活性,Hugo 让建设网站再次变得有趣起来。
|
||||
[Hugo](https://gohugo.io/) 是现今世界上最快的网站建设框架,也是最流行的开源静态站点生成器之一。 凭借其惊人的速度和灵活性,Hugo 让建设网站再次变得有趣起来。
|
||||
|
||||
<!--more-->
|
||||
|
||||
|
||||
@@ -3,8 +3,8 @@ title: "Markdown 语法支持"
|
||||
description: "描述下 NexT 主题所支持的各种 markdown 语法及效果展示。"
|
||||
isCJKLanguage: false
|
||||
|
||||
lastmod: 2022-06-01T11:52:18+08:00
|
||||
publishDate: 2022-06-01T11:52:18+08:00
|
||||
lastmod: 2022-06-03T11:52:18+08:00
|
||||
publishDate: 2022-06-03T11:52:18+08:00
|
||||
|
||||
author: Mainroad
|
||||
originLink: https://mainroad-demo.netlify.app/post/basic-elements/
|
||||
|
||||
Reference in New Issue
Block a user