Skip to content

Commit 6738560

Browse files
committed
Organized Theme › new include-folder called helper, corrected typography
1 parent d91e042 commit 6738560

29 files changed

+58
-136
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ font:
9696
# import: 'Gentium+Basic:400,400italic,700,700italic'
9797
# import: 'Fira+Sans:400,400italic,700,700italic|Fira+Mono'
9898
font-family-serif: 'Georgia, "Times New Roman", serif;'
99-
font-family-sans-serif: '"Source Sans", "Neue Helvetica", Arial, serif;'
100-
base-font-family: '"Source Sans", "Neue Helvetica", Arial, serif;'
99+
font-family-sans-serif: '"Source Sans Pro", "Neue Helvetica", Arial, serif;'
100+
base-font-family: '"Source Sans Pro", "Neue Helvetica", Arial, serif;'
101101
font-family-monospace: '"Source Code Pro", "Courier New", Monaco, monospace;'
102-
header-font-family: '"Source Sans", "Neue Helvetica", Arial, serif;'
102+
header-font-family: '"Source Sans Pro", "Neue Helvetica", Arial, serif;'
103103

104104

105105
# ______

_config_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Start development with › $ jekyll serve --config _config.yml,_config_dev.yml
77

88
# url: 'http://localhost:4000'
9-
# baseurl: ''
9+
baseurl: ''
1010

1111
# See › https://github.com/jekyll/jekyll-gist#disabling-noscript-support
1212
gist:

_data/ui.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@ en: &DEFAULT_EN
3737
subscribe_to_my_rss_feed : 'Subscribe to my RSS Feed'
3838
source : 'Source'
3939
check_out_link : 'Check out the link ›'
40+
enter_search_term : 'Enter search term and hit enter'
41+
search_results : 'Search Results'
42+
search : 'Search ›'
43+
search_input_placeholder : 'Search [Hit Tab and start writing]'
44+
try_404 : 'Try… '
45+
no_problem_404 : 'No Problem!'
46+
start_over_404 : '...to start over on the'
47+
search_below_404 : '...to **search** below '
48+
search_404 : 'Search'
4049

4150
en-US:
4251
<<: *DEFAULT_EN

_includes/_share.html

Lines changed: 0 additions & 22 deletions
This file was deleted.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
<link rel="stylesheet" href="{{ url }}/assets/css/simplicity.css">
3030
<link rel="canonical" href="{{ url }}{{ page.url }}">
3131
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ url }}/feed.xml">
32+
<link href='https://fonts.googleapis.com/css?family={{ site.font.import }}' rel='stylesheet' type='text/css'>
33+
3234

3335
<meta name="description" content="{{ description }}">
3436
<link type="text/plain" rel="author" href="{{ url }}/humans.txt">
@@ -58,7 +60,7 @@
5860
{% endif %}
5961

6062

61-
{% include _favicon.html %}
63+
{% include helper/_favicon.html %}
6264

6365
{% unless page.style == NULL %}<style type="text/css">{{ page.style }}</style>{% endunless %}
6466

File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<footer id="footer" class="row">
22
<nav id="navigation-footer" class="small-12 columns">
33
<ul class="inline-list">
4-
{% include _social_media_icons.html %}
4+
{% include helper/_social_media_icons.html %}
55
{% for nav in site.data.navigation_footer %}
66
{% if nav.url contains 'http' %}
77
{% assign domain = '' %}

0 commit comments

Comments
 (0)