Skip to content

Source Code for my Personal Website (Renamed to Shifoo now! Previously https://thatcomputerscientist.com)

License

Notifications You must be signed in to change notification settings

luciferreeves/thatcomputerscientist

Repository files navigation

Shifoo (Previously That Computer Scientist)

Source Code for my Personal Website.

  • Visit shi.foo to take a look at the current build.
                              README DEPRECATION NOTICE
                              -------------------------

Most of the specifications listed in this repository can be considered partially working. 
This is because the website (in general) needs to be running on a browser compatible 
with Windows XP or above or Mac OS X 10.6 or above. Although, our initial goal was to keep
the site backwards compatible with Windows 98 and Mac OS 9, I think a bit of javascript 
makes the site more livelier (o˘◡˘o).

I keep pushing updates to this repository, but take this readme with a grain of salt from 
now on. The instructions, in general, will work for local development, but don't expect the 
site to be compatible with HTML4 anymore lol.

I will be updating the readme soon (hopefully) to reflect the current state of the site.

Specifications

Installation

Install Python. Then install requirements:

pip install -r requirements.txt

Start the Server

Note: You will need to change the CSRF_TRUSTED_ORIGINS, SESSION_COOKIE_DOMAIN, and DOMAIN_NAME settings in settings.py accordingly.

To start the server, run:

python manage.py runserver

Footnotes

  • Archived Branch (Written in NodeJS + Express - Status: Basic Auth and APIs Implemented)
  • For licensing information, please refer to the LICENSE file.

About

Source Code for my Personal Website (Renamed to Shifoo now! Previously https://thatcomputerscientist.com)

Resources

License

Stars

Watchers

Forks