My personal website! https://noway.moe
Go to file
2023-12-26 22:13:27 -07:00
public/themes Markdown: add code highlighting 2023-12-26 03:45:47 -07:00
src Footer: add linkedin and email 2023-12-26 21:40:53 -07:00
.gitignore Init 2023-12-25 20:01:37 -07:00
astro.config.mjs Markdown: enable code highlighting 2023-12-26 03:46:58 -07:00
LICENSE.md Add license 2023-12-26 22:13:27 -07:00
package-lock.json Markdown: add code highlighting 2023-12-26 03:45:47 -07:00
package.json Markdown: add code highlighting 2023-12-26 03:45:47 -07:00
README.md Readme: complete rewrite 2023-12-26 22:09:20 -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 for css. MDX rendering and syntax highlighting provided by remark.js.

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 if you do fork this code, you must also make your fork code open source. 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!