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

index.html « about - github.com/matsuyoshi30/harbor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b4f477d3d7d66a4474be93625b7ff9d0cb0ddca9 (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
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
<!doctype html><html lang=en>
<head>
<meta charset=utf-8>
<title>Our Difference</title>
<meta http-equiv=x-ua-compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1">
<link rel=alternate type=application/rss+xml href=https://matsuyoshi30.net/harbor/index.xml title="Hugo Themes">
<meta name=twitter:card content="summary">
<meta name=twitter:title content="Our Difference">
<meta name=twitter:description content="Written in Go, Hugo is an open source static site generator available under the Apache Licence 2.0. Hugo supports TOML, YAML and JSON data file types, Markdown and HTML content files and uses shortcodes to add rich content. Other notable features are taxonomies, multilingual mode, image processing, custom output formats, HTML/CSS/JS minification and support for Sass SCSS workflows.
Hugo makes use of a variety of open source projects including:
 https://github.">
<link rel=stylesheet href=https://matsuyoshi30.net/harbor/fontawesome/css/all.min.css>
<link id=dark-mode-theme rel=stylesheet href=https://matsuyoshi30.net/harbor/css/dark.css>
<script>var darkTheme=document.getElementById('dark-mode-theme'),storedTheme=localStorage.getItem('dark-mode-storage');storedTheme==='dark'?darkTheme.disabled=!1:storedTheme==='light'&&(darkTheme.disabled=!0)</script>
<script src=https://matsuyoshi30.net/harbor/js/main.bundle.js></script>
<script src=https://matsuyoshi30.net/harbor/js/instantpage.min.js type=module defer></script>
<meta name=generator content="Hugo 0.87.0">
</head>
<body>
<header>
<nav class=navbar>
<div class=nav>
<a href=https://matsuyoshi30.net/harbor/ class=nav-logo>
<img src=https://matsuyoshi30.net/harbor/images/icon.png width=50 height=50 alt=Logo>
</a>
<ul class=nav-links>
<li>
<a href=/harbor/about/ id=About><em class="fas fa-user fa-lg"></em></a>
</li>
<li>
<a href=/harbor/tags/ id=Tags><em class="fas fa-tag fa-lg"></em></a>
</li>
<li>
<a href=/harbor/search/ id=Search><em class="fas fa-search fa-lg"></em></a>
</li>
</ul>
</div>
</nav>
<div class=intro-header>
<div class=container>
<div class=page-heading>
<h1>
Our Difference
</h1>
</div>
</div>
</div>
</header>
<div class=container role=main>
<article class=article class=blog-post>
<p>Written in Go, Hugo is an open source static site generator available under the <a href=https://github.com/gohugoio/hugo/blob/master/LICENSE>Apache Licence 2.0.</a> Hugo supports TOML, YAML and JSON data file types, Markdown and HTML content files and uses shortcodes to add rich content. Other notable features are taxonomies, multilingual mode, image processing, custom output formats, HTML/CSS/JS minification and support for Sass SCSS workflows.</p>
<p>Hugo makes use of a variety of open source projects including:</p>
<ul>
<li><a href=https://github.com/yuin/goldmark>https://github.com/yuin/goldmark</a></li>
<li><a href=https://github.com/alecthomas/chroma>https://github.com/alecthomas/chroma</a></li>
<li><a href=https://github.com/muesli/smartcrop>https://github.com/muesli/smartcrop</a></li>
<li><a href=https://github.com/spf13/cobra>https://github.com/spf13/cobra</a></li>
<li><a href=https://github.com/spf13/viper>https://github.com/spf13/viper</a></li>
</ul>
<p>Hugo is ideal for blogs, corporate websites, creative portfolios, online magazines, single page applications or even a website with thousands of pages.</p>
<p>Hugo is for people who want to hand code their own website without worrying about setting up complicated runtimes, dependencies and databases.</p>
<p>Websites built with Hugo are extremely fast, secure and can be deployed anywhere including, AWS, GitHub Pages, Heroku, Netlify and any other hosting provider.</p>
<p>Learn more and contribute on <a href=https://github.com/gohugoio>GitHub</a>.</p>
</article>
</div>
<footer>
<div class=social-icons>
<a href=https://twitter.com/GoHugoIO name=Twitter>
<em class="fab fa-twitter"></em>
</a>
&nbsp;&ndash;&nbsp;
<a href=https://github.com/gohugoio/hugo name=GitHub>
<em class="fab fa-github"></em>
</a>
&nbsp;&ndash;&nbsp;
<a href=https://www.reddit.com/r/gohugo/ name=reddit>
<em class="fab fa-reddit-alien"></em>
</a>
&nbsp;&ndash;&nbsp;
<a class=social-icon href=https://qiita.com name=Qiita>
<img src=https://matsuyoshi30.net/harbor/images/qiita.png alt=Qiita>
</a>
</div>
<div class=container>
<p class="credits copyright">
<a href=https://matsuyoshi30.net/harbor/about>hugo author</a>
&nbsp;&copy;
2019
&nbsp;/&nbsp;
<a href=https://matsuyoshi30.net/harbor/>Hugo Themes</a>
&nbsp;&ndash;&nbsp;
<em class="fas fa-moon" id=dark-mode-toggle></em>
</p>
<p class="credits theme-by">
Powered By <a href=https://gohugo.io>Hugo</a>&nbsp;
Theme
<a href=https://github.com/matsuyoshi30/harbor>Harbor</a>
</p>
</div>
</footer>
</body>
</html>