-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.config.yml
More file actions
34 lines (34 loc) · 1.18 KB
/
.config.yml
File metadata and controls
34 lines (34 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# note theme: jekyll-theme-minimal is still needed eventhough I have my own default.html master file.
# it is needed because all of the CSS and other supporting files are loaded with this "theme:" statement
version: 1.01
theme: jekyll-theme-minimal
timezone: America/New_York
title: Remove Annoying Html Tags Chrome Extension
description: >- # this means to ignore newlines until "baseurl:"
Generic Chrome Extension utility for to make Web browsing better.
show_downloads: true
# image is for seo image (meta="og:image"), logo is in _default template. (left logo for back compatibility)
image: images/logo.jpg
logo: images/logo.jpg
# yet another attempt to get SEO og:image meta tag to auto show up:
defaults:
- scope:
path: ""
values:
image: images/logo.jpg
google_analytics: UA-127176852-1
favicon_url: "https://assets-cdn.github.com/favicon.ico"
future: true
destination: ./_site
github_username: sflanders95
exclude:
- Gemfile
- Gemfile.lock
- 'manifest.json'
- 'serve.sh'
- 'tmp'
# markdown_ext: "markdown,mkdown,mkdn,mkd,md"
# testing sln from https://github.community/t5/GitHub-Pages/gitHub-pages-URL-404/m-p/4466#M341
# include: [/docs]
# include: /docs
# include: docs