Skip to content

Commit c41a15e

Browse files
committed
cleaning
1 parent 63ba873 commit c41a15e

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

config/_default/hugo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
title = "STAIRLab"
2-
copyright = "© 2025 <a href='https://github.com/stairlab' class='link-bg-footer' target='_blank' rel='noopener noreferrer'>PEER</a>"
1+
title = "PEER"
2+
copyright = "© 2025 <a href='https://github.com/peer-open-source/' class='link-bg-footer' target='_blank' rel='noopener noreferrer'>PEER</a>"
33
enableGitInfo = true
44

55
# additional settings
66
baseURL = "https://gallery.stairlab.io/"
7-
canonifyURLs = true
8-
relativeURLs = false
7+
#canonifyURLs = true
8+
#relativeURLs = false
99
# disableKinds = ["taxonomy", "term"]
1010
enableEmoji = true
1111
enableRobotsTXT = true

config/_default/params.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[main]
22
separator = "-"
3-
description = "A gallery of technical examples currated by the STAIRLab at UC Berkeley."
3+
description = "A gallery of technical examples using OpenSees."
44
enableDarkMode = true
55
enableLanguageSelectionStorage = false
66
modes = ["light", "dark"]
@@ -24,8 +24,8 @@
2424
# toml-docs-start version
2525
[docs]
2626
basePath = "_vendor/github.com/gethinode/hinode"
27-
github = "https://github.com/STAIRlab/gallery"
28-
release = "https://github.com/claudioperez/OpenSeesRT/releases/tag/"
27+
github = "https://github.com/peer-open-source/opensees-gallery/"
28+
release = "https://github.com/peer-open-source/xara/releases/tag/"
2929
# toml-docs-end version
3030

3131
[home]

content/en/examples/corotational02/test.sh

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ END
1919
done
2020

2121

22-
cat <<END
23-
24-
----------------
25-
Test 5
26-
----------------
27-
END
28-
time (repeat 10 { OpenSees Test05-Force-Geom01.tcl -noHeader 2>/dev/null; } )
29-
time (repeat 10 { xara Test05-Force-Geom01.tcl; } )
30-
time (repeat 10 { xara Test05-Force-Geom02.tcl; } )
31-
time (repeat 10 { Crisfield=1 xara Test05-Force-Geom02.tcl; } )
22+
# cat <<END
23+
#
24+
# ----------------
25+
# Test 5
26+
# ----------------
27+
# END
28+
# time (repeat 10 { OpenSees Test05-Force-Geom01.tcl -noHeader 2>/dev/null; } )
29+
# time (repeat 10 { xara Test05-Force-Geom01.tcl; } )
30+
# time (repeat 10 { xara Test05-Force-Geom02.tcl; } )
31+
# time (repeat 10 { Crisfield=1 xara Test05-Force-Geom02.tcl; } )
3232

0 commit comments

Comments
 (0)