From be40291e5dac2a56de940bfb5dfc842b856ca233 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Fri, 1 May 2020 15:04:39 +0700 Subject: all: rename the "content" directory to "_example" While at it, also move the templates into _example and all assets into the same directory. --- _example/custom.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 _example/custom.css (limited to '_example/custom.css') diff --git a/_example/custom.css b/_example/custom.css new file mode 100644 index 0000000..6690ee7 --- /dev/null +++ b/_example/custom.css @@ -0,0 +1,3 @@ +h1 { + color: sienna; +} -- cgit v1.3