Jekyll project for our main website https://socialnerds.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
369 B
24 lines
369 B
# My variables |
|
name: socialnerds.org |
|
description: less is more |
|
google_verification: null |
|
url: https://socialnerds.org |
|
|
|
|
|
# File management |
|
include: [".htaccess"] |
|
exclude: ["README.md", "LICENSE", "Gemfile", "Gemfile.lock"] |
|
|
|
|
|
# Sass |
|
sass: |
|
style: :compressed |
|
sass_dir: _sass |
|
|
|
|
|
# Markdown |
|
markdown: kramdown |
|
kramdown: |
|
input: GFM |
|
hard_wrap: false |
|
highlighter: rouge
|
|
|