Skip to content

Commit 1b4d238

Browse files
author
gkohen
committed
Add authors.
1 parent f6b71d1 commit 1b4d238

File tree

6 files changed

+63
-1
lines changed

6 files changed

+63
-1
lines changed

_config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ analytics:
103103
anonymize_ip : # true, false (default)
104104

105105
head_scripts:
106-
- /assets/js/google_tag_manager.js
107106

108107
# Site Author
109108
# author:

_data/authors.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Stephan Erb:
1212
icon: "fab fa-fw fa-twitter-square"
1313
url: "https://twitter.com/erbstephan"
1414

15+
Jan Karstens:
16+
name : "Jan Karstens"
17+
avatar : "assets/images/authors/jan_karstens.png"
18+
1519
Markus Klein:
1620
name : "Markus Klein"
1721
bio : "I trust in Rust"

_includes/youtube.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<div class="video-container"><iframe
2+
src="https://www.youtube.com/embed/{{ include.id }}"
3+
frameborder="0"
4+
allowfullscreen>
5+
</iframe></div>

_layouts/default.html

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
---
3+
4+
<!doctype html>
5+
<!--
6+
Minimal Mistakes Jekyll Theme 4.15.2 by Michael Rose
7+
Copyright 2013-2019 Michael Rose - mademistakes.com | @mmistakes
8+
Free for personal and commercial use under the MIT license
9+
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
10+
-->
11+
<html lang="{{ site.locale | slice: 0,2 | default: "en" }}" class="no-js">
12+
<head>
13+
{% include head.html %}
14+
{% include head/custom.html %}
15+
<!-- Google Tag Manager -->
16+
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
17+
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
18+
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
19+
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
20+
})(window,document,'script','dataLayer','GTM-KMKMN5D');</script>
21+
<!-- End Google Tag Manager -->
22+
</head>
23+
24+
<body class="layout--{{ page.layout | default: layout.layout }}{% if page.classes or layout.classes %}{{ page.classes | default: layout.classes | join: ' ' | prepend: ' ' }}{% endif %}">
25+
<!-- Google Tag Manager (noscript) -->
26+
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KMKMN5D"
27+
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
28+
<!-- End Google Tag Manager (noscript) -->
29+
{% include_cached browser-upgrade.html %}
30+
{% include_cached masthead.html %}
31+
32+
<div class="initial-content">
33+
{{ content }}
34+
</div>
35+
36+
{% if site.search == true %}
37+
<div class="search-content">
38+
{% include_cached search/search_form.html %}
39+
</div>
40+
{% endif %}
41+
42+
<div class="page__footer">
43+
<footer>
44+
{% include footer/custom.html %}
45+
{% include_cached footer.html %}
46+
</footer>
47+
</div>
48+
49+
{% include scripts.html %}
50+
51+
</body>
52+
</html>

_posts/2019-02-19-welcome-jda.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ header:
77
overlay_image: assets/images/dataStorm_72DPI.jpg
88
overlay_filter: 0.2
99
show_overlay_excerpt: false
10+
author: Jan Karstens
11+
author_profile: true
1012
---
1113
In the month of July 2018, JDA announced the acquisition of Blue Yonder. As part of
1214
the integration we are happy to announce that the Blue Yonder Tech blog
136 KB
Loading

0 commit comments

Comments
 (0)