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: "Discover what the Hugo - LoveIt theme is all about and the core-concepts behind it."
|
||||
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
|
||||
|
||||
@@ -153,7 +154,7 @@ hugo serve
|
||||
|
||||
Go to `http://localhost:1313`.
|
||||
|
||||

|
||||

|
||||
|
||||
{{< admonition tip >}}
|
||||
When you run `hugo serve`, when the contents of the files change, the page automatically refreshes with the changes.
|
||||
@@ -785,7 +786,7 @@ The default data of all supported social links is located in `themes/LoveIt/asse
|
||||
which is you can refer to.
|
||||
{{< /admonition >}}
|
||||
|
||||

|
||||

|
||||
|
||||
### 3.2 Favicons, Browserconfig, Manifest
|
||||
|
||||
@@ -833,7 +834,7 @@ In `assets/css/_custom.scss`, you can add some css style code to customize the s
|
||||
|
||||
**LoveIt** theme is fully compatible with Hugo multilingual mode, which provides in-browser language switching.
|
||||
|
||||

|
||||

|
||||
|
||||
### 4.1 Compatibility {#language-compatibility}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user