Change favicon
This commit is contained in:
@@ -1,16 +1,20 @@
|
||||
baseURL: /
|
||||
title: Eureka Demo
|
||||
title: Awin's blog
|
||||
icon: favicon.ico
|
||||
|
||||
# Uncomment when not installing with Hugo Modules
|
||||
# theme: eureka
|
||||
# Comment when not installing with Hugo Modules
|
||||
theme: wangchucheng.com/hugo-eureka
|
||||
theme: eureka
|
||||
# If you cannot access the Github mirror, you can also use the Gitee mirror: gitee.com/wangchucheng/hugo-eureka
|
||||
|
||||
paginate: 3
|
||||
paginate: 5
|
||||
copyright: >
|
||||
© 2021 <a href="https://www.wangchucheng.com/">WANG Chucheng</a> and <a
|
||||
Contents are owned by Awin Huang
|
||||
<br>
|
||||
Theme create by: © 2021 <a href="https://www.wangchucheng.com/">WANG Chucheng</a> and <a
|
||||
href="https://www.ruiqima.com/">MA Ruiqi</a>
|
||||
<br>
|
||||
enableEmoji: true
|
||||
enableGitInfo: false
|
||||
summaryLength: 75
|
||||
@@ -42,4 +46,4 @@ taxonomies:
|
||||
author: authors
|
||||
|
||||
build:
|
||||
useResourceCacheWhen: always
|
||||
useResourceCacheWhen: always
|
||||
|
||||
@@ -7,4 +7,7 @@ main:
|
||||
weight: 2
|
||||
- name: Docs
|
||||
url: /docs/
|
||||
weight: 3
|
||||
weight: 3
|
||||
- name: Author
|
||||
url: /authors/
|
||||
weight: 4
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
mainSections:
|
||||
- posts
|
||||
description: Eureka is a elegant and powerful theme for Hugo.
|
||||
description: Awin's blog. Just something interested.
|
||||
|
||||
repoEditURL:
|
||||
|
||||
@@ -16,9 +16,9 @@ style:
|
||||
|
||||
# E.g. Person, Organization, LocalBusiness, Project, EducationalOrganization
|
||||
siteType: Person
|
||||
icon: images/icon.png
|
||||
publisherName: WANG Chucheng
|
||||
publisherLogo:
|
||||
icon: garfield.jpg
|
||||
publisherName: Awin Huang
|
||||
publisherLogo: garfield.jpg
|
||||
|
||||
highlight:
|
||||
handler: highlightjs
|
||||
@@ -27,7 +27,12 @@ highlight:
|
||||
# highlight.js doesn't bundle every language. So please specify additional languages you want here.
|
||||
# See https://github.com/highlightjs/cdn-release/tree/main/build/languages for available languages.
|
||||
languages:
|
||||
- dart
|
||||
- bash
|
||||
- c
|
||||
- cpp
|
||||
- http
|
||||
- python
|
||||
- javascript
|
||||
# See https://github.com/highlightjs/cdn-release/tree/main/build/styles for available styles.
|
||||
style: base16/solarized-light
|
||||
|
||||
@@ -44,10 +49,10 @@ math:
|
||||
|
||||
comment:
|
||||
# Options: disqus, commento, valine and utterances.
|
||||
handler:
|
||||
handler: disqus
|
||||
|
||||
# disqus:
|
||||
# shortname:
|
||||
disqus:
|
||||
shortname: blog-awin-one
|
||||
|
||||
# utterances:
|
||||
# # Browse https://utteranc.es/ to see the options available.
|
||||
@@ -76,6 +81,6 @@ diagram:
|
||||
# # You can list the key and value you want as below.
|
||||
# # Because Hugo's config params are case-insensitive, you need to add `-` or `_` before the uppercase letters.
|
||||
# # For example, `diagramPadding` should be written as `diagram-Padding` or other acceptable formats.
|
||||
# theme:
|
||||
# theme:
|
||||
# flowchart:
|
||||
# diagram-padding:
|
||||
|
||||
Reference in New Issue
Block a user