bragart is minimalist Python personal portfolio app with an easily-customizable, responsive Bootstrap 3 UI. Built on Simple.
A final project for silshack Spring 2014, a course in UNC-Chapel Hill's School of Information & Library Science.
You're an IT professional, designer, developer, or anyone else who needs a portfolio of your work in order to land a good job.
You have at least moderate familiarity with Python, GitHub, jQuery, CSS, and HTML. The bare-bones installation of bragart is fairly light on code, but you'll want to use all your skills to make your portfolio your own and show off your creative side.
bragart is built on Simple--a light weight Flask-based blog app--and designed specifically for use as a personal portfolio. Like Simple, bragart just needs Flask, Sqlalchemy, and Markdown. Easy to install, easy to add project information, easy to customize. Out of the box, you get a very vanilla interface based on Bootstrap 3.
- Markdown
- Drag & drop uploads
- Vanilla Bootstrap 3 responsive interface
- Lightweight admin UI for project post creation and updating
- Download Python 2.7+
- Clone this repository:
git clone https://github.com/bragArts/bragart.git - From your shiny new repository, run:
pip install -r requirements.txt - Create a new settings file using:
python create_config.py - See your new portfolio in action:
python bragart.py - Visit your admin dashboard to create your first project post at /admin
If you need to start over with your settings, just run python create_config.py --fresh