Skip to content

EnKrypt/arvind.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8a5dac1 · Apr 27, 2024
Oct 22, 2021
Dec 26, 2021
Apr 27, 2024
Nov 17, 2023
Apr 27, 2024
Sep 19, 2022
Apr 16, 2024
Dec 25, 2021
Oct 22, 2021
Oct 24, 2021
Dec 23, 2021
Nov 17, 2023
Oct 22, 2021
Oct 22, 2021
Dec 27, 2021
Jan 15, 2022
Apr 3, 2024
Aug 21, 2019
Dec 20, 2021
Jun 1, 2022

Repository files navigation

License Build-master

I write code, make music, and study the skies. You can read about what I've been up to there, along with my thoughts and discoveries.

This is the source code for my blog and personal website

This project is not intended to be repurposed.
However, if you want to run this project anyway, set up a .env file at the root of the project with the required environment variables specific to your deployment, such as the site URL, analytics tracking ID, Disqus shortname, and so on. Refer to config.js.
If you actually plan to repurpose the code here, I admire your determination to fit square pegs in round holes. I bet you also hate ice cream and like pizza with pineapple on it, you fucking psychopath.

Site map

  • / : Root of Blog Post Index/List
  • /page/<index> : Blog Post Index/List at page
  • /posts/<title> : Individual Blog Post
  • /tags/<tag> : Root of Blog Post Index/List having particular tag
  • /tags/<tag>/page/<index> : Blog Post Index/List having particular tag at page
  • /hire : Client landing page for contract work
  • /menu : Static page with Sidebar links (for when someone browses without Javascript)
  • /_next/ : Assets required by frontend (JS chunks, minified images, etc)
  • /manifest/ : PWA manifests, favicons
  • /images/ : Picture related assets
  • /resume.pdf : Resume document
  • /rss.xml : RSS feed for blog posts
  • /atom.xml : Atom feed for blog posts
  • /bundle.html : Webpack bundle analyzer output for client side JS bundle
  • /robots.txt : For web crawlers
  • /keybase.txt : Proof of domain ownership on my keybase profile
  • * : Anything else (that doesn't point to a generated resource) gives a 404 page

Built using Next.js and Preact