mirror of
https://github.com/jessebot/tiny_personal_website.git
synced 2025-10-01 01:48:43 +00:00
first minor pass of README for v3 of personal site
This commit is contained in:
parent
f102db7210
commit
0a3ce7d6a4
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
@ -5,6 +5,12 @@ 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.
|
||||
|
||||
Under the Hood
|
||||
--------------
|
||||
Bootstrap v4
|
||||
Bottle
|
||||
Google Fonts
|
||||
The Open Source Community <3
|
||||
|
||||
Setup
|
||||
-----
|
||||
|
@ -28,11 +34,11 @@ virutal host config. I recommend creating a special user and group for this
|
|||
you are running CentOS/RHEL, which will live in `/var/run/http`.
|
||||
|
||||
5. All changes to HTML, CSS, JS, Python, or your core YAML will require an
|
||||
apache restart.
|
||||
apache restart - with this specific configuration for the web server portion.
|
||||
|
||||
|
||||
Sample Site
|
||||
-----------
|
||||
|
||||
The website this is based off of is https://jessebot.io
|
||||
A demo lives at my personal resume site: https://jessebot.io
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue