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: "Découvrez en quoi consiste le thème Hugo - LoveIt et les concepts fondamentaux qui le sous-tendent."
|
||||
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
|
||||
|
||||
@@ -158,7 +159,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.
|
||||
@@ -790,7 +791,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
|
||||
|
||||
@@ -838,7 +839,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