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

index.html « about « docs - github.com/schollz/onetwothree.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 54845de7dcbfb8ef3ab87c7184390720cec9c400 (plain)
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
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<title>About Hugo</title>
	
	<meta name="description" content="">
	
	<meta itemprop="name" content="About Hugo">
	<meta itemprop="description" content="">
	
	<meta name="twitter:card" content="summary">
	<meta name="twitter:title" content="About Hugo">
	<meta name="twitter:description" content="">
	
	
	<meta name="og:title" content="About 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>
</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>



<div class="content">
	<h1>About Hugo <aside> </aside></h1>
	<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/gohugoio">GitHub</a>.</p>

</div>










</body>
</html>