From 6161226ce259804d7a787c995250ec8d6267bebd Mon Sep 17 00:00:00 2001 From: Panos Sakkos Date: Tue, 13 Feb 2024 19:35:57 +0200 Subject: [PATCH] remove serve-production script --- scripts/README.md | 17 +++++------------ scripts/serve-production | 3 --- 2 files changed, 5 insertions(+), 15 deletions(-) delete mode 100755 scripts/serve-production diff --git a/scripts/README.md b/scripts/README.md index 8d8e9cae2..85e937a3b 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -4,7 +4,7 @@ install - Installs jekyll and the dependencies required by personal-jekyll-theme -serve-production +serve - Builds and serves your website in 127.0.0.1:4000 @@ -13,21 +13,14 @@ serve - Builds and serves your website without generating the Disqus comments and the Google Analytics code -new-post +new-post {{TITLE}} -- Creates a new post under \_posts +- Creates a new post under `_posts` generate-category -- Generate all the categories that are used in the \_posts +- Generate all the categories that are used in the `_posts` generate-tag -- Generate all the tags that are used in the \_posts - -integrate-personal - -- Integrates the latest bug fixes and new features from personal-jekyll-theme - repository. Make sure to read - [this](https://github.com/PanosSakkos/personal-jekyll-theme/wiki/Integrating-latest-bug-fixes-and-features-into-your-past-fork) - before using it. +- Generate all the tags that are used in the `_posts` diff --git a/scripts/serve-production b/scripts/serve-production deleted file mode 100755 index 691b5db68..000000000 --- a/scripts/serve-production +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -JEKYLL_ENV=production jekyll serve --host "127.0.0.1" --config _config.yml,_config.dev.yml