egraich_dev
- 4 Devlogs
- 31 Total hours
My first site EVER
My first site EVER
Haven’t dropped a devlog in a minute since I was taking a break, but I spent the last few days quietly cleaning up my backend setup.
My website is now completely on Cloudflare Pages, hooked right into my DNS management. It’s way more convenient to have everything managed in a single place.
Also set up a _redirects file. Now, instead of throwing around ugly, long links like:
discord.com/users/1024683767488585819
I can literally just type egraich.dev/ds (or /discord). Same goes for GitHub, Telegram, ORCID and the rest.
To top it off, I enabled Cloudflare email forwarding. Any random mail sent to [email protected] goes straight to my personal Gmail. Boom, free professional email!
I’ve added my avatar as a favicon, but creating a custom vector logo sounds like a cool project for the future 🤔
I reworked README and add script fo automatic year-updates in copyright-footer.
Now deployed! https://egraich.github.io/egraich_dev/
I Spent a lot of time to understand web sites structure after Python and C++ 😑