My personal website! https://noway.moe
Go to file
2024-01-01 18:06:50 -07:00
public Lfs: add images for home page 2024-01-01 02:31:24 -07:00
src Home: make mobile responsive 2024-01-01 18:06:50 -07:00
.gitattributes Lfs: add images for home page 2024-01-01 02:31:24 -07:00
.gitignore Init 2023-12-25 20:01:37 -07:00
astro.config.mjs Markdown: links to headers 2023-12-28 00:37:59 -07:00
deploy.sh Add deploy script 2024-01-01 02:11:16 -07:00
LICENSE.md Add license 2023-12-26 22:13:27 -07:00
package-lock.json Npm update 2024-01-01 02:22:33 -07:00
package.json Markdown: links to headers 2023-12-28 00:37:59 -07:00
README.md Readme: update frontpage screenshot 2023-12-31 19:10:58 -07:00
tailwind.config.mjs Dependency: tailwind.css 2023-12-25 22:27:06 -07:00
tsconfig.json Init 2023-12-25 20:01:37 -07:00

My Personal Website!

The codebase for my personal website, which you can visit here!

Written using Astro.js as the main framework, with Tailwind CSS. MDX rendering and syntax highlighting provided by remark.js.

Front page of
noway.moe

Licence

Feel free to fork this code and use it for your website! No need to credit me.

This code is licensed under AGPL, meaning that you must open source any forks of this code. That way everyone can benefit from our collective efforts!

Building

If you're interested in building this code, do the following:

git clone https://git.mami2.moe/akemi/noway.moe
cd noway.moe
npm install
npm run dev

# To view the compiled version
npm run preview

# Once you're ready to publish
npm run build

I use Cloudflare Pages for hosting. It's free for static sites, but there are many other options to consider including Vercel, Github, and Netlify all of which are also free and fast for static webpages! Live on the edge, pick one you haven't tried!