37 lines
793 B
YAML
37 lines
793 B
YAML
layout: sidebar
|
|
style: light
|
|
|
|
plugins:
|
|
- jekyll-octicons
|
|
- jekyll-github-metadata
|
|
|
|
permalink: /:year/:month/:day/:title/
|
|
|
|
defaults:
|
|
-
|
|
scope:
|
|
path: "" # an empty string here means all files in the project
|
|
type: "posts"
|
|
values:
|
|
layout: "post"
|
|
|
|
projects_sort_by: pushed
|
|
# Options:
|
|
# - pushed
|
|
# - stars
|
|
|
|
exclude_forks: true
|
|
|
|
excluded_projects:
|
|
# - Your-Repo-Name
|
|
|
|
topics:
|
|
- name: CSS
|
|
web_url: https://github.com/topics/css
|
|
image_url: https://raw.githubusercontent.com/github/explore/6c6508f34230f0ac0d49e847a326429eefbfc030/topics/css/css.png
|
|
|
|
- name: Web design
|
|
|
|
- name: Sass
|
|
web_url: https://github.com/topics/sass
|
|
image_url: https://raw.githubusercontent.com/github/explore/6c6508f34230f0ac0d49e847a326429eefbfc030/topics/sass/sass.png
|