From 8f68614a61a75fbe92e88d85351b19925d463269 Mon Sep 17 00:00:00 2001 From: Kapil Agrawal <7047165+netops2devops@users.noreply.github.com> Date: Mon, 27 May 2024 18:39:13 -0500 Subject: [PATCH] aesthetics --- README.md | 5 ----- config.yml | 3 +-- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 2282530..5106aec 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,3 @@ My personal blog built using Hugo and deployed via Github pages. 1. Add, remove or update posts in markdown under `content/posts/` 2. Review updates locally `hugo server -e production` 3. Commit and push any changes to main -4. Deploy using `poetry run mkdocs gh-deploy --strict` - -## Todo - -- [ ] add drop down to menu bar \ No newline at end of file diff --git a/config.yml b/config.yml index a9bb411..4d71da1 100644 --- a/config.yml +++ b/config.yml @@ -1,6 +1,6 @@ baseURL: "https://netops2devops.net/" title: netops2devops -paginate: 5 +paginate: 10 theme: PaperModX enableRobotsTXT: true @@ -8,7 +8,6 @@ buildDrafts: false buildFuture: false buildExpired: false - minify: disableXML: true minifyOutput: true