diff --git a/assets/scss/main.scss b/assets/scss/main.scss index fa69e15..b43920b 100644 --- a/assets/scss/main.scss +++ b/assets/scss/main.scss @@ -3,6 +3,44 @@ --shadow-colour: #3f0aff; } +p { + white-space: normal; +} + +.silkscreen-regular, +.categories > a, +.tags > span > a, +.taxonomy-element > a { + font-family: "Silkscreen", sans-serif; + font-weight: 400; + font-style: normal; +} + +.navigation-title { + font-size: 4rem !important; + vertical-align: middle; +} + +.about > *, +.content header h1, +.navigation-title { + font-family: "Pirata One", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, "游ゴシック", "PingFang SC", STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif !important; + font-weight: 400 !important; + font-style: normal !important; +} + +.about { + user-select: none; +} + +.about > h1 { + font-size: 5rem !important; +} + +.about > h2 { + font-size: 3rem !important; +} + @mixin shadowed { box-shadow: var(--shift) var(--shift) 2px var(--shadow-colour); translate: calc(var(--shift) * -1) calc(var(--shift) * -1); diff --git a/config.toml b/config.toml index 0638044..ddba645 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ baseURL = 'https://sarsoo.xyz/' languageCode = 'en-gb' -title = 'sarsoo.xyz' +title = 'sarsoo' theme = 'hugo-coder' paginate = 40 diff --git a/icon.xcf b/icon.xcf new file mode 100644 index 0000000..7b4ca68 Binary files /dev/null and b/icon.xcf differ diff --git a/layouts/partials/head.html b/layouts/partials/head.html deleted file mode 100644 index ea5ca7a..0000000 --- a/layouts/partials/head.html +++ /dev/null @@ -1,21 +0,0 @@ -{{ partial "head/meta-tags.html" . }} - -{{ if .Permalink }} - -{{ end }} - -{{ partialCached "head/theme-styles.html" . }} - -{{ partialCached "head/color-scheme.html" . }} - -{{ partialCached "head/custom-styles.html" . }} - -{{ partialCached "head/custom-icons.html" . }} - -{{ partial "head/alternative-output-formats.html" . }} - -{{ partialCached "head/hugo-generator.html" . }} - -{{ partial "head/extensions.html" . }} - - \ No newline at end of file diff --git a/layouts/partials/head/extensions.html b/layouts/partials/head/extensions.html new file mode 100644 index 0000000..3b92081 --- /dev/null +++ b/layouts/partials/head/extensions.html @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/layouts/shortcodes/image-box-link.html b/layouts/shortcodes/image-box-link.html index 3fbb565..d42acf7 100644 --- a/layouts/shortcodes/image-box-link.html +++ b/layouts/shortcodes/image-box-link.html @@ -6,7 +6,7 @@

{{ .Get "title" }}

{{if isset .Params "caption" }} -

{{ .Get "caption" }}

{{end}} +

{{ .Get "caption" }}

{{end}} \ No newline at end of file diff --git a/static/images/apple-touch-icon.png b/static/images/apple-touch-icon.png new file mode 100644 index 0000000..7fe670d Binary files /dev/null and b/static/images/apple-touch-icon.png differ diff --git a/static/images/favicon-16x16.png b/static/images/favicon-16x16.png new file mode 100644 index 0000000..0fa1389 Binary files /dev/null and b/static/images/favicon-16x16.png differ diff --git a/static/images/favicon-32x32.png b/static/images/favicon-32x32.png new file mode 100644 index 0000000..d995dd4 Binary files /dev/null and b/static/images/favicon-32x32.png differ diff --git a/static/site.webmanifest b/static/site.webmanifest new file mode 100644 index 0000000..f2b6d90 --- /dev/null +++ b/static/site.webmanifest @@ -0,0 +1,8 @@ +{ + "short_name": "Sarsoo", + "name": "Sarsoo", + "start_url": ".", + "display": "standalone", + "theme_color": "#3f0aff", + "background_color": "#ffffff" +} \ No newline at end of file diff --git a/themes/hugo-coder b/themes/hugo-coder index 759cc94..f69d6d6 160000 --- a/themes/hugo-coder +++ b/themes/hugo-coder @@ -1 +1 @@ -Subproject commit 759cc945636473d251a28597e2007cbb7d11631d +Subproject commit f69d6d6da728790a5f0bb1c5e2047174bc8f185c