Skip to content

Commit 132de1e

Browse files
authored
Add files via upload
1 parent d31671d commit 132de1e

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

_config.yml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
title: "Plugins for GIMP"
2+
author: "Mark Sweeney"
3+
description: "Free Plugins for GIMP" # This will show up in places like twitter, linkedin, etc, if you share your sites url as a post.
4+
5+
# Email / Social media user names used by the minima theme:
6+
# All of these are optional and can be removed or commented out
7+
8+
# twitter_username: "twitteruser"
9+
github_username: "script-fu"
10+
#linkedin_username: "linkedinuser"
11+
#facebook_username: username
12+
#flickr_username: username
13+
#instagram_username: username
14+
#pinterest_username: username
15+
#youtube_username: username
16+
#googleplus_username: +username
17+
18+
#########################################################################################
19+
######### Nothing below needs to be changed (unless you know what you're doing) #########
20+
#########################################################################################
21+
theme: "minima"
22+
23+
24+
markdown: kramdown
25+
highlighter: rouge
26+
27+
#rss: rss
28+
29+
plugins:
30+
# - jekyll-feed
31+
- jekyll-sitemap
32+
- jekyll-seo-tag
33+
34+
titles_from_headings:
35+
strip_title: true
36+
collections: true
37+
38+
defaults:
39+
- scope:
40+
path: ""
41+
type: post
42+
values:
43+
tags: Other

0 commit comments

Comments
 (0)