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