Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/schollz/onetwothree.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/post/hugoisforlovers/index.html')
-rw-r--r--[-rwxr-xr-x]docs/post/hugoisforlovers/index.html96
1 files changed, 75 insertions, 21 deletions
diff --git a/docs/post/hugoisforlovers/index.html b/docs/post/hugoisforlovers/index.html
index 130ddfe..0572688 100755..100644
--- a/docs/post/hugoisforlovers/index.html
+++ b/docs/post/hugoisforlovers/index.html
@@ -3,40 +3,95 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
+
<title>Getting Started with Hugo</title>
<meta name="description" content="">
+ <meta name="image" content="">
<meta itemprop="name" content="Getting Started with Hugo">
<meta itemprop="description" content="">
+ <meta itemprop="image" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Getting Started with Hugo">
<meta name="twitter:description" content="">
+ <meta name="twitter:site" content="@yakczar">
+ <meta name="twitter:creator" content="@yakczar">
+ <meta name="twitter:image:src" content="">
<meta name="og:title" content="Getting Started with Hugo">
<meta name="og:description" content="">
- <meta name="og:type" content="website">
- <link rel="stylesheet" type="text/css" href="https://schollz.github.io/onetwothree/css/style.css">
- <script src="https://schollz.github.io/onetwothree/js/caption.js"></script>
+
+ <meta name="og:url" content="http://schollz.github.io/onetwothree/post/hugoisforlovers/">
+ <meta name="og:site_name" content="Getting Started with Hugo">
+ <meta name="og:type" content="article">
+
+ <meta name="article:author" content="yakczar">
+ <meta name="article:tag" content="go golang hugo development ">
+ <link rel="stylesheet" type="text/css" href="http://schollz.github.io/onetwothree/css/style.css">
+ <script src="http://schollz.github.io/onetwothree/js/caption.js"></script>
</head>
<body>
+
-<header>
- <a href="https://schollz.github.io/onetwothree/">/posts</a>
-
-&nbsp;·&nbsp;&nbsp;<a href="https://schollz.github.io/onetwothree/about/" style="color:black;">/About Hugo</a>
-
-
-
-</header>
-
-
+<header style="color:#CCCCCC;">
+ <a href="http://schollz.github.io/onetwothree/" style="color:#CCCCCC;"><strong>Posts</strong></a>&nbsp;&nbsp;·&nbsp;&nbsp;<a href="http://schollz.github.io/onetwothree/about/" style="color:#CCCCCC;"><strong>About Hugo</strong></a>
+
+
+</header>
+
+<div id="loadingMask" style="width: 100%; height: 100%; position: fixed; background: #fff;"></div>
+<script>
+function fadeOut(el) {
+ el.style.opacity = 1;
+
+ var last = +new Date();
+ var tick = function() {
+ el.style.opacity = +el.style.opacity - (new Date() - last) / 80;
+ last = +new Date();
+
+
+ if (el.style.opacity > 0) {
+ (window.requestAnimationFrame && requestAnimationFrame(tick)) || setTimeout(tick, 16);
+ } else {
+ el.style.display='none';
+ }
+ };
+
+ tick();
+}
+
+function ready(fn) {
+ if (document.attachEvent ? document.readyState === "complete" : document.readyState !== "loading") {
+ el = document.getElementById('loadingMask');
+ fadeOut(el);
+ var elements = document.querySelectorAll("img");
+ Array.prototype.forEach.call(elements, function(el, i) {
+ if (el.getAttribute("alt")) {
+ const caption = document.createElement('figcaption');
+ var node = document.createTextNode(el.getAttribute("alt"));
+ caption.appendChild(node);
+ const wrapper = document.createElement('figure');
+ wrapper.className = 'image';
+ el.parentNode.insertBefore(wrapper, el);
+ el.parentNode.removeChild(el);
+ wrapper.appendChild(el);
+ wrapper.appendChild(caption);
+ }
+ });
+
+ } else {
+ document.addEventListener('DOMContentLoaded', fn);
+ }
+}
+window.onload = ready;
+</script>
<div class="content">
- <h1>Getting Started with Hugo <aside><a href="https://schollz.github.io/onetwothree/tags/go/" class="w3-tag">/go</a>&nbsp;<a href="https://schollz.github.io/onetwothree/tags/golang/" class="w3-tag">/golang</a>&nbsp;<a href="https://schollz.github.io/onetwothree/tags/hugo/" class="w3-tag">/hugo</a>&nbsp;<a href="https://schollz.github.io/onetwothree/tags/development/" class="w3-tag">/development</a>&nbsp; </aside></h1>
+ <h1>Getting Started with Hugo <aside><a href="http://schollz.github.io/onetwothree/tags/go/" class="w3-tag">/go</a>&nbsp;&nbsp;&nbsp;<a href="http://schollz.github.io/onetwothree/tags/golang/" class="w3-tag">/golang</a>&nbsp;&nbsp;&nbsp;<a href="http://schollz.github.io/onetwothree/tags/hugo/" class="w3-tag">/hugo</a>&nbsp;&nbsp;&nbsp;<a href="http://schollz.github.io/onetwothree/tags/development/" class="w3-tag">/development</a>&nbsp;&nbsp;&nbsp;<a href="http://schollz.github.io/onetwothree/about" class="w3-tag">/about</a></aside></h1>
<h2 id="step-1-install-hugo">Step 1. Install Hugo</h2>
@@ -46,7 +101,7 @@ appropriate version for your os and architecture.</p>
<p>Save it somewhere specific as we will be using it in the next step.</p>
-<p>More complete instructions are available at <a href="https://schollz.github.io/onetwothree/overview/installing/">installing hugo</a></p>
+<p>More complete instructions are available at <a href="http://schollz.github.io/onetwothree/overview/installing/">installing hugo</a></p>
<h2 id="step-2-build-the-docs">Step 2. Build the Docs</h2>
@@ -119,17 +174,19 @@ Having nearly instant feedback enables you to have your creativity flow without
</div>
-
<footer>
+
<p><small><em>Written April 2, 2014. </em>
+
+ Send feedback to <a href="https://twitter.com/intent/tweet?text=%40yakczar%20%23posthugoisforlovers%20">@yakczar</a>.
</small></p>
<p>
- <a href="https://schollz.github.io/onetwothree/post/goisforlovers/" style="float:right;">(Hu)go Template Primer →</a>
+
+ <a href="http://schollz.github.io/onetwothree/post/goisforlovers/" style="float:right;">(Hu)go Template Primer →</a>
</p>
-</span>
</footer>
@@ -137,8 +194,5 @@ Having nearly instant feedback enables you to have your creativity flow without
-
-
-
</body>
</html>