Skip to content

Commit 6f1694f

Browse files
committed
update local build script; update copyright text
1 parent 62745c6 commit 6f1694f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

_data/locales/en.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ copyright:
3737
# Displayed in the footer
3838
brief: Some rights reserved.
3939
verbose: >-
40-
Except where otherwise noted, the blog posts on this site are licensed
40+
Except where otherwise noted, the content on this site is licensed
4141
under the Creative Commons Attribution 4.0 International (CC BY 4.0) License by the author.
4242
4343
meta: Using the :PLATFORM theme :THEME.

run.bat

+12
Original file line numberDiff line numberDiff line change
@@ -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+
112
bundle exec jekyll serve --incremental
13+

0 commit comments

Comments
 (0)