@@ -1 +0,0 @@
-magma.help14.com
@@ -1,6 +1,5 @@
<!-- docs/_sidebar.md -->
-* [Home](/)
* [Get Started](getting-started.md)
* [Configuration](config.md)
* Customization
@@ -17,7 +17,7 @@
name: 'Magma Dashboard',
repo: 'help-14/magma',
loadSidebar: true,
- subMaxLevel: 2,
+ subMaxLevel: 1,
coverpage: true
}
</script>
@@ -2,9 +2,9 @@ module github.com/help-14/magma
go 1.18
-require gopkg.in/yaml.v2 v2.4.0
-
require (
- github.com/fsnotify/fsnotify v1.5.1 // indirect
- golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
+ github.com/fsnotify/fsnotify v1.5.1
+ gopkg.in/yaml.v2 v2.4.0
)
+
+require golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
@@ -100,4 +100,8 @@ body {
backdrop-filter: blur(10px);
background-color: rgba(0, 0, 0, 0.3) !important;
+}
+.raleway {
+ font-family: Raleway;
@@ -37,8 +37,8 @@
<div class="container">
<div id="header" class="row">
<div class="two-thirds column">
- <h5 id="clock"></h5>
- <h1 id="greeting" class="strong"></h1>
+ <h5 id="clock" style="raleway"></h5>
+ <h1 id="greeting" class="strong" style="raleway"></h1>
</div>
<div id="header-right" style="padding-top: 2em;">
<div class="row">