Skip to content
This repository has been archived by the owner on Sep 2, 2019. It is now read-only.

Write settings to config.toml

Daisuke Konishi edited this page Aug 30, 2017 · 3 revisions

Write it in config.toml in the root directory of the Hugo site.

baseurl = "Your Site URL"
languageCode = "ja"
title = "Your Site Name"
copyright = "(c) 2017 Your Site Name"
canonifyurls = true
paginate = 3

googleAnalytics = "Yout Google Analytics ID"

[params]
  description = "Your Site Description"
  author = "Your Name"

[taxonomies]
  category = "categories"
  tag = "tags"


[[menu.global]]
    name = "Category A"
    url = "/categories/Category-A-Link/"

[[menu.footer]]
    name = "About"
    url = "/page/about/"
Clone this wiki locally