Skip to content

Commit

Permalink
some tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
EndangeredMassa committed Jan 14, 2024
1 parent d2ba6d7 commit ac0c51a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
## To Do

- clean up styling
- home: most recent blog post, general info
- add RSS (so that https://massalabs.com/feed.xml still works)
- 404 protection: https://remysharp.com/2023/09/26/no-more-404
- add search: https://pagefind.app/
2 changes: 1 addition & 1 deletion app/templates/application.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class MyRouteComponent extends Component {

<template>
<header>
<h1>Massa Labs</h1>
<h1>Sean Massa's Labs</h1>
<nav>
<LinkTo @route="index">Home</LinkTo>
<LinkTo @route="blog">Blog</LinkTo>
Expand Down
5 changes: 4 additions & 1 deletion app/templates/talks.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ import RouteTemplate from 'ember-route-template';

export default RouteTemplate(
<template>
Hello from Talks!
<ul>
<li><a href="https://www.youtube.com/watch?v=c5DMXsBTS0E">Strength-finding Interviews, Sean Massa, CTO @ FlashRecruit</a></li>
<li><a href="https://www.youtube.com/watch?v=CcSKlsc_AhQ">EmberConf 2018: MiniTalk - Contributor Rally by Sean Massa</a></li>
</ul>
</template>
);

0 comments on commit ac0c51a

Please sign in to comment.