From 0c1898c9b1133df40b4cf3ac710fe592c4604191 Mon Sep 17 00:00:00 2001 From: Rohit Jain Date: Mon, 6 Apr 2020 22:02:04 +0530 Subject: [PATCH] Update README.md --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 746e1d2a..d2c41624 100644 --- a/README.md +++ b/README.md @@ -99,14 +99,6 @@ author_name: [YOUR_NAME] 5. In the `index.md` file add - -### Minifier - -Visit [Jekyll-minifier](https://github.com/digitalsparky/jekyll-minifier) and add this to your `_config.yml` file to enable minifier. - -##### Check [_config.yml](https://github.com/rohitjain00/dev-portfolio-blog/blob/master/_config.yml) for example config file. - -======= ```yaml home_text : [some-text] ``` @@ -120,6 +112,13 @@ google_analytics: [google analytics Id] ``` +### Minifier + +Visit [Jekyll-minifier](https://github.com/digitalsparky/jekyll-minifier) and add this to your `_config.yml` file to enable minifier. + +##### Check [_config.yml](https://github.com/rohitjain00/dev-portfolio-blog/blob/master/_config.yml) for example config file. + + ### Pagination Visit [jekyll-paginate-v2](https://github.com/sverrirs/jekyll-paginate-v2/blob/master/README-GENERATOR.md#site-configuration) and add this to your `_config.yml` file to enable pagination.