mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 19:56:41 +02:00
Add example site
* Revert back to using author in params
This commit is contained in:
159
exampleSite/public/about-hugo/index.html
Normal file
159
exampleSite/public/about-hugo/index.html
Normal file
@@ -0,0 +1,159 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||||
|
||||
|
||||
<base href="http://localhost:1313/">
|
||||
<title>
|
||||
|
||||
|
||||
About Hugo · Hugo Themes
|
||||
|
||||
</title>
|
||||
<link rel="canonical" href="http://localhost:1313/about-hugo/">
|
||||
|
||||
<link rel="stylesheet" href="http://localhost:1313/css/reset.css">
|
||||
<link rel="stylesheet" href="http://localhost:1313/css/pygments.css">
|
||||
<link rel="stylesheet" href="http://localhost:1313/css/main.css">
|
||||
|
||||
|
||||
|
||||
<link rel="shortcut icon"
|
||||
|
||||
href="http://localhost:1313/img/myicon.ico"
|
||||
|
||||
>
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body lang="en">
|
||||
|
||||
<div class="section header">
|
||||
<div class="container">
|
||||
<div class="content">
|
||||
<nav>
|
||||
<ul>
|
||||
<a href="http://localhost:1313/posts"><li>posts</li></a>
|
||||
<a href="http://localhost:1313/about"><li>about</li></a>
|
||||
<a href="http://localhost:1313/code"><li>code</li></a>
|
||||
</ul>
|
||||
</nav>
|
||||
<a href="http://localhost:1313/"><div class="name">map[]</div></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section icons">
|
||||
<div class="container">
|
||||
<div class="content">
|
||||
|
||||
|
||||
<a href="//github.com/username" target="_blank">
|
||||
<i class="icon ion-social-github"></i>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="//twitter.com/username" target="_blank">
|
||||
<i class="icon ion-social-twitter"></i>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="//linkedin.com/in/username" target="_blank">
|
||||
<i class="icon ion-social-linkedin"></i>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="//facebook.com/username" target="_blank">
|
||||
<i class="icon ion-social-facebook larger"></i>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="mailto:username@hogwarts.edu">
|
||||
<i class="icon ion-ios-email larger"></i>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section main">
|
||||
<div class="container">
|
||||
<div class="content">
|
||||
<div class="page-heading">
|
||||
|
||||
About Hugo
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="markdown">
|
||||
|
||||
|
||||
<p>Hugo is a static site engine written in Go.</p>
|
||||
|
||||
<p>It makes use of a variety of open source projects including:</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://github.com/spf13/cobra">Cobra</a></li>
|
||||
<li><a href="https://github.com/spf13/viper">Viper</a></li>
|
||||
<li><a href="https://github.com/spf13/jWalterWeatherman">J Walter Weatherman</a></li>
|
||||
<li><a href="https://github.com/spf13/cast">Cast</a></li>
|
||||
</ul>
|
||||
|
||||
<p>Learn more and contribute on <a href="https://github.com/spf13">GitHub</a>.</p>
|
||||
|
||||
<h2 id="setup:6083a88ee3411b0d17ce02d738f69d47">Setup</h2>
|
||||
|
||||
<p>Some fun facts about <a href="http://gohugo.io/">Hugo</a>:</p>
|
||||
|
||||
<ul>
|
||||
<li>Built in <a href="http://golang.org/">Go</a></li>
|
||||
<li>Loosely inspired by <a href="http://jekyllrb.com/">Jekyll</a></li>
|
||||
<li>Primarily developed by <a href="http://spf13.com/">spf13</a> on the train while commuting to and from Manhattan.</li>
|
||||
<li>Coded in <a href="http://vim.org">Vim</a> using <a href="http://vim.spf13.com/">spf13-vim</a></li>
|
||||
</ul>
|
||||
|
||||
<p>Have questions or suggestions? Feel free to <a href="https://github.com/spf13/hugo/issues/new">open an issue on GitHub</a> or <a href="https://twitter.com/spf13">ask me on Twitter</a>.</p>
|
||||
|
||||
<p>Thanks for reading!</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
try {
|
||||
var pageTracker = _gat._getTracker("\x3cGoogle-Analytics-ID\x3e");
|
||||
pageTracker._trackPageview();
|
||||
} catch(err) {}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<script>document.write('<script src="http://'
|
||||
+ (location.host || 'localhost').split(':')[0]
|
||||
+ ':1313/livereload.js?mindelay=10"></'
|
||||
+ 'script>')</script></body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user