Commitok összehasonlítása
3 Commit-ok
8b8b910b55
...
6c61709a07
| Szerző | SHA1 | Dátum | |
|---|---|---|---|
| 6c61709a07 | |||
|
|
4e6418bc91 | ||
|
|
23ca2480e6 |
@@ -4,6 +4,8 @@ This file lists all non-trivial changes to Beautiful Jekyll.
|
|||||||
|
|
||||||
I often make small changes to documentation, to the demo site, or to the general look-and-feel. These changes will not be listed here. Any other minor changes will also not be listed here.
|
I often make small changes to documentation, to the demo site, or to the general look-and-feel. These changes will not be listed here. Any other minor changes will also not be listed here.
|
||||||
|
|
||||||
|
**2018-10-19** Move Google Analytics to the head (#419) (thanks @jpvicari)
|
||||||
|
|
||||||
**2018-06-08** Add support for Facebook comments (#350) (thanks @npes87184)
|
**2018-06-08** Add support for Facebook comments (#350) (thanks @npes87184)
|
||||||
|
|
||||||
**2018-02-22** Automatically generate sitemap (#323) (thanks @JosemyDuarte)
|
**2018-02-22** Automatically generate sitemap (#323) (thanks @JosemyDuarte)
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ GEM
|
|||||||
colorator (1.1.0)
|
colorator (1.1.0)
|
||||||
concurrent-ruby (1.0.5)
|
concurrent-ruby (1.0.5)
|
||||||
ethon (0.11.0)
|
ethon (0.11.0)
|
||||||
ffi (>= 1.3.0)
|
ffi (>= 1.9.24)
|
||||||
execjs (2.7.0)
|
execjs (2.7.0)
|
||||||
faraday (0.13.1)
|
faraday (0.13.1)
|
||||||
multipart-post (>= 1.2, < 3)
|
multipart-post (>= 1.2, < 3)
|
||||||
@@ -26,7 +26,7 @@ GEM
|
|||||||
github-pages (163)
|
github-pages (163)
|
||||||
activesupport (= 4.2.9)
|
activesupport (= 4.2.9)
|
||||||
github-pages-health-check (= 1.3.5)
|
github-pages-health-check (= 1.3.5)
|
||||||
jekyll (= 3.5.2)
|
jekyll (= 3.6.3)
|
||||||
jekyll-avatar (= 0.5.0)
|
jekyll-avatar (= 0.5.0)
|
||||||
jekyll-coffeescript (= 1.0.2)
|
jekyll-coffeescript (= 1.0.2)
|
||||||
jekyll-default-layout (= 0.1.4)
|
jekyll-default-layout (= 0.1.4)
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
# baseurl is the website's URL without the hostname
|
# baseurl is the website's URL without the hostname
|
||||||
|
|
||||||
# If you are building a simple GitHub user page (http://username.github.io) then use these settings:
|
# If you are building a simple GitHub user page (http://username.github.io) then use these settings:
|
||||||
url: "https://bryanroessler.com"
|
url: "https://blog.bryanroessler.com"
|
||||||
baseurl: ""
|
baseurl: ""
|
||||||
|
|
||||||
# If you are building a GitHub project page then use these settings:
|
# If you are building a GitHub project page then use these settings:
|
||||||
@@ -23,6 +23,7 @@ description: Ordo ab chao
|
|||||||
|
|
||||||
# List of links in the navigation bar
|
# List of links in the navigation bar
|
||||||
navbar-links:
|
navbar-links:
|
||||||
|
Home: "https://bryanroessler.com"
|
||||||
CV: "https://cv.bryanroessler.com"
|
CV: "https://cv.bryanroessler.com"
|
||||||
Repos: "https://git.bryanroessler.com"
|
Repos: "https://git.bryanroessler.com"
|
||||||
Services:
|
Services:
|
||||||
|
|||||||
@@ -30,5 +30,3 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% include google_analytics.html %}
|
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
<link rel="alternate" type="application/rss+xml" title="{{ site.title }} {{ site.title-separator }} {{ site.description }}" href="{{ site.baseurl }}/feed.xml" />
|
<link rel="alternate" type="application/rss+xml" title="{{ site.title }} {{ site.title-separator }} {{ site.description }}" href="{{ site.baseurl }}/feed.xml" />
|
||||||
|
|
||||||
{% include gtm_head.html %}
|
{% include gtm_head.html %}
|
||||||
|
{% include google_analytics.html %}
|
||||||
|
|
||||||
{% if layout.common-ext-css %}
|
{% if layout.common-ext-css %}
|
||||||
{% for css in layout.common-ext-css %}
|
{% for css in layout.common-ext-css %}
|
||||||
|
|||||||
Reference in New Issue
Block a user