.Kind (home): .Type (page) / .Layout ()
Bundle: n/a
[ categories | tags | search ]
Hugo Bare Min Theme

This is an Example Site for the hugo-bare-min-theme.

It is updated automatically after each commit to the hugo-bare-min-theme repo. It was last updated on May 31, 2022 21:35 UTC.


Migrating to Hugo from Jekyll

(Last modified on Wed Sep 11, 2019)

Move static content to static Jekyll has a rule that any directory not starting with _ will be copied as-is to the _site output. Hugo keeps all static content under static. You should therefore move it all there. With Jekyll, something that looked like ▾ <root>/ ▾ images/ logo.png should become ▾ <root>/ ▾ static/ ▾ images/ logo.png Additionally, you’ll want any files that should reside at the root (such as CNAME) to be moved to static.

Creating a New Theme

(Last modified on Wed Sep 11, 2019)

Introduction This tutorial will show you how to create a simple theme in Hugo. I assume that you are familiar with HTML, the bash command line, and that you are comfortable using Markdown to format content. I’ll explain how Hugo uses templates and how you can organize your templates to create a theme. I won’t cover using CSS to style your theme. We’ll start with creating a new site with a very basic template.

Search

(Last modified on Thu Jun 14, 2018)

Results from static site search implemented using Fusejs, jquery and mark.js. – Source

Getting Started with Hugo

(Last modified on Thu Jun 14, 2018)

Step 1. Install Hugo Goto hugo releases and download the appropriate version for your os and architecture. Save it somewhere specific as we will be using it in the next step. More complete instructions are available at installing hugo Step 2. Build the Docs Hugo has its own example site which happens to also be the documentation site you are reading right now. Follow the following steps: Clone the hugo repository Go into the repo Run hugo in server mode and build the docs Open your browser to http://localhost:1313 Corresponding pseudo commands:

(Hu)go Template Primer

(Last modified on Thu Jun 14, 2018)

Hugo uses the excellent go html/template library for its template engine. It is an extremely lightweight engine that provides a very small amount of logic. In our experience that it is just the right amount of logic to be able to create a good static website. If you have used other template systems from different languages or frameworks you will find a lot of similarities in go templates. This document is a brief primer on using go templates.

About Hugo

(Last modified on Thu Jun 14, 2018)

Hugo is a static site engine written in Go. It makes use of a variety of open source projects including: Cobra Viper J Walter Weatherman Cast Learn more and contribute on GitHub.


SiteInfo (Debug)

SiteInfo VariableValue
Title "Hugo Bare Min Theme"
Author
KeyTypeValue
namestring "Kaushal Modi"
Social
KeyTypeValue
githubstring "kaushalmodi"
LastChange 2019-09-11 08:39:43 -0400 -0400
DisqusShortname ""
GoogleAnalytics ""
Copyright ""
RSSLink "https://hugo-bare-min.netlify.com/index.xml"
LanguageCode ""
BuildDrafts false
Params
KeyTypeValue
descriptionstring "Example site for the Hugo Bare Min theme."
footerstring " [<a href=\"/\">Test Site home</a>]\n"
introstring "This is an Example Site for the <a href=\"https://github.com/kaushalmodi/hugo-bare-min-theme\">\n<code>hugo-bare-min-theme</code></a>.\n"
mainSections[]string "post"
mainsections[]string "post"
sourcemaps.Params
KeyTypeValue
md_dirstring "exampleSite/content"
urlstring "https://github.com/kaushalmodi/hugo-bare-min-theme"

File Object (Debug)

page.zeroFile{log:(*helpers.DistinctLogger)(0xc0006158c0)} (type:page.zeroFile)

Menu (Debug)

KeyTypeValue
mainnavigation.Menu
MenuEntry VariableValue
ConfiguredURL ""
Name "About Hugo"
Menu "main"
Identifier "about-hugo"
Title "About Hugo"
Pre ""
Post ""
Weight 1001
Parent ""
Children
MenuEntry VariableValue
ConfiguredURL ""
Name "Getting Started with Hugo"
Menu "main"
Identifier "getting-started-with-hugo"
Title "Getting Started with Hugo"
Pre ""
Post ""
Weight 2001
Parent ""
Children
MenuEntry VariableValue
ConfiguredURL ""
Name "(Hu)go Template Primer"
Menu "main"
Identifier "hu--go-template-primer"
Title "(Hu)go Template Primer"
Pre ""
Post ""
Weight 2002
Parent ""
Children
MenuEntry VariableValue
ConfiguredURL ""
Name "Creating a New Theme"
Menu "main"
Identifier "creating-a-new-theme"
Title "Creating a New Theme"
Pre ""
Post ""
Weight 2003
Parent ""
Children
MenuEntry VariableValue
ConfiguredURL ""
Name "Migrating from Jekyll"
Menu "main"
Identifier "migrating-to-hugo-from-jekyll"
Title "Migrating from Jekyll"
Pre ""
Post ""
Weight 2004
Parent ""
Children

This site is generated using the hugo-bare-min-theme + Hugo 0.100.0 (commit 27b077544d8efeb85867cb4cfb941747d104f765) . [Test Site home]