Skip to content

Commit

Permalink
Add links page, logo, and flesh out homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-d committed Oct 27, 2024
1 parent b755da9 commit 8632996
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 5 deletions.
6 changes: 2 additions & 4 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ anchors = "on"
name = "MakeNorth"
id = "makenorth"
bio = "MakeNorth is TKTK"
avatar = "about:blank"

#avatar = "TODO"
avatar = "img/logo.png"

links = [
{ name = "GitHub", icon = "github", url = "https://github.com/MakeNorth" },
Expand All @@ -87,6 +85,7 @@ recent_more_text = "more »" # Text of the "more" link
sections = [
{ name = "blog", path = "/blog", is_external = false },
#{ name = "projects", path = "/projects", is_external = false },
{ name = "links", path = "/links", is_external = false },
{ name = "about", path = "/about", is_external = false },
# { name = "github", path = "https://github.com/<your-username>", is_exteranl = true },
]
Expand All @@ -107,7 +106,6 @@ blog_categorized = false # Break down blog posts by category
blur_effect = true # Add background blur
back_to_top = true # Add a "back to top" button to posts


# Configuration for posts
toc = true # Show table of contents
copy = true # Show 'copy' button on code blocks
Expand Down
4 changes: 3 additions & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ template = "home.html"

# MakeNorth

Welcome to our little blog.
Welcome to MakeNorth, the online home for Andrew and Leigh. See our blog for
posts on a variety of topics, the [About](/about/) page for more about us, and
the [Links](/links/) page for links to other interesting places on the web.
65 changes: 65 additions & 0 deletions content/links/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
+++
title = "MakeNorth - Links"
description = "Links to other interesting places on the internet"
template = "prose.html"

[extra]
toc = true
lang = 'en'
copy = true
mermaid = false
math = false
comment = false
+++

## More Places For Us

| Site | Andrew | Leigh |
|----------|-----------------------------------------|---------------------------------------|
| GitHub | [andrew-d](https://github.com/andrew-d) | [hypatia](https://github.com/hypatia) |
| Mastodon | [@andrew@ottawa.place][andrew-mastodon] | [@leigh@ottawa.place][leigh-mastodon] |
| BlueSky | [andrewd.bsky.social][andrew-bsky] | [hypatia.bsky.social][leigh-bsky] |
| LinkedIn | [Andrew][andrew-linkedin] | [Leigh][leigh-linkedin] |

[andrew-mastodon]: https://ottawa.place/@andrew
[andrew-bsky]: https://bsky.app/profile/andrewd.bsky.social
[andrew-linkedin]: https://www.linkedin.com/in/andrew-dunham-426a7b34/
[leigh-mastodon]: https://ottawa.place/@leigh
[leigh-bsky]: https://bsky.app/profile/hypatia.bsky.social
[leigh-linkedin]: https://www.linkedin.com/in/hypatia/


<!-- TODO ## Friends -->

<!-- TODO ## Interesting Blogs -->

## Favourite YouTube Channels

| Channel | Short Description |
| --------------------------------- | :----------------------------------------------------- |
| [Drew Builds Stuff][yt-drew] | Maker projects (sauna, tiny house, solar car, etc.) |
| [ElectroBOOM][yt-boom] | Electrical engineering and humour |
| [Foresty Forest][yt-forest] | Hiking, mountaineering, camping, van life |
| [NightHawkInLight][yt-nighthawk] | Science experiments, novel research |
| [NileRed][yt-nilered] | Chemistry experiments |
| [NurdRage][yt-nurd] | Chemistry experiments, mostly at small/home scale |
| [Practical Engineering][yt-peng] | Engineering concepts explained |
| [Projects With Dave][yt-dave] | Solar, battery, and electrical projects and howtos |
| [rctestflight][yt-rctest] | RC projects–airplanes, boats, hydrofoils, etc. |
| [Technology Connections][yt-tech] | History and mechanics of electronics, appliances, etc. |
| [Tom Stanton][yt-tom] | Maker projects (bikes, drones, trebuchets, etc.) |
| [Voidstar Lab][yt-voidstar] | 3D printing |


[yt-drew]: https://www.youtube.com/@DrewBuildsStuff
[yt-boom]: https://www.youtube.com/@ElectroBOOM
[yt-forest]: https://www.youtube.com/@forestyforest
[yt-nighthawk]: https://www.youtube.com/@Nighthawkinlight
[yt-nilered]: https://www.youtube.com/@NileRed
[yt-nurd]: https://www.youtube.com/@NurdRage
[yt-peng]: https://www.youtube.com/@PracticalEngineeringChannel
[yt-dave]: https://www.youtube.com/@ProjectsWithDave
[yt-rctest]: https://www.youtube.com/@rctestflight
[yt-tech]: https://www.youtube.com/@TechnologyConnections
[yt-tom]: https://www.youtube.com/tomstantonengineering
[yt-voidstar]: https://www.youtube.com/@ZackFreedman
Binary file added static/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8632996

Please sign in to comment.