File tree Expand file tree Collapse file tree 4 files changed +16
-9
lines changed
Expand file tree Collapse file tree 4 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -2,4 +2,7 @@ module github.com/Interlisp/Interlisp.github.io
22
33go 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+ )
Original file line number Diff line number Diff line change 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 =
57github.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 =
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments