2022-09-04 10:53:45 +00:00
<!DOCTYPE html>
< html >
< head >
< title > What Is Hugo | Flat theme< / title >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width,minimum-scale=1" >
< link rel = "stylesheet" href = "/lib/icofont/icofont.min.css" / >
< link rel = "stylesheet" href = "/css/syntax.css" / >
< link rel = "stylesheet" href = "/css/style.css" / >
< link rel = "shortcut icon" href = "/images/favicon.ico" type = "image/x-icon" / >
< / head >
< body >
< header class = "header-wrapper" >
< div class = "header" >
2022-09-04 11:03:28 +00:00
< a class = "site-title" href = "https://leafee98.github.io/hugo-theme-flat/" > Flat theme< / a >
2022-09-04 10:53:45 +00:00
< ul class = "menu" >
< li class = "menu-item" >
2022-09-04 11:03:28 +00:00
< a href = "/hugo-theme-flat/posts/" > Posts< / a >
2022-09-04 10:53:45 +00:00
< / li >
< li class = "menu-item" >
2022-09-04 11:03:28 +00:00
< a href = "/hugo-theme-flat/essays/" > Essays< / a >
2022-09-04 10:53:45 +00:00
< / li >
< li class = "menu-item" >
< a > Services↓< / a >
< ul class = "sub-menu" >
< li class = "menu-item" > < a href = "#" > Service A< / a > < / li >
< li class = "menu-item" > < a href = "#" > Service B< / a > < / li >
< / ul >
< / li >
< li class = "menu-item" >
2022-09-04 11:03:28 +00:00
< a href = "/hugo-theme-flat/about/" > About< / a >
2022-09-04 10:53:45 +00:00
< / li >
< / ul >
< / div >
< / header >
< main class = "main-wrapper" >
< div class = "main" >
< section class = "single" >
< h1 class = "title" > What Is Hugo< / h1 >
< div class = "tip" >
< time datetime = "2022-05-16 21:57:50 +0800 CST" > 2022/05/16< / time >
< span class = "split" > ·< / span >
< span > 114 words < / span >
< span class = "split" > ·< / span >
< span >
1 minutes to read
< / span >
< / div >
< div class = "taxonomies" >
< / div >
< hr / >
< div class = "content" >
< p > Hugo is a static site generator written in Go. Originally created by Steve Francia in 2013, Hugo has seen a great increase in both features and performance thanks to current lead developer Bjørn Erik Pedersen (since v0.14 in 2015[4]) and other contributors. Hugo is an open source project licensed under the Apache License 2.0.[5]< / p >
< p > Being able to generate most websites within seconds (at < 1 ms per page), Hugo’ s official website states it is “ the world’ s fastest framework for building websites” . In July 2015, Netlify began providing Hugo hosting,[6] and in 2017, Smashing Magazine completed its redesign of their website, migrating from WordPress to a JAMstack solution with Hugo.[7]< / p >
< blockquote >
< p > Source: < a href = "https://en.wikipedia.org/wiki/Hugo_(software)" > https://en.wikipedia.org/wiki/Hugo_(software)< / a > < / p >
< p > License: < a href = "https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License" > CC-BY-SA 3.0< / a > < / p >
< / blockquote >
< / div >
< / section >
< / div >
< div class = "side" >
< div class = "side-recent" >
< h2 class = "side-title" > Recent Posts< / h2 >
< hr / >
< ul >
< li >
2022-09-04 11:03:28 +00:00
< a href = "/hugo-theme-flat/posts/markdown-syntax/" > Markdown Syntax Guide< / a >
2022-09-04 10:53:45 +00:00
< / li >
< li >
2022-09-04 11:03:28 +00:00
< a href = "/hugo-theme-flat/posts/placeholder-text/" > Placeholder Text< / a >
2022-09-04 10:53:45 +00:00
< / li >
< li >
2022-09-04 11:03:28 +00:00
< a href = "/hugo-theme-flat/posts/math-typesetting/" > Math Typesetting< / a >
2022-09-04 10:53:45 +00:00
< / li >
< li >
2022-09-04 11:03:28 +00:00
< a href = "/hugo-theme-flat/posts/emoji-support/" > Emoji Support< / a >
2022-09-04 10:53:45 +00:00
< / li >
< / ul >
< / div >
< div class = "side-recent" >
< h2 class = "side-title" > Recent Essays< / h2 >
< hr / >
< ul >
< li >
2022-09-04 11:03:28 +00:00
< a href = "/hugo-theme-flat/essays/what-is-hugo/" > What Is Hugo< / a >
2022-09-04 10:53:45 +00:00
< / li >
< / ul >
< / div >
< div class = "side-categories" >
< h2 > Categories< / h2 >
< hr / >
< ul >
< li >
< a href = "/categories/syntax" > syntax(1)< / a >
< / li >
< li >
< a href = "/categories/themes" > themes(1)< / a >
< / li >
< / ul >
< / div >
< div class = "side-tags" >
< h2 > Tags< / h2 >
< hr / >
< ul >
< li >
< a href = "/tags/css" > css (1)< / a >
< / li >
< li >
< a href = "/tags/emoji" > emoji (1)< / a >
< / li >
< li >
< a href = "/tags/html" > html (1)< / a >
< / li >
< li >
< a href = "/tags/markdown" > markdown (2)< / a >
< / li >
< li >
< a href = "/tags/text" > text (1)< / a >
< / li >
< / ul >
< / div >
< / div >
< / main >
< footer class = "footer" >
< div class = "footer-row" >
2022-09-04 11:03:28 +00:00
< a class = "footer-item" href = "https://leafee98.github.io/hugo-theme-flat/posts/index.xml" >
2022-09-04 10:53:45 +00:00
Feed of Posts
< i class = "icofont-rss" > < / i >
< / a >
2022-09-04 11:03:28 +00:00
< a class = "footer-item" href = "https://leafee98.github.io/hugo-theme-flat/essays/index.xml" >
2022-09-04 10:53:45 +00:00
Feed of Essays
< i class = "icofont-rss" > < / i >
< / a >
< / div >
< div class = "footer-row" >
< span class = "footer-item" > Copyright < a href = "https://creativecommons.org/licenses/by/4.0/" > CC BY-4.0< / a > < / span >
< / div >
< div class = "footer-row" >
< span class = "footer-item" > Powered by < a href = "https://gohugo.io" > Hugo< / a > < / span >
< span class = "footer-item" > Theme < a href = "https://cgit.leafee98.com/hugo-theme-flat.git" > hugo-theme-flat< / a > < / span >
< / div >
< / footer >
< / body >
< / html >