feat(content): support complete local resource references (#388)
This commit is contained in:
@@ -7,11 +7,12 @@ draft: false
|
||||
author: "Dillon"
|
||||
authorLink: "https://dillonzq.com"
|
||||
description: "探索 Hugo - LoveIt 主题的全部内容和背后的核心概念."
|
||||
images: ["/images/theme-documentation-basics/featured-image.jpg"]
|
||||
resources:
|
||||
- name: "featured-image"
|
||||
src: "featured-image.jpg"
|
||||
|
||||
tags: ["installation", "configuration"]
|
||||
categories: ["documentation"]
|
||||
featuredImage: "/images/theme-documentation-basics/featured-image.jpg"
|
||||
|
||||
lightgallery: true
|
||||
|
||||
@@ -156,7 +157,7 @@ hugo serve
|
||||
|
||||
去查看 `http://localhost:1313`.
|
||||
|
||||

|
||||

|
||||
|
||||
{{< admonition tip >}}
|
||||
当你运行 `hugo serve` 时, 当文件内容更改时, 页面会随着更改自动刷新.
|
||||
@@ -789,7 +790,7 @@ hugo
|
||||
你可以参考它来配置你的社交链接.
|
||||
{{< /admonition >}}
|
||||
|
||||

|
||||

|
||||
|
||||
### 3.2 网站图标, 浏览器配置, 网站清单
|
||||
|
||||
@@ -837,7 +838,7 @@ $code-font-family: Fira Mono, Source Code Pro, Menlo, Consolas, Monaco, monospac
|
||||
|
||||
**LoveIt** 主题完全兼容 Hugo 的多语言模式, 并且支持在网页上切换语言.
|
||||
|
||||

|
||||

|
||||
|
||||
### 4.1 兼容性 {#language-compatibility}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user