We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92716d2 commit 8f68614Copy full SHA for 8f68614
README.md
@@ -5,8 +5,3 @@ My personal blog built using Hugo and deployed via Github pages.
5
1. Add, remove or update posts in markdown under `content/posts/`
6
2. Review updates locally `hugo server -e production`
7
3. Commit and push any changes to main
8
-4. Deploy using `poetry run mkdocs gh-deploy --strict`
9
-
10
-## Todo
11
12
-- [ ] add drop down to menu bar
config.yml
@@ -1,14 +1,13 @@
1
baseURL: "https://netops2devops.net/"
2
title: netops2devops
3
-paginate: 5
+paginate: 10
4
theme: PaperModX
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
minify:
13
disableXML: true
14
minifyOutput: true
0 commit comments