fork and modify dockerfile for prod
This commit is contained in:
53
_config.yml
Normal file
53
_config.yml
Normal file
@@ -0,0 +1,53 @@
|
||||
# YOUR NAME OR TITLE OF YOUR SITE
|
||||
name: 'thelilfrog'
|
||||
|
||||
# YOUR BRAND/PERSONAL TAGLINE
|
||||
tagline: 'hey!'
|
||||
|
||||
# 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
|
||||
Reference in New Issue
Block a user