We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62745c6 commit 6f1694fCopy full SHA for 6f1694f
_data/locales/en.yml
@@ -37,7 +37,7 @@ copyright:
37
# Displayed in the footer
38
brief: Some rights reserved.
39
verbose: >-
40
- Except where otherwise noted, the blog posts on this site are licensed
+ Except where otherwise noted, the content on this site is licensed
41
under the Creative Commons Attribution 4.0 International (CC BY 4.0) License by the author.
42
43
meta: Using the :PLATFORM theme :THEME.
run.bat
@@ -1 +1,13 @@
1
+@echo off
2
+del /s /q _site >nul
3
+
4
+if "%1" == "prod" (
5
+ set JEKYLL_ENV=production
6
+ echo running prod
7
+) else (
8
+ set JEKYLL_ENV=
9
+)
10
+@echo on
11
12
bundle exec jekyll serve --incremental
13
0 commit comments