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

v0.2.1
framework/
.gitignore 156 B
LICENSE 1.3 KB
README 946 B
commands.sh 714 B
requirements.txt 141 B
README
# django-isaac

My personal website hosted on a Rackspace Cloud Server. Has switched between
Linode, Heroku, back to Linode, back to Heroku and now to Rackspace Cloud
Servers. Quite the journey for a personal website to have. My reasoning? I like
trying out new systems.

Much like the hosting, the code in general has undergone many rewrites and
changes, the only thing that has stayed the same throughout is the look of the
website. I'm fairly happy with it.

Feel free to use this code however you want, it's licensed under the Simplified
BSD License. Basically just don't blame me if this code breaks something.

## To get up and running...

This app wild built to run on a Linux server, you'll need to first create a
secrets.py file in framework/settings/ which contains two variables:

  + GMAIL_USERNAME
  + GMAIL_PASSWORD

Which are fairly self explanatory. This is to prevent usernames and passwords
from leaking to public repositories.