File: index.html

package info (click to toggle)
hugo 0.18.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 14,856 kB
  • ctags: 3,246
  • sloc: makefile: 73; xml: 29; sh: 16
file content (317 lines) | stat: -rw-r--r-- 12,266 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="Hugo, a fast and flexible static site generator built with love by spf13 and friends in Go">
    <meta name="author" content="Steve Francia (spf13) and friends">
    <title>Hugo :: A fast and modern static website engine</title>

    {{ "<!--icon for browser shortcuts-->" | safeHTML }}
    <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">

    {{ "<!--icon to represent this web page on Apple iOS-->" | safeHTML }}
    <link rel="apple-touch-icon" href="/apple-touch-icon.png">

    {{ "<!--Bootstrap core CSS-->" | safeHTML }}
    <link rel="stylesheet" type="text/css" href="/css/bootstrap-stripped-gohugo.css">
    <link rel="stylesheet" type="text/css" href="/css/bootstrap-changes-gohugo.css">
    <link rel="stylesheet" type="text/css" href="/css/bootstrap-additions-gohugo.css">

    {{ "<!--non-Bootstrap CSS (keep below Bootstrap CSS)-->" | safeHTML }}
    <link rel="stylesheet" type="text/css" href="/vendor/OwlCarousel2/css/owl.carousel.css">
    <link rel="stylesheet" type="text/css" href="/vendor/OwlCarousel2/css/owl.theme.default.css">
    <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Arbutus+Slab%7CCabin:600%7CSource+Code+Pro">
    <link rel="stylesheet" type="text/css" href="/css/hugofont.css">
    <link rel="stylesheet" type="text/css" href="/css/home-page-style.css">
    <link rel="stylesheet" type="text/css" href="/css/home-page-style-responsive.css">
  </head>
  <body>

    {{ "<!--full page image header area start-->" | safeHTML }}
    <div id="top" class="header">
      <div class="vert-text">
        <a href="#intro">
            <img class="logo" src="/img/hugo.png" alt="Hugo logo">
        </a>
        <div class="buttonbox">
            <a class="btn-primary btn btn-lg" href="/overview/introduction/">
                Docs <i class="icon-idea"></i>
            </a>
            <a class="btn-success btn btn-lg" href="#action">
                Install <i class="icon-arrow-down"></i>
            </a>
            <a class="btn-info btn btn-lg" href="http://discuss.gohugo.io/">
                Community <i class="icon-talking"></i>
            </a>
            <a class="btn-repo btn btn-lg" href="https://github.com/spf13/hugo">
                GitHub <i class="icon-circlestar"></i>
            </a>
        </div>
      </div>
    </div>
    {{ "<!--full page image header area end-->" | safeHTML }}

    {{ "<!--main start-->" | safeHTML }}
    <div id="main">

        {{ "<!--intro start-->" | safeHTML }}
        <div id="intro" class="counterpoint">
          <div class="container">

            {{ "<!--row start-->" | safeHTML }}
            <div class="row">
              <div class="text-center col-md-6 col-md-offset-3">
                  <i class="lead-icon icon-pacman"></i>
                <h2>Make the Web Fun Again</h2>
                <p class="lead">
                    Introducing Hugo, a new idea for making website creation simple again.
                    Hugo works flexibly with many formats, and is ideal for
                    blogs, docs, portfolios and much more.
                    Hugo’s speed fosters
                    creativity&mdash;it makes building a website fun again.
                </p>
              </div>
            </div>
            {{ "<!--row end-->" | safeHTML }}

          </div>
        </div>
        {{ "<!--intro end-->" | safeHTML }}

        {{ "<!--point start-->" | safeHTML }}
        <div class="point">
          <div class="container">

            {{ "<!--row start-->" | safeHTML }}
            <div class="row">
              <div class="text-center col-md-6 col-md-offset-3">
                  <i class="point-icon icon-tux"></i>
                  <i class="point-icon icon-apple"></i>
                  <i class="point-icon icon-windows8"></i>
                <h2>Run Anywhere</h2>
                <p class="lead">
                Hugo is quite possibly the easiest software to install you’ve ever used:
                simply download and run!
                <b>
                Hugo doesn’t depend on administrative privileges, databases, runtimes,
                interpreters or external libraries.
                </b>
                Sites built with Hugo can be deployed on S3, GitHub Pages, Dropbox or any web host.
                </p>
              </div>
            </div>
            {{ "<!--row end-->" | safeHTML }}

          </div>
        </div>
        {{ "<!--point end-->" | safeHTML }}

        {{ "<!--counterpoint start-->" | safeHTML }}
        <div class="counterpoint">
          <div class="container">

            {{ "<!--row start-->" | safeHTML }}
            <div class="row">
              <div class="text-center col-md-6 col-md-offset-3">
                  <i class="lead-icon icon-rocket"></i>
                <h2>Fast &amp; Powerful</h2>
                <p class="lead">
                Hugo is designed for speed and performance. Great care has been
                taken to ensure build time with Hugo is as short as possible.
                We’re talking milliseconds to build your entire site&mdash;for most setups!
                </p>
              </div>
            </div>
            {{ "<!--row end-->" | safeHTML }}

          </div>
        </div>
        {{ "<!--counterpoint end-->" | safeHTML }}

        {{ "<!--point start-->" | safeHTML }}
        <div class="point">
          <div class="container">

            {{ "<!--row start-->" | safeHTML }}
            <div class="row">
              <div class="text-center col-md-6 col-md-offset-3">
                  <i class="point-icon icon-fork"></i>
                <h2>Flexible</h2>
                <p class="lead">
                Hugo is designed to work the way you do.
                Organize your content however you want with any URL structure.
                Group your content using your own indexes and categories.
                Define your own metadata in any format: YAML, TOML or JSON.
                Best of all, Hugo handles all these variations
                with virtually no configuration. Hugo
                just works.
                </p>
              </div>
            </div>
            {{ "<!--row end-->" | safeHTML }}

          </div>
        </div>
        {{ "<!--point end-->" | safeHTML }}


        {{ "<!--quote carousel start-->" | safeHTML }}
        <div class="callout">
          <div class="container">

            {{ "<!--row start-->" | safeHTML }}
            <div class="row">
              <div class="text-center col-md-12">
                  <i class="callout-icon icon-circlestar"></i>
                  <p></p>
              </div>
            </div>
            {{ "<!--row end-->" | safeHTML }}

            {{ "<!--row start-->" | safeHTML }}
            <div class="row">
              <div class="text-center col-md-12">

                  {{ "<!--wrapper for slides start-->" | safeHTML }}
                  <div class="carousel-inner owl-carousel">
{{ partial "quotes.html" ((where $.Site.Data.references.quotes "date" "ge" ($.Now.AddDate -2 0 0) | shuffle )) }}
                  </div>
                  {{ "<!--wrapper for slides end-->" | safeHTML }}

              </div>
            </div>
            {{ "<!--row end-->" | safeHTML }}

          </div>
        </div>
        {{ "<!--quote carousel end-->" | safeHTML }}

    </div>
    {{ "<!--main end-->" | safeHTML }}

        {{ "<!--counterpoint start-->" | safeHTML }}
        <div class="counterpoint">
          <div class="container">

            {{ "<!--row start-->" | safeHTML }}
            <div class="row">
              <div class="text-center col-md-6 col-md-offset-3">
                  <i class="lead-icon icon-octocat"></i>
                <h2>Open and Free</h2>
                <p class="lead">
                    Hugo is <a href="https://github.com/spf13/hugo">open source</a> and completely free.
                </p>
              </div>
            </div>
            {{ "<!--row end-->" | safeHTML }}

          </div>
        </div>
        {{ "<!--counterpoint end-->" | safeHTML }}

        {{ "<!--point start-->" | safeHTML }}
        <div class="point">
          <div class="container">

            {{ "<!--row start-->" | safeHTML }}
            <div class="row">
              <div class="text-center col-md-6 col-md-offset-3">
                  <i class="point-icon icon-beaker-alt"></i>
                  <i class="point-icon icon-heart"></i>
                  <i class="point-icon icon-spf13"></i>
                  <h2>Built with <i class="icon-heart"></i></h2>
                <p class="lead">
                Hugo is developed with love by <a href="http://spf13.com">spf13</a> and friends.
                We welcome all contributions.
                    New to Go? We’ll help you.
                    Not a developer? No problem! Help
                with <a href="/overview/introduction/">docs,</a> testing
                and <a href="https://github.com/spf13/hugoThemes/">themes.</a>
                </p>
              </div>
            </div>
            {{ "<!--row end-->" | safeHTML }}

          </div>
        </div>
        {{ "<!--counterpoint end-->" | safeHTML }}

        {{ "<!--call to action start-->" | safeHTML }}
        <div id="action" class="call-to-action">
          <div class="container">

            {{ "<!--row start-->" | safeHTML }}
            <div class="row">
              <div class="text-center col-md-10 col-md-offset-1">
                <h1>Getting Started</h1>
                <a class="btn-primary btn btn-lg" href="https://github.com/spf13/hugo/releases">
                    Download
                    <i class="icon-arrow-down"></i>
                </a>
                <a class="quickstart" href="/overview/quickstart/">
                    Quickstart Guide
                </a>
                <p>&nbsp;</p>
                <h4>Using Homebrew?</h4>
                <pre><code>brew update &amp;&amp; brew install hugo</code></pre>
              </div>
            </div>
            {{ "<!--row end-->" | safeHTML }}

          </div>
        </div>
        {{ "<!--call to action end-->" | safeHTML }}

        {{ "<!--footer start-->" | safeHTML }}
        <footer>
          <div class="container">

            {{ "<!--row start-->" | safeHTML }}
            <div class="row">
              <div class="text-center col-md-6 col-md-offset-3">
                <ul class="list-inline">
                    <li><a class="icon-twitter icon-2x" href="https://twitter.com/spf13"></a></li>
                    <li><a class="icon-octocat icon-2x" href="https://github.com/spf13/hugo"></a></li>
                </ul>
                <hr>
                <p>Copyright &copy; Steve Francia 2013&ndash;{{ .Now.Format "2006" }}</p>
              </div>
            </div>
            {{ "<!--row end-->" | safeHTML }}

          </div>
        </footer>
        {{ "<!--footer end-->" | safeHTML }}

  {{ "<!--JavaScript: Keep at the end of the document so the page loads faster-->" | safeHTML }}
  <script src="/vendor/jquery/js/jquery-2.1.4.min.js"></script>

  {{ "<!--Bootstrap core JavaScript here-->" | safeHTML }}
  {{ `<!--<script src="/vendor/twitter/js/bootstrap.min.js"></script>-->` | safeHTML }}

  <script src="/vendor/OwlCarousel2/js/owl.carousel.min.js"></script>
  <script src="/js/owl.carousel-custom.js"></script>

  {{ "<!--custom JavaScript-->" | safeHTML }}
  <script>
    $(function() {
        $('a[href*=#]:not([href=#])').click(function() {
          if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'')
              || location.hostname == this.hostname) {

            var target = $(this.hash);
            target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
            if (target.length) {
              $('html,body').animate({
                scrollTop: target.offset().top
              }, 1000);
              return false;
            }
          }
        });
      });
  </script>

  </body>
</html>