mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-23 21:53:09 +02:00
Migrate docs to Bootstrap 3.0
This commit is contained in:
@@ -7,12 +7,11 @@
|
||||
{{ template "chrome/includes.html" . }}
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar"></div>
|
||||
<div class="container-fluid">
|
||||
<div class="row-fluid">
|
||||
<div class="span3">
|
||||
<div class="well" style="background-color: #222; color: #ccc;">
|
||||
<h1>Hugo</h1>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-3 well">
|
||||
<div>
|
||||
<h1><a href="/">Hugo</a></h1>
|
||||
<p>A Fast and Flexible Static Site Generator
|
||||
built with love by <a href="http://spf13.com">spf13</a> and <a
|
||||
href="http://github.com/spf13/hugo/graphs/contributors">friends</a>
|
||||
@@ -20,4 +19,4 @@
|
||||
</div>
|
||||
{{ template "chrome/menu.html" . }}
|
||||
</div>
|
||||
<div class="span9">
|
||||
<div class="col-md-9">
|
||||
|
@@ -1,2 +1,2 @@
|
||||
<link rel="stylesheet" href="/static/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="/static/css/bootstrap-responsive.css">
|
||||
<link href="/static/css/bootstrap.css" rel="stylesheet"/>
|
||||
<link href="/static/css/styles.css" rel="stylesheet"/>
|
||||
|
@@ -1,16 +1,14 @@
|
||||
<ul class="nav nav-list">
|
||||
<li> <a href="/">Home</a></li>
|
||||
<li class="divider"></li>
|
||||
<li class="nav-header">Getting Started</li>
|
||||
<ul class="nav nav-stacked">
|
||||
<li class="text-muted"><h4>Getting Started</h4></li>
|
||||
<li hugo-nav="/overview/quickstart"> <a href="/overview/quickstart">Quick Start</a></li>
|
||||
<li hugo-nav="/overview/installing"> <a href="/overview/installing">Installing Hugo</a></li>
|
||||
<li hugo-nav="/overview/usage"> <a href="/overview/usage">Usage</a> </li>
|
||||
<li hugo-nav="/overview/configuration"> <a href="/overview/configuration">Configuration</a></li>
|
||||
<li hugo-nav="/overview/source-directory"> <a href="/overview/source-directory">Source Directory Layout</a></li>
|
||||
<li class="divider"></li>
|
||||
<li class="nav-header">Layout</li>
|
||||
|
||||
<li class="text-muted"><h4>Layout</h4></li>
|
||||
<li> <a href="/layout/templates">Overview</a></li>
|
||||
<!--<li> <a href="/layout/go-templates">Go Templates</a></li>-->
|
||||
<li hugo-nav="/layout/variables"> <a href="/layout/variables">Variables</a></li>
|
||||
<li hugo-nav="/layout/homepage"> <a href="/layout/homepage">Homepage</a></li>
|
||||
<li hugo-nav="/layout/rss"> <a href="/layout/rss">RSS</a></li>
|
||||
@@ -19,21 +17,23 @@
|
||||
<li hugo-nav="/layout/views"> <a href="/layout/views">Content Views</a></li>
|
||||
<li hugo-nav="/layout/chrome"> <a href="/layout/chrome">Chrome</a></li>
|
||||
<li class="divider"></li>
|
||||
<li class="nav-header">Content</li>
|
||||
|
||||
<li class="text-muted"><h4>Content</h4></li>
|
||||
<li hugo-nav="/content/organization"> <a href="/content/organization">Organization</a></li>
|
||||
<li hugo-nav="/content/sections"> <a href="/content/sections">Sections</a></li>
|
||||
<li hugo-nav="/content/types"> <a href="/content/types">Types</a></li>
|
||||
<li hugo-nav="/content/front-matter"> <a href="/content/front-matter">Front Matter</a></li>
|
||||
<li hugo-nav="/content/example"> <a href="/content/example">Example</a></li>
|
||||
<li class="divider"></li>
|
||||
<li class="nav-header">Extras</li>
|
||||
|
||||
<li class="text-muted"><h4>Extras</h4></li>
|
||||
<li hugo-nav="/extras/shortcodes"> <a href="/extras/shortcodes">ShortCodes</a></li>
|
||||
<li hugo-nav="/extras/aliases"> <a href="/extras/aliases">Aliases</a></li>
|
||||
<li hugo-nav="/extras/indexes"> <a href="/extras/indexes">Indexes</a></li>
|
||||
<li hugo-nav="/extras/indexes/category"> <a href="/extras/indexes/category">Example Index - Category</a></li>
|
||||
<!--<li> <a href="/extras/indexes/series">Example Index - Series</a></li>-->
|
||||
<li class="divider"></li>
|
||||
<li class="nav-header">Meta</li>
|
||||
<li class="text-muted"><h4>Meta</h4></li>
|
||||
<li hugo-nav="/meta/release-notes"> <a href="/meta/release-notes">Release Notes</a></li>
|
||||
<li hugo-nav="/meta/roadmap"> <a href="/meta/roadmap">Roadmap</a> </li>
|
||||
<li hugo-nav="/meta/contributing"> <a href="/meta/contributing">Contributing</a></li>
|
||||
|
Reference in New Issue
Block a user