Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blog/2022-10-month-in-review-october.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ Some notable changes include:
- [passGen v3.0.0.0](https://github.com/josh-wong/passGen/releases/tag/v3.0.0): Added an automatic-update function and improved the UI a bit.
- [passGen v3.1.0.0](https://github.com/josh-wong/passGen/releases/tag/v3.1.0): Changed the password length from 10 characters to 14 characters.

If you're interested in how passGen works, visit [passGen documentation](https://www.080f53.com/portfolio/personal/passGen/overview/).
If you're interested in how passGen works, visit [passGen documentation](/passgen).
2 changes: 1 addition & 1 deletion blog/2023-01-13-resurrecting-my-raspberry-pi-4.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ On the Bitcoin Cash Node site, I saw that an [upgrade to the Bitcoin Cash networ

When upgrading the Bitcoin Cash Node software to v25.0.0, I referred to the tutorial that I'd created when I upgraded from v23.0.0 to v24.0.0. The instructions worked as expected, and I was able to improve the documentation by adding some knowledge that I'd gained while performing this upgrade.

You can see the tutorial I created for upgrading a Bitcoin Cash Node on Ubuntu at [How to upgrade Bitcoin Cash Node on a Raspberry Pi 4 running Ubuntu Desktop](https://www.080f53.com/portfolio/personal/bitcoin-cash-node-on-raspberry-pi/upgrade/overview/).
You can see the tutorial I created for upgrading a Bitcoin Cash Node on Ubuntu at [How to upgrade Bitcoin Cash Node on a Raspberry Pi 4 running Ubuntu Desktop](/bitcoin-cash-node-on-raspberry-pi/upgrade).

:::note

Expand Down
11 changes: 3 additions & 8 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,8 @@ const config = {
{to: '/', label: 'Blog', position: 'left'},
{
type: 'dropdown',
label: 'Personal portfolio',
label: 'Projects',
position: 'left',
// to: 'portfolio/personal',
items: [
{
type: 'doc',
Expand Down Expand Up @@ -267,16 +266,12 @@ const config = {
],
},
{
title: 'Portfolio',
title: 'Projects',
items: [
{
label: 'Personal samples',
to: '/portfolio/#personal-portfolio-samples',
to: '/projects',
},
// {
// label: 'Professional portfolio samples',
// to: '/portfolio/#professional-portfolio-samples',
// },
],
},
{
Expand Down
Loading