Sha256: f81f80d5e8782507097181e940b4374a80d61ec50bcd075c15c7cab5a9a41e7f

Contents?: true

Size: 1.64 KB

Versions: 4

Compression:

Stored size: 1.64 KB

Contents

# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
#
# If you need help with YAML syntax, here are some quick references for you:
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
# https://learnxinyminutes.com/docs/yaml/
#
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.

title: Linky
subheads:
    - "A Linktree-esque Jekyll theme, compatible with Decap CMS."

email: paul@roub.net
description: >- # this means to ignore newlines until "baseurl:"
    A Linktree-esque Jekyll theme, compatible with Decap CMS.
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
github_username: paulroub

plausible_io: linky.roub.net

# Build settings
theme: jekyll-theme-linky
plugins:
    - jekyll-feed

exclude:
    - VERSION
    - bin

linky:
    body_background: "#030303"
    body_foreground: "#F0F0F0"
    button_background: "#f16293"
    social_button_color: "#ffffff"

collections:
    - links

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-theme-linky-0.1.8 _config.yml
jekyll-theme-linky-0.1.7 _config.yml
jekyll-theme-linky-0.1.6 _config.yml
jekyll-theme-linky-0.1.5 _config.yml