Compare commits

...

8 Commits

Author SHA1 Message Date
unknown 078c4ea4c6 Merge branch 'main' into dev
continuous-integration/drone/push Build is passing Details
11 months ago
unknown 8cf63938ed more vaesen thoughts 11 months ago
unknown 653000d342 drafting a post about the vaesen game 11 months ago
Nick Dumas 9a3dca50f8 These icons only hurt usability
continuous-integration/drone/push Build is passing Details
11 months ago
Nick Dumas ab0990b323 Reorganize TOML file, add Tags menu item to main menu
continuous-integration/drone/push Build is passing Details
11 months ago
Nick Dumas 5da29cafc0 Clean up and consolidate blog menu
continuous-integration/drone/push Build is passing Details
11 months ago
Nick Dumas 229665fd47 Show recent posts on the index
continuous-integration/drone/push Build is passing Details
11 months ago
Nick Dumas af6930bfbb Be explicit about when payment is taken.
continuous-integration/drone/push Build is passing Details
11 months ago

@ -12,25 +12,25 @@
[[main]]
name = "Blog"
pre = "edit"
weight = 10
[[main]]
name = "Posts"
parent = "Blog"
pageRef = "posts"
weight = 10
[[main]]
name = "Series"
pre = ""
parent = "Blog"
pageRef = "series"
weight = 10
#[[main]]
# name = "Parent"
# weight = 20
weight = 50
# [[main]]
# name = "Projects"
# pageRef = "projects"
# weight = 20
[[main]]
name = "Tags"
parent = "Blog"
pageRef = "tags"
weight = 50
[[main]]
name = "Contact"
@ -60,6 +60,15 @@
name = "Personal Mentoring"
pageRef = "services/mentoring"
weight = 50
#[[main]]
# name = "Parent"
# weight = 20
# [[main]]
# name = "Projects"
# pageRef = "projects"
# weight = 20
#[[main]]
# name = "example sub-menu 2"
@ -94,11 +103,6 @@
# the copyright notice. Configure as per the main menu above.
[[footer]]
name = "Tags"
pre = "tag"
pageRef = "tags"
weight = 10
[[footer]]

@ -38,8 +38,8 @@ smartTOC = true
[homepage]
layout = "profile" # valid options: page, profile, hero, card, background, custom
#homepageImage = "IMAGE.jpg" # used in: hero, and card
showRecent = false
showRecentItems = 7
showRecent = true
showRecentItems = 3
showMoreLink = true
showMoreLinkDest = "/posts"
cardView = false

@ -43,4 +43,4 @@ Each one-on-one session includes an optional and complimentary 30 minute followu
| 2 Hours | 150$ USD |
## Booking
You can [book an appointment](https://short.ndumas.com/booking) via Calendly.
You can [book an appointment](https://short.ndumas.com/booking) via Calendly. Please note that payment is taken up-front during the booking process.

Loading…
Cancel
Save