Skip to content

Instantly share code, notes, and snippets.

@kshitij10496
Created September 11, 2018 18:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kshitij10496/1f6801be9c2e1d2e1ea9855b18b0bd82 to your computer and use it in GitHub Desktop.
Save kshitij10496/1f6801be9c2e1d2e1ea9855b18b0bd82 to your computer and use it in GitHub Desktop.
Simple Hugo configuration file
# Hostname (and path) to the root.
baseURL = "https://<your-github-username>.github.io/"
# The site’s language code used to generate RSS.
languageCode = "en"
# Theme to use (located by default in /themes/THEMENAME/).
theme = "<your-theme-name>"
# Site title.
title = "<your-blog-title>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment