Skip to content
This repository was archived by the owner on Aug 20, 2019. It is now read-only.

Commit e7b3870

Browse files
committed
Added excludes to config.yml and ez sh scripts.
1 parent 2b0907f commit e7b3870

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

_config.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,17 @@ description: >
2323
2424
baseurl: "/i-like-hillary-but" # the subpath of your site, e.g. /blog
2525
url: "https://devprogress.us" # the base hostname & protocol for your site
26-
exclude: [ README.md, Gemfile, Gemfile.lock, LICENSE, Rakefile, vendor ]
26+
27+
exclude:
28+
- vendor
29+
- CONTRIBUTING.md
30+
- Gemfile
31+
- Gemfile.lock
32+
- LICENSE
33+
- README.md
34+
- Rakefile
35+
- build.sh
36+
- local-serve.sh
2737

2838
twitter_username: hillaryclinton
2939
github_username: devprogress

build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
jekyll build

docs/feed.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
</description>
77
<link>https://devprogress.us/i-like-hillary-but/</link>
88
<atom:link href="https://devprogress.us/i-like-hillary-but/feed.xml" rel="self" type="application/rss+xml"/>
9-
<pubDate>Fri, 23 Sep 2016 14:41:33 -0400</pubDate>
10-
<lastBuildDate>Fri, 23 Sep 2016 14:41:33 -0400</lastBuildDate>
119
<generator>Jekyll v3.2.1</generator>
1210

1311
<item>
@@ -46,7 +44,7 @@ support work to keep military-style weapons off our streets.&lt;/p&gt;
4644
&lt;/li&gt;
4745
&lt;/ul&gt;
4846
</description>
49-
<pubDate>Fri, 23 Sep 2016 14:41:33 -0400</pubDate>
47+
<pubDate>Sat, 24 Sep 2016 23:24:54 -0700</pubDate>
5048
<link>https://devprogress.us/i-like-hillary-but/issues/but-hillary-wants-my-guns/</link>
5149
<guid isPermaLink="true">https://devprogress.us/i-like-hillary-but/issues/but-hillary-wants-my-guns/</guid>
5250

local-serve.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
jekyll serve

0 commit comments

Comments
 (0)