Skip to content

Commit

Permalink
Change github config and add home button
Browse files Browse the repository at this point in the history
  • Loading branch information
edoyango committed Mar 17, 2023
1 parent 7daac53 commit 855d073
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 2 additions & 6 deletions src/worknotes/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ enableGitInfo = true

[menu]
# [[menu.before]]
[[menu.after]]
name = "Back to Home"
url = "https://ed-yang.com"
weight = 20
[[menu.after]]
name = "GitHub"
url = "https://github.com/edoyango"
Expand Down Expand Up @@ -62,7 +58,7 @@ enableGitInfo = true

# Set source repository location.
# Used for 'Last Modified' and 'Edit this page' links.
BookRepo = 'https://github.com/alex-shpak/hugo-book'
BookRepo = 'https://github.com/alex-shpak/personal-webpage'

# (Optional, default 'commit') Specifies commit portion of the link to the page's last modified
# commit hash for 'doc' page type.
Expand All @@ -74,7 +70,7 @@ enableGitInfo = true
# Enable "Edit this page" links for 'doc' page type.
# Disabled by default. Uncomment to enable. Requires 'BookRepo' param.
# Edit path must point to root directory of repo.
BookEditPath = 'edit/main/exampleSite'
BookEditPath = 'edit/main/worknotes'

# Configure the date format used on the pages
# - In git information
Expand Down
4 changes: 3 additions & 1 deletion src/worknotes/content.en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ type: docs

A topic-sorted library of self-documented guides to remind myself how I did things.

Navigate the notes using the menu on the left.
Navigate the notes using the menu on the left.

{{< button href="/" >}}Go Back to Main Site{{< /button >}}

0 comments on commit 855d073

Please sign in to comment.