mirror of
https://github.com/jessebot/tiny_personal_website.git
synced 2025-10-01 01:48:43 +00:00
docker ignoring file, adding example to readme, and removing old sample config
This commit is contained in:
parent
15607c3c49
commit
bf4979e260
5 changed files with 6 additions and 39 deletions
|
@ -2,3 +2,4 @@
|
||||||
.gitignore
|
.gitignore
|
||||||
__pycache__
|
__pycache__
|
||||||
scripts
|
scripts
|
||||||
|
example.png
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
BIN
example.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 147 KiB |
Loading…
Add table
Add a link
Reference in a new issue