From 44b24a816dc1a2378416d8fd13fb7d27370715fd Mon Sep 17 00:00:00 2001 From: Simon C Date: Thu, 11 Mar 2021 15:43:31 +0100 Subject: [PATCH] feat: Ajout du theme lowtech --- .env | 1 + .gitmodules | 3 +++ run | 13 +++++++++++++ themes/hugo-theme-lowtech | 1 + 4 files changed, 18 insertions(+) create mode 100644 .env create mode 100644 .gitmodules create mode 100755 run create mode 160000 themes/hugo-theme-lowtech diff --git a/.env b/.env new file mode 100644 index 0000000..34ca23d --- /dev/null +++ b/.env @@ -0,0 +1 @@ +URL= \ No newline at end of file diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b426a68 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/hugo-theme-lowtech"] + path = themes/hugo-theme-lowtech + url = https://git.weko.io/kosssi/hugo-theme-lowtech.git diff --git a/run b/run new file mode 100755 index 0000000..0178116 --- /dev/null +++ b/run @@ -0,0 +1,13 @@ +#!/bin/bash +set -eu + +. ./.env +. ./themes/hugo-theme-lowtech/scripts/run + +if [ $# -ge 1 ]; then + $@ +else + help_generic +fi + +end \ No newline at end of file diff --git a/themes/hugo-theme-lowtech b/themes/hugo-theme-lowtech new file mode 160000 index 0000000..542c1ad --- /dev/null +++ b/themes/hugo-theme-lowtech @@ -0,0 +1 @@ +Subproject commit 542c1adaa52c7519a919db627f9227e3c5263aa7