diff --git a/.gitignore b/.gitignore index 1c66ba9..311a7d3 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ _site .jekyll-metadata vendor .idea -.liquidrc \ No newline at end of file +.liquidrc +_drafts/ \ No newline at end of file diff --git a/Start.ps1 b/Start.ps1 new file mode 100644 index 0000000..f839e7c --- /dev/null +++ b/Start.ps1 @@ -0,0 +1 @@ +bundle exec jekyll serve --drafts -I -o --config _config.yml,_config_dev.yml \ No newline at end of file