tiny_personal_website/config/config_sample.yaml

36 lines
1.4 KiB
YAML

---
# 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/"