Skip to content

Commit

Permalink
cool
Browse files Browse the repository at this point in the history
  • Loading branch information
adnan wahab committed Oct 14, 2024
1 parent 2e8d0f3 commit 5b7f767
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 0 deletions.
Empty file modified infra/scripts/_gen_install.sh
100644 → 100755
Empty file.
Empty file modified infra/scripts/bootstrap.sh
100644 → 100755
Empty file.
Empty file modified infra/scripts/get_comments.sh
100644 → 100755
Empty file.
Empty file modified infra/scripts/install-observable-server.sh
100644 → 100755
Empty file.
Empty file modified infra/scripts/install.sh
100644 → 100755
Empty file.
Empty file modified infra/scripts/post_commit.sh
100644 → 100755
Empty file.
Empty file modified infra/scripts/restart-blog.sh
100644 → 100755
Empty file.
Empty file modified infra/scripts/symlink-all-scripts.sh
100644 → 100755
Empty file.
15 changes: 15 additions & 0 deletions pkg/utils/rendering.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,19 @@ func SetupRendering(e *echo.Echo) {
// if err := setupDynamicRoutes(e); err != nil {
// log.Fatalf("Error setting up dynamic routes: %v", err)
// }
<<<<<<< HEAD
=======
e.GET("/", func(c echo.Context) error {
return c.Render(http.StatusOK, "blog.html", nil)
})
e.GET("/robotics-university", func(c echo.Context) error {
return c.Render(http.StatusOK, "robotics-odyssey.html", nil)
})

e.GET("/robotiics-odyssey", func(c echo.Context) error {
return c.Render(http.StatusOK, "robotics-odyssey.html", nil)
})
>>>>>>> 7caba74 (cool)

// Define routes dynamically
routes := []string{"/pub", "/cgi-tools", "/office-hours", "/signup", "/llama-tools"}
Expand Down Expand Up @@ -215,3 +228,5 @@ func PreRender(route string) {

// name 10 companies that had phd founders
//llms let anyone get a phd -self taught - poke into the knowledge

// purpose of homelab -> run a go process -> ___ catch erorrs -> handle them for users. anduril-lattice

0 comments on commit 5b7f767

Please sign in to comment.