Skip to content

zkwinkle/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website

My website :)

Powered by

Running locally

To watch:

cargo w

Or just build once and run:

cargo run

Then go to http://localhost:31415.

Production

When running in production set the production feature flag.

Website can be found at https://zkwinkle.is-a.dev/home.

Environment variables

These must be set when running in production

  • PUBLIC_DIR: Path to the public directory.

Hosting

Hosted on my website server

Blog

To add more blog posts add the MD file corresponding to a post under src/components/blog_posts. Then, add it to the list in src/components/blog_posts.rs.