Skip to content

Commit 2e190ab

Browse files
committed
Update docsy version to 0.10.0
http://localhost:1313/# Please enter the commit message for your changes. Lines starting
1 parent 795e940 commit 2e190ab

File tree

4 files changed

+16
-9
lines changed

4 files changed

+16
-9
lines changed

content/en/_index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- /hugo
55
---
66

7-
{{< blocks/cover title="The Medley Interlisp Project" subtitle="a retrofuturistic software system" image_anchor="smart" color="orange" height="min">}}
7+
{{< blocks/cover title="The Medley Interlisp Project" subtitle="a retrofuturistic software system" image_anchor="smart" color="primary" height="min">}}
88
<div class="top-summary">
99
What did we leave behind on the path to developing today's computer systems? Could there be lessons for the future of computing hidden in the past? Enter the Medley software environment to explore these questions.
1010
</div>
@@ -49,7 +49,7 @@ <h3>Have other questions?</h3>
4949

5050
{{< /blocks/section >}}
5151

52-
{{< blocks/section color="primary" >}}
52+
{{< blocks/section color="primary" type="row" >}}
5353

5454
{{% blocks/feature icon="fas fa-feather" title="History of Interlisp" %}}
5555
<p>

go.mod

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@ module github.com/Interlisp/Interlisp.github.io
22

33
go 1.20
44

5-
require github.com/google/docsy v0.6.0 // indirect
5+
require (
6+
github.com/google/docsy v0.10.0 // indirect
7+
github.com/google/docsy/dependencies v0.7.2 // indirect
8+
)

go.sum

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
github.com/FortAwesome/Font-Awesome v0.0.0-20220831210243-d3a7818c253f/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
2-
github.com/google/docsy v0.6.0 h1:43bVF18t2JihAamelQjjGzx1vO2ljCilVrBgetCA8oI=
3-
github.com/google/docsy v0.6.0/go.mod h1:VKKLqD8PQ7AglJc98yBorATfW7GrNVsn0kGXVYF6G+M=
4-
github.com/google/docsy/dependencies v0.6.0/go.mod h1:EDGc2znMbGUw0RW5kWwy2oGgLt0iVXBmoq4UOqstuNE=
1+
github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
2+
github.com/FortAwesome/Font-Awesome v0.0.0-20240402185447-c0f460dca7f7/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
3+
github.com/google/docsy v0.10.0 h1:6tMDacPwAyRWNCfvsn/9qGOZDQ8b0aRzjRZvnZPY5dg=
4+
github.com/google/docsy v0.10.0/go.mod h1:c0nIAqmRTOuJ01F85U/wJPQtc3Zj9N58Kea9bOT2AJc=
5+
github.com/google/docsy/dependencies v0.7.2 h1:+t5ufoADQAj4XneFphz4A+UU0ICAxmNaRHVWtMYXPSI=
6+
github.com/google/docsy/dependencies v0.7.2/go.mod h1:gihhs5gmgeO+wuoay4FwOzob+jYJVyQbNaQOh788lD4=
57
github.com/twbs/bootstrap v4.6.2+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
8+
github.com/twbs/bootstrap v5.2.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
9+
github.com/twbs/bootstrap v5.3.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=

hugo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@ enable = false
255255
[[params.links.user]]
256256
name ="Twitter"
257257
url = "https://twitter.com/interlisp8"
258-
icon = "fab fa-twitter"
259-
desc = "Follow us on Twitter to get the latest news!"
258+
icon = "fab fa-x-twitter"
259+
desc = "Follow us on X to get the latest news!"
260260
# [[params.links.user]]
261261
# name = "Stack Overflow"
262262
# url = "https://stackoverflow.com/questions/tagged/graphviz"

0 commit comments

Comments
 (0)