From 6e3797b32eb30aceb0598146107e4d72add7d4ee Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Mon, 1 Mar 2021 20:39:33 +0100 Subject: Upgrade dart-sass-embedded --- Makefile | 2 +- config.toml | 5 +---- themes/marussy | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index e76a5cd..6506a08 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ SERVER_BASE_URL ?= https://dev.marussy.com SERVER_PORT ?= 1313 SERVER_LIVE_RELOAD_PORT ?= 443 -DART_SASS_EMBEDDED_VERSION ?= 1.0.0-beta.5 +DART_SASS_EMBEDDED_VERSION ?= 1.0.0-beta.6 ifeq ($(origin DART_SASS_DOWNLOAD_URL), undefined) close_paren := ) diff --git a/config.toml b/config.toml index d603064..a4c1a66 100644 --- a/config.toml +++ b/config.toml @@ -32,9 +32,6 @@ posts = "/:year/:month/:day/:title" unsafe = true [params] -familyNameFirst = false -givenName = "Kristóf" -familyName = "Marussy" [[params.contacts]] name = "Email" @@ -84,6 +81,6 @@ weight = -80 [[menu.main]] identifier = "software" -name = "Code" +name = "Software" url = "/software/" weight = -70 diff --git a/themes/marussy b/themes/marussy index 0f3b85f..1b54220 160000 --- a/themes/marussy +++ b/themes/marussy @@ -1 +1 @@ -Subproject commit 0f3b85f33976a3cd4f7d216f3db4587c32fd0eb3 +Subproject commit 1b54220b3f871c02bbf16b872b7d63eded9c74e6 -- cgit v1.2.3-54-g00ecf