Skip to content

Commit 8f68614

Browse files
committed
aesthetics
1 parent 92716d2 commit 8f68614

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

README.md

-5
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,3 @@ My personal blog built using Hugo and deployed via Github pages.
55
1. Add, remove or update posts in markdown under `content/posts/`
66
2. Review updates locally `hugo server -e production`
77
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-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
baseURL: "https://netops2devops.net/"
22
title: netops2devops
3-
paginate: 5
3+
paginate: 10
44
theme: PaperModX
55

66
enableRobotsTXT: true
77
buildDrafts: false
88
buildFuture: false
99
buildExpired: false
1010

11-
1211
minify:
1312
disableXML: true
1413
minifyOutput: true

0 commit comments

Comments
 (0)