conectado / 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.

Home Page:https://taping-memory.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://taping-memory.xyz


Languages

Language:Rust 52.7%Language:HTML 22.5%Language:SCSS 21.1%Language:JavaScript 3.8%