Skip to content

Commit ee11cd9

Browse files
author
Christian Jung
committed
restructure for Hugo
1 parent 17e95f4 commit ee11cd9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+38
-2
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "themes/hugo-theme-learn"]
2+
path = themes/hugo-theme-learn
3+
url = https://github.com/matcornic/hugo-theme-learn.git

_config.yml

-2
This file was deleted.

config.toml

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
baseurl = "https://cjung.gitlab.io/ansible-summit-labs-2020/"
2+
contentdir = "content"
3+
layoutdir = "layouts"
4+
publishdir = "public"
5+
6+
title = "Ansible Labs for Red Hat Summit"
7+
canonifyurls = true
8+
paginate = 10
9+
10+
# Change the default theme to be use when building the site with Hugo
11+
theme = "hugo-theme-learn"
12+
13+
# For search functionality
14+
[outputs]
15+
home = [ "HTML", "RSS", "JSON"]
16+
17+
[author]
18+
name = "Christian, Eric, Götz, Ismail, Joachim"
19+
20+
[params]
21+
DateForm = "Mon, Jan 2, 2006"
22+
Description = "Ansible and Ansible Tower Labs"
23+
Author = "Christian, Eric, Götz, Ismail, Joachim"
24+
Ganalytics = "XX-00000000-0"
25+
themeVariant = "red"
26+
27+
[[menu.shortcuts]]
28+
name = "<i class='fas fa-home'></i> Homepage"
29+
url = "https://www.redhat.com"
30+
weight = 10

README.md content/_index.md

layouts/partials/logo.html

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<a id="logo" href="{{ .Site.BaseURL }}">
2+
<img src="/images/summit-badge.png">
3+
</a>

layouts/partials/menu-footer.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<p></p>

static/images/adv_tower_diagram.png

85.4 KB

static/images/ansible-logo.png

28.5 KB

static/images/ansiblef5-large.png

157 KB
30 KB
28.9 KB

static/images/ansiblef5.png

19.4 KB

static/images/dashboard.png

75.7 KB

static/images/diagram.png

122 KB

static/images/f5topology.png

61.3 KB

static/images/green_plus.png

397 Bytes

static/images/japan.png

1.95 KB

static/images/job_overview.png

157 KB

static/images/job_workflow.png

48.5 KB

static/images/network_diagram.png

53.7 KB

static/images/networkautomation.png

22.8 KB

static/images/on_off.png

5.43 KB
18.4 KB

static/images/select.png

4.46 KB

static/images/summit-badge.png

30.1 KB

static/images/summit-banner.png

13.1 KB

static/images/tower_hosts.png

4.61 KB

static/images/uk.png

2.32 KB

static/images/vscode-pwd.png

18.7 KB

static/images/vscode-terminal.png

113 KB

static/images/w_button.png

2.03 KB

themes/hugo-theme-learn

Submodule hugo-theme-learn added at 8466ab9

0 commit comments

Comments
 (0)