Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/runningstream/hugograyscale.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index b935c55..9cc0a68 100644
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,11 @@
EXAMPLE_SITE := exampleSite
-CONFIG_GH_PAGES := exampleSite/config_for_github_pages.toml
-CONFIG := exampleSite/config.toml
-CONTENT := exampleSite/content
+CONFIG_GH_PAGES := config_for_github_pages.toml
+CONFIG := config.toml
THEMES := ../../
OUTPUT := ../docs
docs:
- hugo -s ${EXAMPLE_SITE} --themesDir ${THEMES} -d ${OUTPUT}
+ hugo -s ${EXAMPLE_SITE} --config ${CONFIG_GH_PAGES} --themesDir ${THEMES} -d ${OUTPUT}
server:
hugo -s ${EXAMPLE_SITE} --themesDir ${THEMES} server