57 lines
1.1 KiB
YAML
57 lines
1.1 KiB
YAML
# YOUR NAME OR TITLE OF YOUR SITE
|
|
name: 'thelilfrog'
|
|
|
|
# YOUR BRAND/PERSONAL TAGLINE
|
|
tagline: 'hey!'
|
|
|
|
# YOUR/BRAND IMAGE URL
|
|
Image_URL: /static/photo.png
|
|
|
|
# YOUR/BRAND IMAGE URL
|
|
Cover_Image: /static/cover.png
|
|
|
|
# SOCIAL MEDIA
|
|
links:
|
|
|
|
# IF YOU DON'T WANT TO USE ANY OF THE FOLLOWING, JUST LEAVE THE URL BLANK
|
|
|
|
# Source
|
|
- Name: Git Repositories
|
|
URL: https://git.thelilfrog.com/
|
|
Color: '#f57b42'
|
|
Icon-Class: fab fa-git-alt
|
|
|
|
- Name: Retro Home Page
|
|
URL: https://retro.thelilfrog.com/
|
|
Color: '#144afc'
|
|
Icon-Class: fas fa-terminal
|
|
|
|
# YOU CAN REMOVE FOOTER COMPLETELY BY SIMPLY REMOVING EITHER THE YES OR REMOVING THE FOOTER STATEMENT BELOW COMPLETELY
|
|
footer: 'No'
|
|
|
|
# STOP EDITING HERE ---------- YOU'VE REACHED THE END OF THE CONFIGURATION
|
|
|
|
# Compress
|
|
compress_html:
|
|
clippings: all
|
|
|
|
# Exclude
|
|
exclude:
|
|
- .sass-cache/
|
|
- .jekyll-cache/
|
|
- gemfiles/
|
|
- Gemfile
|
|
- Gemfile.lock
|
|
- node_modules/
|
|
- vendor/bundle/
|
|
- vendor/cache/
|
|
- vendor/gems/
|
|
- vendor/ruby/
|
|
- Icon
|
|
|
|
# Base URL
|
|
# baseurl: /links
|
|
|
|
# Default Markdown Engine
|
|
markdown: kramdown
|