Skip to content

Commit

Permalink
Update paths to yree
Browse files Browse the repository at this point in the history
  • Loading branch information
8hantanu committed Nov 27, 2024
1 parent 75750c0 commit 351d183
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ MASH allows for rapid prototyping with simple UI elements while maintaining perf

## Hello World! 🌍

In this [example](https://github.com/8hantanu/mash), we build a basic web application where the user inputs their name, and the server responds with a greeting. The app leverages HTMX to dynamically update the page without needing a full reload, Maud for HTML generation, Axum for request routing, and SQLx for database interaction.
In this [example](https://github.com/yree/mash), we build a basic web application where the user inputs their name, and the server responds with a greeting. The app leverages HTMX to dynamically update the page without needing a full reload, Maud for HTML generation, Axum for request routing, and SQLx for database interaction.

<button onclick="window.open('https://mash.yree.io', '_blank')">See mash demo 🥔</button>

Expand Down
9 changes: 4 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
title: mash
author: Shantanu Mishra
email: [email protected]
email: [email protected]
description: >
as simple as potatoes!
a minimalist web stack that combines the power of maud, axum, sass and htmx.
a minimalist web stack that combines the power of maud, axum, sqlx and htmx.
url: https://8hantanu.net
url: https://yree.io
baseurl: /mash
git_repo: 8hantanu/mash
git_repo: yree/mash

remote_theme: yree/mold

0 comments on commit 351d183

Please sign in to comment.