Commit f7c49cc 1 parent 3e55d55 commit f7c49cc Copy full SHA for f7c49cc
File tree 5 files changed +27
-13
lines changed
5 files changed +27
-13
lines changed Original file line number Diff line number Diff line change 1
1
_site
2
2
.sass-cache
3
3
.jekyll-metadata
4
- * .lock
4
+ * .lock
5
+ vendor
6
+ .bundle
Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
3
gem 'html-proofer' , '3.0.6'
4
- gem 'jekyll' , '~> 3.0.0'
5
- gem 'jekyll-redirect-from' , '~> 0.9.0'
6
- gem 'jekyll-sitemap' , '~> 0.9.0'
4
+ gem 'github-pages' , '166'
5
+ gem 'jekyll-redirect-from' , '0.12.1'
6
+ gem 'jekyll-seo-tag' , '2.3.0'
7
+ gem 'jekyll-sitemap' , '1.1.1'
7
8
gem 'pygments.rb'
8
9
gem 'rake'
Original file line number Diff line number Diff line change 1
1
# Site settings
2
2
title : Squeak/Smalltalk
3
- copyright : Squeak Projekt
3
+ copyright : Squeak Deutschland e.V.
4
+ url : http://squeak.de
4
5
5
6
# SEO
6
- description : >
7
+ author : Squeak Deutschland e.V.
8
+ description : >-
7
9
Squeak ist eine moderne, freie, und quelloffene Programmierumgebung
8
10
der Smalltalk Sprache.
9
- author : Squeak Foundation
11
+ twitter :
12
+ username : squeaksmalltalk
13
+ logo : /static/img/squeak.png
14
+ social :
15
+ name : Squeak Deutschland e.V.
16
+ links :
17
+ - https://twitter.com/squeaksmalltalk
18
+ - https://github.com/squeak-smalltalk
19
+ - https://www.linkedin.com/groups/98736
10
20
11
21
collections :
12
22
# Order matters
@@ -63,7 +73,7 @@ host: 0.0.0.0
63
73
permalink : news/:year/:month/:day/:title/
64
74
65
75
# Caching
66
- build_version : 1.1
76
+ build_version : 1.2
67
77
staticurl : static/
68
78
69
79
# Build settings
@@ -74,9 +84,10 @@ markdown: kramdown
74
84
future : true
75
85
76
86
# Enable plugins
77
- gems :
78
- - jekyll-sitemap
87
+ plugins :
79
88
- jekyll-redirect-from
89
+ - jekyll-seo-tag
90
+ - jekyll-sitemap
80
91
81
92
include : [_pages]
82
93
Original file line number Diff line number Diff line change 3
3
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
4
4
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
5
5
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
6
- < meta name ="description " content ="{{ site.description }} ">
7
- < meta name ="author " content ="{{ site.author }} ">
8
6
9
7
< title > {{ site.title }}{% if page.section.title %} | {{ page.section.title }}{% else %}{% if page.title %} | {{ page.title }}{% endif %}{% endif %}</ title >
10
8
20
18
<script src="/static/js/html5shiv.min.js"></script>
21
19
<script src="/static/js/respond.min.js"></script>
22
20
<![endif]-->
21
+
22
+ {% seo title=false %}
23
23
</ head >
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ <h1 class="section-heading"><span>{{ page.section.title }}</span></h1>
32
32
< span class ="anchor " id ="{{ row.name | slugify }} "> </ span >
33
33
< h2 > {{ row.name }}</ h2 >
34
34
{% endif %}
35
- {% assign reversedItems = row.items reversed %}
35
+ {% assign reversedItems = row.items | reversed %}
36
36
{% include row.html items=reversedItems %}
37
37
{% endfor %}
38
38
{% else %}
You can’t perform that action at this time.
0 commit comments