From c0a0ffab097d04eaae6627201e69a701d0b00e0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Marussy?= Date: Mon, 22 Feb 2021 21:28:41 +0100 Subject: Symlink node_modules for running Hugo with Node --- Makefile | 2 +- content/_index.md | 12 +- node_modules | 1 + package-lock.json | 12090 ++++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 22 + themes/marussy | 2 +- 6 files changed, 12125 insertions(+), 4 deletions(-) create mode 120000 node_modules create mode 100644 package-lock.json create mode 100644 package.json diff --git a/Makefile b/Makefile index 3274451..e76a5cd 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ VENDOR_DIR ?= vendor DART_SASS_EMBEDDED_DIR := $(VENDOR_DIR)/sass_embedded DART_SASS_EMBEDDED_BINARY := $(DART_SASS_EMBEDDED_DIR)/dart-sass-embedded -HUGO ?= hugo +HUGO ?= npx hugo HUGO := PATH="$(DART_SASS_EMBEDDED_DIR):$${PATH}" $(HUGO) .PHONY: all server upgrade_dart_sass_embedded diff --git a/content/_index.md b/content/_index.md index ea155c0..8d498ff 100644 --- a/content/_index.md +++ b/content/_index.md @@ -4,8 +4,16 @@ Hello World! [This is a link](/). One morning, as **Gregor Samsa** was waking up from _anxious dreams,_ he discovered that in bed he had been changed into a [monstrous verminous bug](/). He lay on his armour-hard back and saw, as he lifted his head up a little, his brown, arched abdomen divided up into rigid bow-like sections. From this height the blanket, just about ready to slide off completely, could hardly stay in place. His numerous legs, pitifully thin in comparison to the rest of his circumference, flickered helplessly before his eyes. +