Skip to content

Commit 47d3d04

Browse files
committed
feat: Update configuration file, replace logo with new image, enable edit link feature
1 parent 55486dc commit 47d3d04

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

content/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ layout: hextra-home
2525
{{< hextra/hero-button text="Get Started" link="docs/getting-started/quickstart" >}}
2626
</div>
2727

28-
<div class="hx:mt-6"></div>
29-
3028
{{< hextra/feature-grid >}}
3129
{{< hextra/feature-card
3230
title="Contracts First"

hugo.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
baseURL: https://go-sphere.github.io/
22
languageCode: en-us
33
title: Sphere
4+
enableRobotsTXT: true
5+
enableGitInfo: true
6+
hasCJKLanguage: true
47
module:
58
imports:
69
- path: github.com/imfing/hextra
10+
enableInlineShortcodes: true
711
menu:
812
main:
913
- name: Documentation
@@ -78,8 +82,7 @@ params:
7882
displayTitle: true
7983
displayLogo: true
8084
logo:
81-
path: images/logo.svg
82-
dark: images/logo-dark.svg
85+
path: images/sphere.png
8386
width: wide
8487
theme:
8588
default: system
@@ -97,6 +100,9 @@ params:
97100
flexsearch:
98101
index: content
99102
tokenize: forward
103+
editURL:
104+
enable: true
105+
base: "https://github.com/go-sphere/go-sphere.github.io/edit/master/content"
100106
blog:
101107
list:
102108
displayTags: true

static/images/sphere.png

305 KB
Loading

0 commit comments

Comments
 (0)