Skip to content

Commit afe5307

Browse files
committed
New humans.txt and updated Compress Layout
1 parent 3a3f8e6 commit afe5307

5 files changed

Lines changed: 35 additions & 12 deletions

File tree

_includes/head.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,6 @@
5353

5454
<!-- Search Engine Optimization -->
5555
{% if page.noindex == true %}<meta name="robots" content="noindex">{% endif %}
56+
57+
<link type="text/plain" rel="author" href="{{ site.url }}/humans.txt" />
5658
</head>

_layouts/compress.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
#
33
# Jekyll layout that compresses HTML
4-
# v1.1.1
4+
# v1.1.2
55
# http://jch.penibelst.de/
6-
# © 2015 Anatol Broder
6+
# © 2014–2015 Anatol Broder
77
# MIT License
88
#
99
---
1010

11-
{% if site.compress_html.ignore.envs contains jekyll.environment %}{{ content }}{% else %}{% capture _content %}{{ content }}{% endcapture %}{% if site.compress_html.endings == "all" %}{% assign _endings = "html head body li dt dd p rt rp optgroup option colgroup caption thead tbody tfoot tr td th" | split: " " %}{% else %}{% assign _endings = site.compress_html.endings %}{% endif %}{% for _element in _endings %}{% capture _end %}</{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _end %}{% endfor %}{% if site.compress_html.comments.size == 2 %}{% assign _comment_befores = _content | split: site.compress_html.comments.first %}{% for _comment_before in _comment_befores %}{% assign _comment_content = _comment_before | split: site.compress_html.comments.last | first %}{% if _comment_content %}{% capture _comment %}{{ site.compress_html.comments.first }}{{ _comment_content }}{{ site.compress_html.comments.last }}{% endcapture %}{% assign _content = _content | remove: _comment %}{% endif %}{% endfor %}{% endif %}{% assign _pre_befores = _content | split: "<pre" %}{% assign _content = "" %}{% for _pre_before in _pre_befores %}{% assign _pres = _pre_before | split: "</pre>" %}{% case _pres.size %}{% when 2 %}{% capture _content %}{{ _content }}<pre{{ _pres.first }}</pre>{{ _pres.last | split: " " | join: " " }}{% endcapture %}{% when 1 %}{% capture _content %}{{ _content }}{{ _pres.last | split: " " | join: " " }}{% endcapture %}{% endcase %}{% endfor %}{% if site.compress_html.clippings == "all" %}{% assign _clippings = "html head title base link meta style body article section nav aside h1 h2 h3 h4 h5 h6 hgroup header footer address p hr blockquote ol ul li dl dt dd figure figcaption main div table caption colgroup col tbody thead tfoot tr td th" | split: " " %}{% else %}{% assign _clippings = site.compress_html.clippings %}{% endif %}{% for _element in _clippings %}{% assign _edges = " <e;<e; </e>;</e>;</e> ;</e>" | replace: "e", _element | split: ";" %}{% assign _content = _content | replace: _edges[0], _edges[1] | replace: _edges[2], _edges[3] | replace: _edges[4], _edges[5] %}{% endfor %}{{ _content }}{% endif %}
11+
{% if site.compress_html.ignore.envs contains jekyll.environment %}{{ content }}{% else %}{% capture _content %}{{ content }}{% endcapture %}{% if site.compress_html.endings == "all" %}{% assign _endings = "html head body li dt dd p rt rp optgroup option colgroup caption thead tbody tfoot tr td th" | split: " " %}{% else %}{% assign _endings = site.compress_html.endings %}{% endif %}{% for _element in _endings %}{% capture _end %}</{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _end %}{% endfor %}{% assign _pre_befores = _content | split: "<pre" %}{% assign _content = "" %}{% for _pre_before in _pre_befores %}{% assign _pres = _pre_before | split: "</pre>" %}{% case _pres.size %}{% when 2 %}{% capture _content %}{{ _content }}<pre{{ _pres.first }}</pre>{{ _pres.last | split: " " | join: " " }}{% endcapture %}{% when 1 %}{% capture _content %}{{ _content }}{{ _pres.last | split: " " | join: " " }}{% endcapture %}{% endcase %}{% endfor %}{% if site.compress_html.comments.size == 2 %}{% assign _comment_befores = _content | split: site.compress_html.comments.first %}{% for _comment_before in _comment_befores %}{% assign _comment_content = _comment_before | split: site.compress_html.comments.last | first %}{% if _comment_content %}{% capture _comment %}{{ site.compress_html.comments.first }}{{ _comment_content }}{{ site.compress_html.comments.last }}{% endcapture %}{% assign _content = _content | remove: _comment %}{% endif %}{% endfor %}{% endif %}{% if site.compress_html.clippings == "all" %}{% assign _clippings = "html head title base link meta style body article section nav aside h1 h2 h3 h4 h5 h6 hgroup header footer address p hr blockquote ol ul li dl dt dd figure figcaption main div table caption colgroup col tbody thead tfoot tr td th" | split: " " %}{% else %}{% assign _clippings = site.compress_html.clippings %}{% endif %}{% for _element in _clippings %}{% assign _edges = " <e;<e; </e>;</e>;</e> ;</e>" | replace: "e", _element | split: ";" %}{% assign _content = _content | replace: _edges[0], _edges[1] | replace: _edges[2], _edges[3] | replace: _edges[4], _edges[5] %}{% endfor %}{{ _content }}{% endif %}

_layouts/video.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
{% if page.subheadline %}<p class="subheadline t30">{{ page.subheadline }}</p>{% endif %}
1616
<h1>{{ page.title }}</h1>
1717
</header>
18-
{% if page.description %}
18+
{% if page.teaser %}
1919
<p class="teaser">
20-
{{ page.description }}
20+
{{ page.teaser }}
2121
</p>
2222
{% endif %}
2323

humans.txt

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,27 @@
1-
/* Foundation was made by ZURB, an interaction design and design strategy firm in Campbell, CA */
2-
/* zurb.com */
3-
/* humanstxt.org */
4-
1+
---
2+
---
53
/* SITE */
6-
Standards: HTML5, CSS3
7-
Components: jQuery, Orbit, Reveal
8-
Software: Coda, Textmate, Git
4+
# humanstxt.org/
5+
# The humans responsible & technology colophon
6+
7+
# TEAM
8+
9+
10+
11+
# THANKS
12+
13+
Name: Moritz »mo.« Sauer
14+
Role: Webdesigner of Theme
15+
Site: http://mo.phlow.de/
16+
Theme: http://phlow.github.io/feeling-responsive/
17+
Twitter: http://twitter.com/phlow
18+
19+
# TECHNOLOGY COLOPHON
20+
21+
Last Updated: {{ site.time | date:"%Y/%m/%d" }}
22+
Standards: HTML5, CSS3
23+
Software: Sublime Text, Chrome, Jekyll, Git, Imageoptim, JPEGMini, Gulp.js, Sass
24+
Components: Modernizr, jQuery, Backstretch.js, Reveal, Foundation Framework
25+
26+
27+

pages/roadmap.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ permalink: "/roadmap/"
1111
## Ideas and possible new features
1212
{: .t30 }
1313

14+
* [Add schema.org Markup for Videos](https://support.google.com/webmasters/answer/2413309?hl=en)
1415
* Layout/Template for category-archives
1516
* Clean bare-bones version of *Feeling Responsive*
1617
* Landingpage
@@ -23,6 +24,7 @@ permalink: "/roadmap/"
2324

2425
## Done
2526

27+
* [<s>Refined humans.txt</s>](http://humanstxt.org/)
2628
* [<s>Produce an introduction video to showcase *Feeling Responsive*</s>](https://www.youtube.com/embed/3b5zCFSmVvU)
2729
* [<s>Additional header with text</s>]({{ site.url }}/headers/)
2830
* <s>Added Google Analtics support</s>

0 commit comments

Comments
 (0)