File tree 4 files changed +23
-4
lines changed
4 files changed +23
-4
lines changed Original file line number Diff line number Diff line change
1
+ source "https://rubygems.org"
2
+
3
+ git_source ( :github ) { |repo_name | "https://github.com/#{ repo_name } " }
4
+
5
+ gem 'jekyll'
6
+
7
+ group :jekyll_plugins do
8
+ gem 'github-pages'
9
+ gem 'jekyll-remote-theme'
10
+ gem 'jekyll-include-cache'
11
+ gem 'webrick'
12
+ end
13
+
14
+ # gem "rails"
15
+
Original file line number Diff line number Diff line change @@ -10,11 +10,13 @@ ghub:
10
10
edit : true
11
11
repository : gpy_examples
12
12
13
- permalink : " /:categories/:title.html"
14
-
15
13
author :
16
14
name : Neil D. Lawrence
17
15
16
+ collections :
17
+ examples :
18
+ output : true
19
+
18
20
display :
19
21
copy_button :
20
22
bibtex : true
File renamed without changes.
Original file line number Diff line number Diff line change 12
12
< input type ="search " name ="filter-titles " id ="search-titles " value />
13
13
</ div >
14
14
15
- {% for post in site.posts %}
16
-
15
+ < p > Wow!</ p >
16
+ {% for post in site.examples %}
17
+ < b > Cat</ b >
17
18
{% if forloop.first %}
18
19
< h2 > Examples}</ h2 >
19
20
< ul >
20
21
{% endif %}
21
22
{% include listpaper.html %}
22
23
{% if forloop.last %}
23
24
</ ul >
25
+ {% endif %}
24
26
{% endfor %}
25
27
26
28
< p class ="rss-subscribe "> subscribe < a href ="{{ "/assets/rss/feed.xml" | prepend: site.baseurl }}"> via RSS</ a > </ p >
You can’t perform that action at this time.
0 commit comments