Some more initting.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
+++
|
||||
+++
|
||||
Submodule
+1
Submodule themes/patek/assets/css/bulma added at 21c8940ebd
@@ -0,0 +1,15 @@
|
||||
// Bulma customization
|
||||
|
||||
$primary = #0b2a37;
|
||||
|
||||
// /Bulma customization
|
||||
|
||||
// Bulma import
|
||||
@import "./bulma/bulma.sass";
|
||||
// /Bulma import
|
||||
|
||||
// Custom styles
|
||||
|
||||
|
||||
|
||||
// /Custom styles
|
||||
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
{{- partial "head.html" . -}}
|
||||
<body>
|
||||
{{- partial "header.html" . -}}
|
||||
<div id="content">
|
||||
{{- block "main" . }}{{- end }}
|
||||
</div>
|
||||
{{- partial "footer.html" . -}}
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,8 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{{ block "title" . }}{{ .Title }} » {{ .Site.Title }}{{ end }}</title>
|
||||
{{ block "css" . -}}
|
||||
{{ partial "sass.html" "css/main.scss" }}
|
||||
<meta name="theme-color" content="#0b2a37">
|
||||
{{- end }}
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
{{ $asset := resources.Get . | toCSS (dict "enableSourceMap" true) | minify | fingerprint -}}
|
||||
<link rel="stylesheet" href="{{ $asset.Permalink }}" integrity="{{ $asset.Data.Integrity }}">
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name":"Pátek",
|
||||
"license":"MIT",
|
||||
"description": "A custom theme for the Pátek.cz webpage.",
|
||||
"homepage":"https://pátek.cz",
|
||||
"tags": [],
|
||||
"features": [],
|
||||
"min_version":"0.41",
|
||||
"author": {
|
||||
"name":"Pátek",
|
||||
"homepage":"https://pátek.cz"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user