Skip to content

Commit 3a7c428

Browse files
committed
basic splash
1 parent 355aca2 commit 3a7c428

File tree

11 files changed

+244
-34
lines changed

11 files changed

+244
-34
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
FROM bketelsen/hugo-nginx-docker
2+
ADD sites-enabled/ /etc/nginx/sites-enabled/

config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
baseurl = "http://gophercon.com"
22
languageCode = "en-us"
3-
title = "GopherCon"
3+
title = "GopherCon 2015"

content/about.md

-10
This file was deleted.

content/comingsoon.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
+++
2+
title = "Coming Soon"
3+
date = 2015-01-19T06:40:42Z
4+
author = ["Brian Ketelsen"]
5+
+++
6+
7+
Our team of Gophers is busy creating a new website for GopherCon 2015. While we're doing that you can still [submit a proposal to speak](http://cfp.gophercon.com) or [purchase your tickets to attend](https://ti.to/gophercon/gophercon-2015).
8+
9+
We'll be releasing information about hotel blocks and rates soon. Stay tuned for more details.
10+
11+
GopherCon 2015 will be in Denver, on July 7th through July 10th at the Colorado Convention Center. We look forward to seeing you there!
12+
13+
Schedule:
14+
15+
July 7th - Optional Workshop Day (Tickets available later)
16+
July 8th - Full conference day 1
17+
July 9th - Full conference day 2
18+
July 10th - Optional Hack Day

layouts/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</div>
2323
</p>
2424
<div class="post">
25-
<div id="content-font"><p>{{ .Summary }}</br></br><a href="{{ .Permalink }}" class="readmore">Read more...</a></p></div>
25+
<div id="content-font"><p>{{ .Content }}</br></br></p></div>
2626

2727
</div>
2828
</article>

public/about/index.html

+1-4
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,7 @@ <h2 id="a-headline:6083a88ee3411b0d17ce02d738f69d47">A Headline</h2>
177177
ga('create', 'UA-40924989-2', 'gopheracademy.com');
178178
ga('send', 'pageview');
179179
</script>
180-
<script>document.write('<script src="http://'
181-
+ (location.host || 'localhost').split(':')[0]
182-
+ ':1313/livereload.js?mindelay=10"></'
183-
+ 'script>')</script></body>
180+
</body>
184181

185182
</html>
186183

public/comingsoon/index.html

+184
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,184 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Coming Soon</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="description" content="">
8+
<link href="/rss.xml" rel="alternate" type="application/rss+xml" title="GopherAcademy Blog" />
9+
<link href="/css/bootstrap.min.css" rel="stylesheet">
10+
<link href="/css/hc.css" rel="stylesheet">
11+
<link href="/js/highlight/styles/github.css" rel="stylesheet">
12+
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
13+
14+
15+
</head>
16+
<body>
17+
<div class="nav-toggle"><i class="fa fa-bars fa-2x"></i> Gopher Academy </div>
18+
<div id = "wrapper">
19+
<div class="navbar navbar-default" role="navigation">
20+
<div class="container">
21+
<div class="navbar-header">
22+
<a href="/"><img src="/images/gopheracademy-logo_sm.png" alt="" /></a>
23+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
24+
<span class="sr-only">Toggle navigation</span>
25+
<span class="icon-bar"></span>
26+
<span class="icon-bar"></span>
27+
<span class="icon-bar"></span>
28+
</button>
29+
30+
</div>
31+
32+
<div class="navbar-collapse collapse">
33+
<ul class="nav navbar-nav ">
34+
<li class="smallmenu"><a href="/post/">Categories</a></li>
35+
<li class="smallmenu"><a href="http://www.gopheracademy.com">Gopher Academy</a></li>
36+
<li class="smallmenu"><a href="http://www.gophercon.com">GopherCon</a></li>
37+
38+
<hr />
39+
40+
41+
<form name="google-search" method="get" action="http://www.google.com/search">
42+
43+
<div class="post_search input-group">
44+
<input type="hidden" name="sitesearch" value="blog.gopheracademy.com">
45+
<input type="text" name="q" class="form-control">
46+
<span class="input-group-btn">
47+
<button class="btn btn-default" type="submit"><span class="glyphicon glyphicon-search"></span></button>
48+
</span>
49+
</div>
50+
51+
</ul>
52+
</div>
53+
</div>
54+
</div>
55+
56+
57+
58+
59+
<div id="sidebar-wrapper">
60+
<ul class="sidebar-nav nav nav-pills nav-stacked">
61+
<li class="sidebar-brand"><a href="/"><img src="/images/gopheracademy-logo.png" srcset="/images/gopheracademy-logo.png 1x, /images/gopheracademy-logo-2x.png 2x" width="140" height="145" alt="" /></a></li>
62+
<hr />
63+
<form name="google-search" method="get" action="http://www.google.com/search">
64+
65+
<div class="post_search input-group">
66+
<input type="hidden" name="sitesearch" value="blog.gopheracademy.com">
67+
<input type="text" name="q" class="form-control">
68+
<span class="input-group-btn">
69+
<button class="btn btn-default" type="submit"><span class="glyphicon glyphicon-search"></span></button>
70+
</span>
71+
</div>
72+
</form>
73+
74+
<hr />
75+
<li class=""><a href="/post/">Categories</a></li>
76+
<li class=""><a href="http://www.gopheracademy.com">Gopher Academy</a></li>
77+
<li class=""><a href="http://www.gophercon.com">GopherCon</a></li>
78+
79+
<hr />
80+
81+
<hr />
82+
<div id="social-wrapper">
83+
<a class="icon-social twitter" href="https://twitter.com/gopheracademy" target="_blank"></a>
84+
<a class="icon-social github" href="https://github.com/gopheracademy" target="_blank"></a>
85+
<a class="icon-social slack" href="https://docs.google.com/forms/d/1Wk7Alq-lp9sgH3h___zMPmh4gAaghsGpnnsW0Pa_9Ik/viewform?fbzx=4754263898376949596#start=invite" target="_blank"></a>
86+
<a class="icon-social rss" href="/rss.xml" target="_blank"></a>
87+
</div>
88+
89+
<div class="newCredit">
90+
<p class="text-muted ">&copy; 2015 Gopher Academy, LLC 2013
91+
<br />
92+
Powered by <a href="http://gohugo.io/" target="_blank">Hugo</a>
93+
<br />
94+
Designed by <a href="http://www.ardanstudios.com/" target="_blank">Ardan Studios</a>
95+
96+
</p>
97+
<div>
98+
99+
100+
</ul>
101+
102+
103+
104+
105+
106+
107+
</div>
108+
109+
110+
111+
112+
<div class="container">
113+
114+
115+
116+
117+
118+
<div id="article-body">
119+
120+
121+
<div class="article-title">Coming Soon
122+
</div>
123+
<p class="meta">Contributed by <mark>
124+
<script type="text/javascript">
125+
var arr = [];
126+
127+
arr.push("Brian Ketelsen")
128+
129+
document.write(arr.join(" & "));
130+
</script>
131+
</mark>
132+
&nbsp;<i class="fa fa-calendar-o"></i> 2015-01-19</p>
133+
<p class="meta"><small></p>
134+
<hr/>
135+
<div class="post"></br>
136+
<div id="content-font">
137+
<p>Our team of Gophers is busy creating a new website for GopherCon 2015. While we&rsquo;re doing that you can still <a href="http://cfp.gophercon.com">submit a proposal to speak</a> or <a href="https://ti.to/gophercon/gophercon-2015">purchase your tickets to attend</a></p>
138+
139+
<p>We&rsquo;ll be releasing information about hotel blocks and rates soon. Stay tuned for more details.</p>
140+
141+
<p>GopherCon 2015 will be in Denver, on July 7th through July 10th at the Colorado Convention Center. We look forward to seeing you there!</p>
142+
143+
</div>
144+
</div>
145+
146+
147+
148+
<p>
149+
150+
</p>
151+
</div>
152+
153+
154+
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
155+
156+
<ul class="pager">
157+
158+
159+
</ul>
160+
161+
</ul>
162+
</div>
163+
<footer>
164+
</footer>
165+
166+
<script src="/js/jquery-1.10.2.min.js"></script>
167+
<script src="/js/bootstrap.min.js"></script>
168+
<script src="/js/bootstrap.js"></script>
169+
<script type="text/javascript" src="/js/hc.js"></script>
170+
<script src="/js/highlight/highlight.pack.js"></script>
171+
<script>hljs.initHighlightingOnLoad();</script>
172+
<script>
173+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
174+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
175+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
176+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
177+
178+
ga('create', 'UA-40924989-2', 'gopheracademy.com');
179+
ga('send', 'pageview');
180+
</script>
181+
</body>
182+
183+
</html>
184+

public/index.html

+10-6
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,15 @@
120120

121121
<article>
122122
<p class="lead">
123-
<a href="http://localhost:1313/about/" class="article-title">about</a>
123+
<a href="http://localhost:1313/comingsoon/" class="article-title">Coming Soon</a>
124124

125125
<div id="dat">
126126

127127
<p class="meta">Contributed by <mark>
128128
<script type="text/javascript">
129129
var arr = [];
130+
131+
arr.push("Brian Ketelsen")
130132

131133
document.write(arr.join(" & "));
132134
</script>
@@ -136,7 +138,12 @@
136138
</div>
137139
</p>
138140
<div class="post">
139-
<div id="content-font"><p>A Headline Some content blue</br></br><a href="http://localhost:1313/about/" class="readmore">Read more...</a></p></div>
141+
<div id="content-font"><p><p>Our team of Gophers is busy creating a new website for GopherCon 2015. While we&rsquo;re doing that you can still <a href="http://cfp.gophercon.com">submit a proposal to speak</a> or <a href="https://ti.to/gophercon/gophercon-2015">purchase your tickets to attend</a></p>
142+
143+
<p>We&rsquo;ll be releasing information about hotel blocks and rates soon. Stay tuned for more details.</p>
144+
145+
<p>GopherCon 2015 will be in Denver, on July 7th through July 10th at the Colorado Convention Center. We look forward to seeing you there!</p>
146+
</br></br></p></div>
140147

141148
</div>
142149
</article>
@@ -173,10 +180,7 @@
173180
ga('create', 'UA-40924989-2', 'gopheracademy.com');
174181
ga('send', 'pageview');
175182
</script>
176-
<script>document.write('<script src="http://'
177-
+ (location.host || 'localhost').split(':')[0]
178-
+ ':1313/livereload.js?mindelay=10"></'
179-
+ 'script>')</script></body>
183+
</body>
180184

181185
</html>
182186

public/index.xml

+8-9
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,20 @@
99

1010

1111

12-
<lastBuildDate>Mon, 19 Jan 2015 20:54:19 -0500</lastBuildDate>
12+
<lastBuildDate>Mon, 19 Jan 2015 06:40:42 &#43;0000</lastBuildDate>
1313
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
1414

1515
<item>
16-
<title>about</title>
17-
<link>http://localhost:1313/about/</link>
18-
<pubDate>Mon, 19 Jan 2015 20:54:19 -0500</pubDate>
16+
<title>Coming Soon</title>
17+
<link>http://localhost:1313/comingsoon/</link>
18+
<pubDate>Mon, 19 Jan 2015 06:40:42 &#43;0000</pubDate>
1919

20-
<guid>http://localhost:1313/about/</guid>
21-
<description>
20+
<guid>http://localhost:1313/comingsoon/</guid>
21+
<description>&lt;p&gt;Our team of Gophers is busy creating a new website for GopherCon 2015. While we&amp;rsquo;re doing that you can still &lt;a href=&#34;http://cfp.gophercon.com&#34;&gt;submit a proposal to speak&lt;/a&gt; or &lt;a href=&#34;https://ti.to/gophercon/gophercon-2015&#34;&gt;purchase your tickets to attend&lt;/a&gt;&lt;/p&gt;
2222

23-
&lt;h2 id=&#34;a-headline:6083a88ee3411b0d17ce02d738f69d47&#34;&gt;A Headline&lt;/h2&gt;
23+
&lt;p&gt;We&amp;rsquo;ll be releasing information about hotel blocks and rates soon. Stay tuned for more details.&lt;/p&gt;
2424

25-
&lt;p&gt;Some content
26-
blue&lt;/p&gt;
25+
&lt;p&gt;GopherCon 2015 will be in Denver, on July 7th through July 10th at the Colorado Convention Center. We look forward to seeing you there!&lt;/p&gt;
2726
</description>
2827
</item>
2928

public/sitemap.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
<url>
55
<loc>http://localhost:1313/</loc>
6-
<lastmod>2015-01-19T20:54:19-05:00</lastmod>
6+
<lastmod>2015-01-19T06:40:42+00:00</lastmod>
77
<priority>0</priority>
88
</url>
99

1010
<url>
11-
<loc>http://localhost:1313/about/</loc>
12-
<lastmod>2015-01-19T20:54:19-05:00</lastmod>
11+
<loc>http://localhost:1313/comingsoon/</loc>
12+
<lastmod>2015-01-19T06:40:42+00:00</lastmod>
1313
</url>
1414

1515
</urlset>

sites-enabled/default

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
server {
2+
listen 80 default_server;
3+
root /app;
4+
index index.html index.htm;
5+
6+
# Make site accessible from http://localhost/
7+
server_name localhost;
8+
9+
10+
location / {
11+
12+
# First attempt to serve request as file, then
13+
# as directory, then fall back to index.html
14+
try_files $uri $uri/ /index.html;
15+
}
16+
}

0 commit comments

Comments
 (0)