Some more initting.

This commit is contained in:
Greenscreener
2019-07-02 16:31:05 +02:00
parent 311328120f
commit a7615faf9d
14 changed files with 58 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
+++
+++
+15
View File
@@ -0,0 +1,15 @@
// Bulma customization
$primary = #0b2a37;
// /Bulma customization
// Bulma import
@import "./bulma/bulma.sass";
// /Bulma import
// Custom styles
// /Custom styles
View File
+11
View File
@@ -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>
View File
+8
View File
@@ -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 }}
+2
View File
@@ -0,0 +1,2 @@
{{ $asset := resources.Get . | toCSS (dict "enableSourceMap" true) | minify | fingerprint -}}
<link rel="stylesheet" href="{{ $asset.Permalink }}" integrity="{{ $asset.Data.Integrity }}">
+13
View File
@@ -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"
}
}