repos

isaacbythewood.com-nextjs

mirror archived upstream

Animation-heavy personal portfolio on Next.js: a custom cursor, a page-transition loader, and canvas backgrounds.

canvas-animationscss-modulesdark-themehandcodednextjspersonal-websiteportfolioreact

946 B · 25 lines Raw History
 1# django-isaac
 2
 3My personal website hosted on a Rackspace Cloud Server. Has switched between
 4Linode, Heroku, back to Linode, back to Heroku and now to Rackspace Cloud
 5Servers. Quite the journey for a personal website to have. My reasoning? I like
 6trying out new systems.
 7
 8Much like the hosting, the code in general has undergone many rewrites and
 9changes, the only thing that has stayed the same throughout is the look of the
10website. I'm fairly happy with it.
11
12Feel free to use this code however you want, it's licensed under the Simplified
13BSD License. Basically just don't blame me if this code breaks something.
14
15## To get up and running...
16
17This app wild built to run on a Linux server, you'll need to first create a
18secrets.py file in framework/settings/ which contains two variables:
19
20  + GMAIL_USERNAME
21  + GMAIL_PASSWORD
22
23Which are fairly self explanatory. This is to prevent usernames and passwords
24from leaking to public repositories.