Skip to content

Commit

Permalink
remove serve-production script
Browse files Browse the repository at this point in the history
  • Loading branch information
le4ker committed Feb 13, 2024
1 parent 0e75459 commit 6161226
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
17 changes: 5 additions & 12 deletions scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -13,21 +13,14 @@ serve
- Builds and serves your website without generating the Disqus comments and the
Google Analytics code

new-post <title>
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`
3 changes: 0 additions & 3 deletions scripts/serve-production

This file was deleted.

0 comments on commit 6161226

Please sign in to comment.