docker ignoring file, adding example to readme, and removing old sample config

This commit is contained in:
JesseBot 2022-10-06 16:05:40 +02:00
parent 15607c3c49
commit bf4979e260
5 changed files with 6 additions and 39 deletions

View file

@ -2,3 +2,4 @@
.gitignore .gitignore
__pycache__ __pycache__
scripts scripts
example.png

View file

@ -4,6 +4,8 @@ tiny_personal_website
This is a Python based CMS (content management system) for a small personal This is a Python based CMS (content management system) for a small personal
website aimed at first and foremost being a resume. website aimed at first and foremost being a resume.
<img src="./example.png" alt="screenshot of jessebot.work which serves as an example website. It features a picture of Jesse a person with blue hair that is almost 30. a blurb about them that you can read in config/config.yaml and link icons to github, gitlab, and linkedin.">
I originally wrote this 7 or 8 years ago, and recently absolutely borked my I originally wrote this 7 or 8 years ago, and recently absolutely borked my
newer website, resulting in me quickly resurrecting this thing in about a day newer website, resulting in me quickly resurrecting this thing in about a day
and a half. This one does the same thing, but better, and faster, with less js. and a half. This one does the same thing, but better, and faster, with less js.

View file

@ -12,7 +12,7 @@ fork_me: true
# image shown at the front of the page, this should be in /static/img # image shown at the front of the page, this should be in /static/img
profile_image: 'my_picture.png' profile_image: 'my_picture.png'
# image alt text # image alt text
profile_image_alt: 'Portrait selfie of a 30 year old person with an undercut and medium legnth blue hair parted to the side. They are smiling and wearing a black shirt.' profile_image_alt: 'Portrait selfie of a 29 year old person with an undercut and medium legnth blue hair parted to the side. They are smiling and wearing a black shirt.'
# Your name # Your name
name: 'Jesse Hitch' name: 'Jesse Hitch'
# Pronouns # Pronouns

View file

@ -1,36 +0,0 @@
---
# absolute path required
web_root: '/var/www/html'
# favicon, can take any image type
favicon: 'favicon_smile.gif'
# domain name, or whatever you want the tab in the browser to say
website_title: 'example.com'
# the default image shown at the front of the page
image: './my_picture.png'
# Your name
name: 'Bob Smith'
# Job Title
occupation: 'professional basket weaver'
# Skills - what you're good at.
skills: ['cooking','web design']
# things you like
likes: ['videogames','analogies','silly hair']
# Full URL to your github
github_URL: 'https://github.com/jessebot'
# Full URL to your linkedin public profile
linkedin_URL: 'https://www.linkedin.com/in/jesse-hitch-8b5b023a/'
# complete google doc sharing URL, assuming this is public
resume_live_doc_URL: 'https://docs.google.com/document/d/blahblahblah'
# in your google doc, you can go to download as and right click copy that
# URL, or you can host a live copy at another URL
resume_pdf_URL: 'https://docs.google.com/document/d/blahblahblah/export?format=pdf'
resume_docx_URL: 'https://docs.google.com/document/d/blahblahblah/export?format=docx'
# setting to false will remove fork me corner banner
fork_me: True
# Boolean, if set to True, will generate new panel with below info
optional_panel: True
# this could be social media, other conent, whatever suits you!
opt_panel_title: "Linux Newbie Class"
opt_panel_image: "penguin_copy.png"
opt_panel_button_text: "How To Unix/Linux"
opt_panel_URL: "http://howtonix.info/"

BIN
example.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB