update design: minimal light theme with inline CSS
- switch to bright/light color scheme - inline CSS in head for single-file deployment - show full mesh/signal URLs in monospace - reorganize meetups into upcoming/past sections - add Meshcore section - remove beginner explanatory content
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{{ .Site.Title }}</title>
|
||||
<meta name="description" content="{{ .Site.Params.description }}">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<style>
|
||||
{{ readFile "themes/loravega/static/css/style.css" | safeCSS }}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
{{ block "main" . }}{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user