Skip to content

Commit

Permalink
Fix some links
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaIng committed Oct 21, 2023
1 parent 75b0f83 commit db62f5d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/software/hardware_projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ Also installs:
1. Download the Blynk app for Android: <https://play.google.com/store/apps/details?id=cc.blynk>
2. To log into your own server, press `Log In`, then the three dots at the bottom and switch the slider to `CUSTOM`.
3. There you can enter your own Blynk server's IP/domain and use the above login credentials.
4. Create a new project by following this guide: <https://docs.blynk.cc/#getting-started-getting-started-with-the-blynk-app-2-create-a-new-project>
4. Create a new project by following this guide: <https://docs.blynk.io/en/getting-started/what-do-i-need-to-blynk>
5. The authentication token for the new project can be obtained from the app and as well from the web interface at `Users` > `[email protected]` within the `Profile DashBoards` section. Use it to connect with your Blynk library Node scripts.

=== "Run test script"
Expand Down
10 changes: 8 additions & 2 deletions docs/software/system_stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ Homer is a modern and lightweight dashboard & homepage for your services

=== "Theming - Dracula"

To apply the [Dracula theme](https://draculatheme.com/static/img/screenshots/homer.png) to Homer execute these steps:
To apply the [Dracula theme](https://raw.githubusercontent.com/dracula/homer/master/screenshot.png) to Homer execute these steps:

1. Get theme:

Expand All @@ -656,6 +656,8 @@ Homer is a modern and lightweight dashboard & homepage for your services
- "assets/custom.css"
```

Source code: <https://github.com/dracula/homer>

=== "Theming - macOS"

To apply the [macOS styled theme](https://raw.githubusercontent.com/WalkxCode/Homer-Theme/main/preview.png) to Homer execute these steps:
Expand Down Expand Up @@ -719,9 +721,11 @@ Homer is a modern and lightweight dashboard & homepage for your services
background-image: "../assets/wallpaper.jpeg"
```

Source code: <https://github.com/walkxcode/homer-theme>

=== "Theming - Catppuccin"

To apply the [Catppuccin theme](https://github.com/mrpbennett/catppucin-homer/blob/main/assets/images/examples/preview.png?raw=true) to Homer execute these steps:
To apply the [Catppuccin theme](https://raw.githubusercontent.com/mrpbennett/catppuccin-homer/main/assets/images/examples/preview.png) to Homer execute these steps:

1. Get theme:

Expand Down Expand Up @@ -750,6 +754,8 @@ Homer is a modern and lightweight dashboard & homepage for your services
- "assets/catppuccin-macchiato.css"
```

Source code: <https://github.com/mrpbennett/catppucin-homer>

***

Official website: <https://github.com/bastienwirtz/homer>
Expand Down

0 comments on commit db62f5d

Please sign in to comment.