summaryrefslogtreecommitdiffstats
path: root/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/home-page-sections/installation.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/home-page-sections/installation.html')
-rw-r--r--docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/home-page-sections/installation.html38
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/home-page-sections/installation.html b/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/home-page-sections/installation.html
new file mode 100644
index 000000000..a23cae11d
--- /dev/null
+++ b/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/home-page-sections/installation.html
@@ -0,0 +1,38 @@
+ <div class="flex-ns flex-wrap center mw9">
+ <!-- LEFT -->
+
+ <div class="w-100 w-50-ns">
+ <div class="w-80 center tc nested-copy-line-height">
+ <h3 class="f2 black">Install in seconds, build in milliseconds.</h3>
+ <p class="f3">Hugo works on macOS, Windows, Linux, FreeBSD, and others.</p>
+ <p class="f3">Host on any server or your favorite CDN.</p>
+ </div>
+ </div>
+
+ <!-- RIGHT -->
+ <div class="w-100 w-50-ns tc">
+ <div class="h4">
+ <img src="/images/gopher-hero.svg" alt="Hugo Gopher" class="h4">
+ </div>
+ <p class="f6 mid-gray m0 p0 pt3">macOS</p>
+ <div class="code f6 bg-black light-green lh-copy pv3 ph3 br2 w-100 w-50-ns center mb2 tl">
+ $ brew install hugo <br />
+ </div>
+ <p class="f6 mid-gray">Windows</p>
+ <div class="code f6 bg-black light-green lh-copy pv3 ph3 br2 w-100 w-50-ns center tl">
+ $ choco install hugo -confirm <br />
+ </div>
+ <p class="f6 mid-gray">Linux</p>
+ <div class="code f6 bg-black light-green lh-copy pv3 ph3 br2 w-100 w-50-ns center tl">
+ $ snap install hugo <br />
+ </div>
+
+
+ <p class="f5 nested-links"><a href="{{ "getting-started/installing/" | absURL }}" class="link">See the Getting Started Guide for other methods. {{ partial "svg/link-ext.svg" (dict "fill" "#333" "size" "14") }}</a></p>
+ </div>
+
+ <!-- TODO: the install section should have a tab menu for selecting the preferred installation method, i.e. the binaries from GitHub or the commands for the installation via a package manager https://github.com/rdwatters/hugo-docs-concept/issues/3#issuecomment-287498412 -->
+
+ <!-- TODO: Animate the gopher https://github.com/rdwatters/hugo-docs-concept/issues/3#issuecomment-287194777 -->
+
+ </div>