/taping-memory-blog

Source code for my blog (almost)completely written in Rust🦀. Using Yew✨ for the front-end and Actix-web⚙️ for the back-end.

Primary LanguageRust

Taping Memory

Introduction

This is the source code for my blog Taping Memory.

Save for some small glue code and CSS, it's completely written in Rust thanks to, Actix-web and Yew

This is a WIP also it runs only in nightly.

I'm currently working in the first article explaining how I made this blog.

TODO (In no particular order)

  • Migrate the articles out of this repo
  • Improve accessibility
  • Improve loading performance
  • Add a database for the articles
  • Separate into server/front-end/common crates