Basic resume site written with Python with Flask, Bootstrap, and a YAML config file. https://jessebot.work
Find a file
2016-01-04 00:51:41 -08:00
config Good Guy Jesse lets you disable cheesy forkme banner <3 2016-01-04 08:49:11 +00:00
front_end Good Guy Jesse lets you disable cheesy forkme banner <3 2016-01-04 08:49:11 +00:00
.gitignore removed garbage header, and silly hate list 2016-01-04 07:45:12 +00:00
adapter.wsgi slowly changing to python CMS 2016-01-03 21:04:38 +00:00
README.md attempt #2 to fix list in README 2016-01-04 06:24:43 +00:00
requirements.txt adding python external library requirements 2016-01-03 22:03:05 +00:00
web_routes.py Good Guy Jesse lets you disable cheesy forkme banner <3 2016-01-04 08:49:11 +00:00

tiny_personal_website

This is a Python based CMS for a small personal website. The back end uses the bottle web framework and the front end is bootstrap. YAML is used for site specific configurations. Tested with Python 2.7 only.

Setup

  1. Clone this github repo into your desired webroot.

  2. Install missing libraries if any: pip install -r requirements.txt

  3. You can configure everything (e.g. the webroot absolute path, your photo, quote, etc) by renaming config/config.yaml.sample to config.yaml and replacing all the sample data with your own real data.

  4. The website assumes you're running on a Linux server with apache. I use the mod_wsgi apache module to deliver this content.

  • In config/example_apache_vhost.conf I have an example apache virutal host config. I recommend creating a special user and group for this website to run as.
  • There is also a mandatory config/wsgi.conf you'll need to put in your apache config. You may also need to modify permissions for the socket file if you are running CentOS/RHEL, which will live in /var/run/http.
  1. All changes to HTML, CSS, JS, Python, or your core YAML will require an apache restart.

Sample Site

The website this is based off of is http://jessebot.com