Skip to content

Instantly share code, notes, and snippets.

@RickCogley
Last active November 19, 2017 22:18
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 RickCogley/18f12dc42b754849d50589efc42c4cd5 to your computer and use it in GitHub Desktop.
Save RickCogley/18f12dc42b754849d50589efc42c4cd5 to your computer and use it in GitHub Desktop.
hugo multilingual multisite test
baseURL = "http://live.cogley.info"
defaultContentLanguage = "en"
languageCode = "en-us"
title = "RC Live"
copyright = "This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) License. Some rights reserved by James R. Cogley"
enableGitInfo = "true"
enableemoji = "true"
staticDir = ["static"]
# Note: This can also be set per language.
# Every Page Kind without a definition here will be assigned the HTML output format.
# Also note that the outputs section in Page front matter will override any setting in here.
[outputs]
home = [ "HTML", "RSS" ]
# home = [ "HTML", "AMP", "RSS", "JSON", "MyEnrichedFormat"]
# page = [ "HTML"]
[permalinks]
post = "/:year/:month/:day/:slug/"
[taxonomies]
tag = "tags"
[blackfriday]
hrefTargetBlank = true
[params]
description = "RCLive is bite-sized blog posts from Rick Cogley."
keywords = "Cogley,Japan,IT,Culture"
# Used when a given page doesn't set its own.
defaultDescription = "A post by Rick Cogley"
defaultKeywords = "cogley,post"
thumbnail = "/img/rclive-logo.png"
ISO8601 = "2006-01-02T15:04:05JST"
googleAnalytics = ""
[params.navigation]
help = "Help"
[languages]
[languages.en]
baseURL = "http://live.cogley.info"
staticDir2 = ["static_en"]
languageName = "English"
weight = 1
title = "RC Live in English"
[languages.ja]
baseURL = "http://live-ja.cogley.info"
staticDir2 = ["static_ja"]
languageName = "日本語"
weight = 2
title = "日本語のRC Live"
copyright = "本サイトは licensed under a Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) License. Some rights reserved by James R. Cogley"
[languages.ja.navigation]
help = "ヘルプ"
~ ❯❯❯ hugo server --navigateToChanged --buildDrafts --watch --verbose --source="/Users/rcogley/dev/Hugo-multihost-test" ⏎
INFO 2017/11/19 19:43:30 Using config file: /Users/rcogley/dev/Hugo-multihost-test/config.toml
WARN 2017/11/19 19:43:30 No static directories found to sync
WARN 2017/11/19 19:43:30 No static directories found to sync
Started building sites ...
panic: runtime error: index out of range
goroutine 1 [running]:
github.com/gohugoio/hugo/helpers.(*PathSpec).StaticDir(...)
/Users/rcogley/gocode/src/github.com/gohugoio/hugo/helpers/pathspec.go:138
github.com/gohugoio/hugo/helpers.(*PathSpec).GetStaticDirPath(0xc4204f2a90, 0x0, 0x0)
/Users/rcogley/gocode/src/github.com/gohugoio/hugo/helpers/path.go:173 +0x79
github.com/gohugoio/hugo/hugolib.(*Site).initialize(0xc42055ec80, 0x0, 0x0)
/Users/rcogley/gocode/src/github.com/gohugoio/hugo/hugolib/site.go:980 +0x12f
github.com/gohugoio/hugo/hugolib.(*Site).process(0xc42055ec80, 0x101, 0xc4207c1f10, 0x0, 0x0, 0xc4201b98b8)
/Users/rcogley/gocode/src/github.com/gohugoio/hugo/hugolib/site.go:870 +0x52
github.com/gohugoio/hugo/hugolib.(*HugoSites).process(0xc42020d480, 0xc420bc5480, 0x0, 0x0, 0x0, 0xc4201b9930, 0x11b5807)
/Users/rcogley/gocode/src/github.com/gohugoio/hugo/hugolib/hugo_sites_build.go:155 +0x12f
github.com/gohugoio/hugo/hugolib.(*HugoSites).Build(0xc42020d480, 0x101, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1888496, 0xc4204e5160)
/Users/rcogley/gocode/src/github.com/gohugoio/hugo/hugolib/hugo_sites_build.go:54 +0x145
github.com/gohugoio/hugo/commands.(*commandeer).buildSites(0xc4204e5160, 0x1, 0x0, 0x16d76d9)
/Users/rcogley/gocode/src/github.com/gohugoio/hugo/commands/hugo.go:765 +0xc8
github.com/gohugoio/hugo/commands.(*commandeer).build(0xc4204e5160, 0xc4201f7b0f, 0x1, 0x1, 0x2647f80, 0xc42039df00)
/Users/rcogley/gocode/src/github.com/gohugoio/hugo/commands/hugo.go:536 +0x12a
github.com/gohugoio/hugo/commands.server(0x2ab4720, 0xc420462e10, 0x0, 0x5, 0x0, 0x0)
/Users/rcogley/gocode/src/github.com/gohugoio/hugo/commands/server.go:213 +0x9e0
github.com/spf13/cobra.(*Command).execute(0x2ab4720, 0xc420462dc0, 0x5, 0x5, 0x2ab4720, 0xc420462dc0)
/Users/rcogley/gocode/src/github.com/spf13/cobra/command.go:696 +0x47a
github.com/spf13/cobra.(*Command).ExecuteC(0x2ab2da0, 0x1ac7a28, 0x1a21792, 0x5)
/Users/rcogley/gocode/src/github.com/spf13/cobra/command.go:781 +0x30e
github.com/gohugoio/hugo/commands.Execute()
/Users/rcogley/gocode/src/github.com/gohugoio/hugo/commands/hugo.go:174 +0x60
main.main()
/Users/rcogley/gocode/src/github.com/gohugoio/hugo/main.go:27 +0x36
.
├── 2017
│   └── 04
│   └── 05
│   └── spring-things-in-japan---do-you-kigo
│   └── index.html
├── en
│   ├── 2017
│   │   ├── 04
│   │   │   ├── 04
│   │   │   │   ├── breaking-net-neutrality-in-2017
│   │   │   │   │   └── index.html
│   │   │   │   └── new-blog-with-more-frequent-short-posts
│   │   │   │   └── index.html
│   │   │   ├── 05
│   │   │   │   ├── our-daughter-started-her-first-job-sob
│   │   │   │   │   └── index.html
│   │   │   │   └── spring-things-in-japan-do-you-kigo
│   │   │   │   └── index.html
│   │   │   ├── 06
│   │   │   │   └── preparing-for-terror
│   │   │   │   └── index.html
│   │   │   ├── 07
│   │   │   │   └── one-driver-for-my-japan-business
│   │   │   │   └── index.html
│   │   │   ├── 08
│   │   │   │   └── google-and-adobe-release-serif-version-of-universal-cjk-font
│   │   │   │   └── index.html
│   │   │   ├── 09
│   │   │   │   └── my-favorite-podcasts-trypod
│   │   │   │   └── index.html
│   │   │   ├── 10
│   │   │   │   └── how-much-is-too-much-reclining
│   │   │   │   └── index.html
│   │   │   ├── 11
│   │   │   │   └── obey-or-be-reaccommodated
│   │   │   │   └── index.html
│   │   │   ├── 12
│   │   │   │   └── united-trumps-trump-and-mao-chan-retires
│   │   │   │   └── index.html
│   │   │   ├── 13
│   │   │   │   └── trouble-comes-for-free
│   │   │   │   └── index.html
│   │   │   ├── 14
│   │   │   │   └── wont-happen-in-japan
│   │   │   │   └── index.html
│   │   │   ├── 16
│   │   │   │   └── mucha-and-other-beauty-in-tokyo
│   │   │   │   └── index.html
│   │   │   ├── 17
│   │   │   │   └── a-great-musical-intellect-lost
│   │   │   │   └── index.html
│   │   │   ├── 18
│   │   │   │   ├── on-gender-targeting-in-umbrellas
│   │   │   │   │   └── index.html
│   │   │   │   └── tmsidk-is-a-fake-news-antidote
│   │   │   │   └── index.html
│   │   │   ├── 19
│   │   │   │   └── lets-encrypt
│   │   │   │   └── index.html
│   │   │   ├── 20
│   │   │   │   └── scv-on-a-roll
│   │   │   │   └── index.html
│   │   │   ├── 24
│   │   │   │   └── got-japanese-humor
│   │   │   │   └── index.html
│   │   │   ├── 25
│   │   │   │   └── how-much-time-is-enough-time
│   │   │   │   └── index.html
│   │   │   ├── 28
│   │   │   │   └── stop-fiddling-with-your-tool
│   │   │   │   └── index.html
│   │   │   └── 30
│   │   │   └── praise-for-discomfort
│   │   │   └── index.html
│   │   ├── 05
│   │   │   ├── 01
│   │   │   │   └── milestones-on-parade
│   │   │   │   └── index.html
│   │   │   ├── 11
│   │   │   │   └── life-is-precious
│   │   │   │   └── index.html
│   │   │   ├── 16
│   │   │   │   └── slow-escalators-for-an-aging-population
│   │   │   │   └── index.html
│   │   │   ├── 20
│   │   │   │   └── crowdfund-this
│   │   │   │   └── index.html
│   │   │   ├── 21
│   │   │   │   └── it-is-not-about-blood
│   │   │   │   └── index.html
│   │   │   └── 23
│   │   │   └── they-break-all-at-once
│   │   │   └── index.html
│   │   ├── 06
│   │   │   ├── 21
│   │   │   │   └── whats-up
│   │   │   │   └── index.html
│   │   │   └── 27
│   │   │   └── even-the-mighty-bullet-train
│   │   │   └── index.html
│   │   ├── 08
│   │   │   └── 17
│   │   │   └── ignorant-sengun-joshi
│   │   │   └── index.html
│   │   └── 09
│   │   └── 02
│   │   └── japan-psa-fall-is-hornet-season
│   │   └── index.html
│   ├── 404.html
│   ├── _404
│   │   └── index.html
│   ├── css
│   │   ├── pragmatapro.css
│   │   ├── tachyons.css
│   │   └── typography.css
│   ├── en.jpg
│   ├── fonts
│   │   ├── PragmataPro0.824W
│   │   │   ├── COPYRIGHT+EULA.txt
│   │   │   ├── How\ protect\ web\ fonts.txt
│   │   │   ├── PragmataPro-Bold0.824W
│   │   │   │   ├── pragmatapro_mono_b_0824-webfont.eot
│   │   │   │   ├── pragmatapro_mono_b_0824-webfont.svg
│   │   │   │   ├── pragmatapro_mono_b_0824-webfont.ttf
│   │   │   │   ├── pragmatapro_mono_b_0824-webfont.woff
│   │   │   │   ├── pragmatapro_mono_b_0824-webfont.woff2
│   │   │   │   ├── pragmataprob_0824-webfont.eot
│   │   │   │   ├── pragmataprob_0824-webfont.svg
│   │   │   │   ├── pragmataprob_0824-webfont.ttf
│   │   │   │   ├── pragmataprob_0824-webfont.woff
│   │   │   │   ├── pragmataprob_0824-webfont.woff2
│   │   │   │   └── stylesheet.css
│   │   │   ├── PragmataPro-BoldItalic0.824W
│   │   │   │   ├── pragmatapro_mono_z_0824-webfont.eot
│   │   │   │   ├── pragmatapro_mono_z_0824-webfont.svg
│   │   │   │   ├── pragmatapro_mono_z_0824-webfont.ttf
│   │   │   │   ├── pragmatapro_mono_z_0824-webfont.woff
│   │   │   │   ├── pragmatapro_mono_z_0824-webfont.woff2
│   │   │   │   ├── pragmataproz_0824-webfont.eot
│   │   │   │   ├── pragmataproz_0824-webfont.svg
│   │   │   │   ├── pragmataproz_0824-webfont.ttf
│   │   │   │   ├── pragmataproz_0824-webfont.woff
│   │   │   │   ├── pragmataproz_0824-webfont.woff2
│   │   │   │   └── stylesheet.css
│   │   │   ├── PragmataPro-Italic0.824W
│   │   │   │   ├── pragmatapro_mono_i_0824-webfont.eot
│   │   │   │   ├── pragmatapro_mono_i_0824-webfont.svg
│   │   │   │   ├── pragmatapro_mono_i_0824-webfont.ttf
│   │   │   │   ├── pragmatapro_mono_i_0824-webfont.woff
│   │   │   │   ├── pragmatapro_mono_i_0824-webfont.woff2
│   │   │   │   ├── pragmataproi_0824-webfont.eot
│   │   │   │   ├── pragmataproi_0824-webfont.svg
│   │   │   │   ├── pragmataproi_0824-webfont.ttf
│   │   │   │   ├── pragmataproi_0824-webfont.woff
│   │   │   │   ├── pragmataproi_0824-webfont.woff2
│   │   │   │   └── stylesheet.css
│   │   │   ├── PragmataPro-Regular0.824W
│   │   │   │   ├── pragmatapro_mono_r_0824-webfont.eot
│   │   │   │   ├── pragmatapro_mono_r_0824-webfont.svg
│   │   │   │   ├── pragmatapro_mono_r_0824-webfont.ttf
│   │   │   │   ├── pragmatapro_mono_r_0824-webfont.woff
│   │   │   │   ├── pragmatapro_mono_r_0824-webfont.woff2
│   │   │   │   ├── pragmatapror_0824-webfont.eot
│   │   │   │   ├── pragmatapror_0824-webfont.svg
│   │   │   │   ├── pragmatapror_0824-webfont.ttf
│   │   │   │   ├── pragmatapror_0824-webfont.woff
│   │   │   │   ├── pragmatapror_0824-webfont.woff2
│   │   │   │   └── stylesheet.css
│   │   │   └── USEFUL\ FILES
│   │   │   ├── All_chars.png
│   │   │   ├── All_chars.rtf
│   │   │   ├── All_chars.txt
│   │   │   └── Changes\ log.txt
│   │   └── PragmataPro_web_features
│   │   ├── features.css
│   │   ├── features.htm
│   │   ├── pragmatapror_0824-webfont.eot
│   │   ├── pragmatapror_0824-webfont.svg
│   │   ├── pragmatapror_0824-webfont.ttf
│   │   ├── pragmatapror_0824-webfont.woff
│   │   └── pragmatapror_0824-webfont.woff2
│   ├── geomicons
│   │   ├── geomicons-defs.svg
│   │   ├── geomicons.css
│   │   ├── geomicons.js
│   │   ├── geomicons.min.js
│   │   ├── geomicons.svg
│   │   ├── icons
│   │   │   ├── bookmark.svg
│   │   │   ├── calendar.svg
│   │   │   ├── camera.svg
│   │   │   ├── chat.svg
│   │   │   ├── check.svg
│   │   │   ├── chevronDown.svg
│   │   │   ├── chevronLeft.svg
│   │   │   ├── chevronRight.svg
│   │   │   ├── chevronUp.svg
│   │   │   ├── clock.svg
│   │   │   ├── close.svg
│   │   │   ├── cloud.svg
│   │   │   ├── cog.svg
│   │   │   ├── compose.svg
│   │   │   ├── dribbble.svg
│   │   │   ├── expand.svg
│   │   │   ├── external.svg
│   │   │   ├── facebook.svg
│   │   │   ├── file.svg
│   │   │   ├── folder.svg
│   │   │   ├── geolocation.svg
│   │   │   ├── github.svg
│   │   │   ├── grid.svg
│   │   │   ├── heart.svg
│   │   │   ├── home.svg
│   │   │   ├── info.svg
│   │   │   ├── link.svg
│   │   │   ├── list.svg
│   │   │   ├── lock.svg
│   │   │   ├── mail.svg
│   │   │   ├── musicNote.svg
│   │   │   ├── next.svg
│   │   │   ├── no.svg
│   │   │   ├── pause.svg
│   │   │   ├── picture.svg
│   │   │   ├── pin.svg
│   │   │   ├── play.svg
│   │   │   ├── previous.svg
│   │   │   ├── refresh.svg
│   │   │   ├── repost.svg
│   │   │   ├── search.svg
│   │   │   ├── shoppingCart.svg
│   │   │   ├── skull.svg
│   │   │   ├── speaker.svg
│   │   │   ├── speakerVolume.svg
│   │   │   ├── star.svg
│   │   │   ├── tag.svg
│   │   │   ├── trash.svg
│   │   │   ├── triangleDown.svg
│   │   │   ├── triangleLeft.svg
│   │   │   ├── triangleRight.svg
│   │   │   ├── triangleUp.svg
│   │   │   ├── twitter.svg
│   │   │   ├── user.svg
│   │   │   ├── video.svg
│   │   │   └── warning.svg
│   │   └── paths.json
│   ├── google13ed798d118f6fb1.html
│   ├── img
│   │   ├── Rick_Run_201409\ 120x120.JPG
│   │   └── rclive-logo.png
│   ├── index.html
│   ├── index.xml
│   ├── post
│   │   └── index.html
│   ├── sitemap.xml
│   └── tags
│   ├── 2017
│   │   └── index.html
│   ├── 2020
│   │   └── index.html
│   ├── adobe
│   │   └── index.html
│   ├── alfonsmucha
│   │   └── index.html
│   ├── allanholdsworth
│   │   └── index.html
│   ├── ana
│   │   └── index.html
│   ├── ants
│   │   └── index.html
│   ├── appliances
│   │   └── index.html
│   ├── archive
│   │   └── index.html
│   ├── arstechnica
│   │   └── index.html
│   ├── art
│   │   └── index.html
│   ├── assault
│   │   └── index.html
│   ├── beauty
│   │   └── index.html
│   ├── behavior
│   │   └── index.html
│   ├── bic
│   │   └── index.html
│   ├── chosen
│   │   └── index.html
│   ├── cir
│   │   └── index.html
│   ├── clowns
│   │   └── index.html
│   ├── codebook
│   │   └── index.html
│   ├── cogley
│   │   └── index.html
│   ├── comedy
│   │   └── index.html
│   ├── counterterrorism
│   │   └── index.html
│   ├── criminal
│   │   └── index.html
│   ├── criticism
│   │   └── index.html
│   ├── crowdfunding
│   │   └── index.html
│   ├── dao
│   │   └── index.html
│   ├── daughters
│   │   └── index.html
│   ├── dci
│   │   └── index.html
│   ├── defactosound
│   │   └── index.html
│   ├── drumcorps
│   │   └── index.html
│   ├── dubner
│   │   └── index.html
│   ├── eff
│   │   └── index.html
│   ├── encryption
│   │   └── index.html
│   ├── english
│   │   └── index.html
│   ├── escalator
│   │   └── index.html
│   ├── esl
│   │   └── index.html
│   ├── esolia
│   │   └── index.html
│   ├── fake
│   │   └── index.html
│   ├── family
│   │   └── index.html
│   ├── fcc
│   │   └── index.html
│   ├── font
│   │   └── index.html
│   ├── freshman
│   │   └── index.html
│   ├── gaines
│   │   └── index.html
│   ├── gap
│   │   └── index.html
│   ├── gender
│   │   └── index.html
│   ├── google
│   │   └── index.html
│   ├── guitar
│   │   └── index.html
│   ├── home
│   │   └── index.html
│   ├── https
│   │   └── index.html
│   ├── hugo
│   │   └── index.html
│   ├── humor
│   │   └── index.html
│   ├── index.html
│   ├── jal
│   │   └── index.html
│   ├── japan
│   │   └── index.html
│   ├── job
│   │   └── index.html
│   ├── jr
│   │   └── index.html
│   ├── kigo
│   │   └── index.html
│   ├── konto
│   │   └── index.html
│   ├── lapin
│   │   └── index.html
│   ├── lawsuit
│   │   └── index.html
│   ├── letsencrypt
│   │   └── index.html
│   ├── life
│   │   └── index.html
│   ├── live
│   │   └── index.html
│   ├── management
│   │   └── index.html
│   ├── manual-lens
│   │   └── index.html
│   ├── manzai
│   │   └── index.html
│   ├── mao
│   │   └── index.html
│   ├── marketing
│   │   └── index.html
│   ├── match-pump
│   │   └── index.html
│   ├── milestones
│   │   └── index.html
│   ├── munchausen
│   │   └── index.html
│   ├── nationalism
│   │   └── index.html
│   ├── neutrality
│   │   └── index.html
│   ├── nihongo
│   │   └── index.html
│   ├── noto
│   │   └── index.html
│   ├── npr
│   │   └── index.html
│   ├── obsolescence
│   │   └── index.html
│   ├── olympics
│   │   └── index.html
│   ├── owarai
│   │   └── index.html
│   ├── panoply
│   │   └── index.html
│   ├── parkinsons
│   │   └── index.html
│   ├── patriotism
│   │   └── index.html
│   ├── pet
│   │   └── index.html
│   ├── pm
│   │   └── index.html
│   ├── podcast
│   │   └── index.html
│   ├── posts
│   │   └── index.html
│   ├── pragmatapro
│   │   └── index.html
│   ├── praise
│   │   └── index.html
│   ├── precious
│   │   └── index.html
│   ├── privacy
│   │   └── index.html
│   ├── project
│   │   └── index.html
│   ├── prx
│   │   └── index.html
│   ├── purity
│   │   └── index.html
│   ├── race
│   │   └── index.html
│   ├── radio
│   │   └── index.html
│   ├── radiotopia
│   │   └── index.html
│   ├── rakugo
│   │   └── index.html
│   ├── reaccommodated
│   │   └── index.html
│   ├── reclining
│   │   └── index.html
│   ├── rick
│   │   └── index.html
│   ├── rip
│   │   └── index.html
│   ├── scv
│   │   └── index.html
│   ├── scvanguard
│   │   └── index.html
│   ├── seasons
│   │   └── index.html
│   ├── sengunjoshi
│   │   └── index.html
│   ├── shinkansen
│   │   └── index.html
│   ├── slow
│   │   └── index.html
│   ├── soul
│   │   └── index.html
│   ├── source_han
│   │   └── index.html
│   ├── space
│   │   └── index.html
│   ├── ssl
│   │   └── index.html
│   ├── status
│   │   └── index.html
│   ├── stitcher
│   │   └── index.html
│   ├── syria
│   │   └── index.html
│   ├── tachyons
│   │   └── index.html
│   ├── terrorism
│   │   └── index.html
│   ├── tmsidk
│   │   └── index.html
│   ├── tokyo
│   │   └── index.html
│   ├── tools
│   │   └── index.html
│   ├── top
│   │   └── index.html
│   ├── tradition
│   │   └── index.html
│   ├── train
│   │   └── index.html
│   ├── trouble
│   │   └── index.html
│   ├── trump
│   │   └── index.html
│   ├── trypod
│   │   └── index.html
│   ├── tsuyu
│   │   └── index.html
│   ├── typeface
│   │   └── index.html
│   ├── united
│   │   └── index.html
│   ├── violence
│   │   └── index.html
│   ├── wbez
│   │   └── index.html
│   ├── wnyc
│   │   └── index.html
│   ├── work
│   │   └── index.html
│   ├── x
│   │   └── index.html
│   ├── y
│   │   └── index.html
│   ├── yard
│   │   └── index.html
│   └── zetetic
│   └── index.html
├── index.json
└── ja
├── 2017
│   └── 09
│   └── 02
│   └── japan-psa-fall-is-hornet-season
│   └── index.html
├── 404.html
├── css
│   ├── pragmatapro.css
│   ├── tachyons.css
│   └── typography.css
├── fonts
│   ├── PragmataPro0.824W
│   │   ├── COPYRIGHT+EULA.txt
│   │   ├── How\ protect\ web\ fonts.txt
│   │   ├── PragmataPro-Bold0.824W
│   │   │   ├── pragmatapro_mono_b_0824-webfont.eot
│   │   │   ├── pragmatapro_mono_b_0824-webfont.svg
│   │   │   ├── pragmatapro_mono_b_0824-webfont.ttf
│   │   │   ├── pragmatapro_mono_b_0824-webfont.woff
│   │   │   ├── pragmatapro_mono_b_0824-webfont.woff2
│   │   │   ├── pragmataprob_0824-webfont.eot
│   │   │   ├── pragmataprob_0824-webfont.svg
│   │   │   ├── pragmataprob_0824-webfont.ttf
│   │   │   ├── pragmataprob_0824-webfont.woff
│   │   │   ├── pragmataprob_0824-webfont.woff2
│   │   │   └── stylesheet.css
│   │   ├── PragmataPro-BoldItalic0.824W
│   │   │   ├── pragmatapro_mono_z_0824-webfont.eot
│   │   │   ├── pragmatapro_mono_z_0824-webfont.svg
│   │   │   ├── pragmatapro_mono_z_0824-webfont.ttf
│   │   │   ├── pragmatapro_mono_z_0824-webfont.woff
│   │   │   ├── pragmatapro_mono_z_0824-webfont.woff2
│   │   │   ├── pragmataproz_0824-webfont.eot
│   │   │   ├── pragmataproz_0824-webfont.svg
│   │   │   ├── pragmataproz_0824-webfont.ttf
│   │   │   ├── pragmataproz_0824-webfont.woff
│   │   │   ├── pragmataproz_0824-webfont.woff2
│   │   │   └── stylesheet.css
│   │   ├── PragmataPro-Italic0.824W
│   │   │   ├── pragmatapro_mono_i_0824-webfont.eot
│   │   │   ├── pragmatapro_mono_i_0824-webfont.svg
│   │   │   ├── pragmatapro_mono_i_0824-webfont.ttf
│   │   │   ├── pragmatapro_mono_i_0824-webfont.woff
│   │   │   ├── pragmatapro_mono_i_0824-webfont.woff2
│   │   │   ├── pragmataproi_0824-webfont.eot
│   │   │   ├── pragmataproi_0824-webfont.svg
│   │   │   ├── pragmataproi_0824-webfont.ttf
│   │   │   ├── pragmataproi_0824-webfont.woff
│   │   │   ├── pragmataproi_0824-webfont.woff2
│   │   │   └── stylesheet.css
│   │   ├── PragmataPro-Regular0.824W
│   │   │   ├── pragmatapro_mono_r_0824-webfont.eot
│   │   │   ├── pragmatapro_mono_r_0824-webfont.svg
│   │   │   ├── pragmatapro_mono_r_0824-webfont.ttf
│   │   │   ├── pragmatapro_mono_r_0824-webfont.woff
│   │   │   ├── pragmatapro_mono_r_0824-webfont.woff2
│   │   │   ├── pragmatapror_0824-webfont.eot
│   │   │   ├── pragmatapror_0824-webfont.svg
│   │   │   ├── pragmatapror_0824-webfont.ttf
│   │   │   ├── pragmatapror_0824-webfont.woff
│   │   │   ├── pragmatapror_0824-webfont.woff2
│   │   │   └── stylesheet.css
│   │   └── USEFUL\ FILES
│   │   ├── All_chars.png
│   │   ├── All_chars.rtf
│   │   ├── All_chars.txt
│   │   └── Changes\ log.txt
│   └── PragmataPro_web_features
│   ├── features.css
│   ├── features.htm
│   ├── pragmatapror_0824-webfont.eot
│   ├── pragmatapror_0824-webfont.svg
│   ├── pragmatapror_0824-webfont.ttf
│   ├── pragmatapror_0824-webfont.woff
│   └── pragmatapror_0824-webfont.woff2
├── geomicons
│   ├── geomicons-defs.svg
│   ├── geomicons.css
│   ├── geomicons.js
│   ├── geomicons.min.js
│   ├── geomicons.svg
│   ├── icons
│   │   ├── bookmark.svg
│   │   ├── calendar.svg
│   │   ├── camera.svg
│   │   ├── chat.svg
│   │   ├── check.svg
│   │   ├── chevronDown.svg
│   │   ├── chevronLeft.svg
│   │   ├── chevronRight.svg
│   │   ├── chevronUp.svg
│   │   ├── clock.svg
│   │   ├── close.svg
│   │   ├── cloud.svg
│   │   ├── cog.svg
│   │   ├── compose.svg
│   │   ├── dribbble.svg
│   │   ├── expand.svg
│   │   ├── external.svg
│   │   ├── facebook.svg
│   │   ├── file.svg
│   │   ├── folder.svg
│   │   ├── geolocation.svg
│   │   ├── github.svg
│   │   ├── grid.svg
│   │   ├── heart.svg
│   │   ├── home.svg
│   │   ├── info.svg
│   │   ├── link.svg
│   │   ├── list.svg
│   │   ├── lock.svg
│   │   ├── mail.svg
│   │   ├── musicNote.svg
│   │   ├── next.svg
│   │   ├── no.svg
│   │   ├── pause.svg
│   │   ├── picture.svg
│   │   ├── pin.svg
│   │   ├── play.svg
│   │   ├── previous.svg
│   │   ├── refresh.svg
│   │   ├── repost.svg
│   │   ├── search.svg
│   │   ├── shoppingCart.svg
│   │   ├── skull.svg
│   │   ├── speaker.svg
│   │   ├── speakerVolume.svg
│   │   ├── star.svg
│   │   ├── tag.svg
│   │   ├── trash.svg
│   │   ├── triangleDown.svg
│   │   ├── triangleLeft.svg
│   │   ├── triangleRight.svg
│   │   ├── triangleUp.svg
│   │   ├── twitter.svg
│   │   ├── user.svg
│   │   ├── video.svg
│   │   └── warning.svg
│   └── paths.json
├── google13ed798d118f6fb1.html
├── img
│   ├── Rick_Run_201409\ 120x120.JPG
│   └── rclive-logo.png
├── index.html
├── index.xml
├── ja.jpg
├── post
│   └── index.html
├── sitemap.xml
└── tags
├── index.html
├── x
│   └── index.html
└── y
└── index.html
245 directories, 438 files
.
├── 2017
│   └── 04
│   └── 05
├── en
│   ├── 2017
│   │   ├── 04
│   │   ├── 05
│   │   ├── 06
│   │   ├── 08
│   │   └── 09
│   ├── 404.html
│   ├── _404
│   │   └── index.html
│   ├── css
│   │   ├── pragmatapro.css
│   │   ├── tachyons.css
│   │   └── typography.css
│   ├── en.jpg
│   ├── fonts
│   │   ├── PragmataPro0.824W
│   │   └── PragmataPro_web_features
│   ├── geomicons
│   │   ├── geomicons-defs.svg
│   │   ├── geomicons.css
│   │   ├── geomicons.js
│   │   ├── geomicons.min.js
│   │   ├── geomicons.svg
│   │   ├── icons
│   │   └── paths.json
│   ├── google13ed798d118f6fb1.html
│   ├── img
│   │   ├── Rick_Run_201409\ 120x120.JPG
│   │   └── rclive-logo.png
│   ├── index.html
│   ├── index.xml
│   ├── post
│   │   └── index.html
│   ├── sitemap.xml
│   └── tags
│   ├── 2017
│   ├── 2020
│   ├── adobe
│   ├── alfonsmucha
│   ├── allanholdsworth
│   ├── ana
│   ├── ants
│   ├── appliances
│   ├── archive
│   ├── arstechnica
│   ├── art
│   ├── assault
│   ├── beauty
│   ├── behavior
│   ├── bic
│   ├── chosen
│   ├── cir
│   ├── clowns
│   ├── codebook
│   ├── cogley
│   ├── comedy
│   ├── counterterrorism
│   ├── criminal
│   ├── criticism
│   ├── crowdfunding
│   ├── dao
│   ├── daughters
│   ├── dci
│   ├── defactosound
│   ├── drumcorps
│   ├── dubner
│   ├── eff
│   ├── encryption
│   ├── english
│   ├── escalator
│   ├── esl
│   ├── esolia
│   ├── fake
│   ├── family
│   ├── fcc
│   ├── font
│   ├── freshman
│   ├── gaines
│   ├── gap
│   ├── gender
│   ├── google
│   ├── guitar
│   ├── home
│   ├── https
│   ├── hugo
│   ├── humor
│   ├── index.html
│   ├── jal
│   ├── japan
│   ├── job
│   ├── jr
│   ├── kigo
│   ├── konto
│   ├── lapin
│   ├── lawsuit
│   ├── letsencrypt
│   ├── life
│   ├── live
│   ├── management
│   ├── manual-lens
│   ├── manzai
│   ├── mao
│   ├── marketing
│   ├── match-pump
│   ├── milestones
│   ├── munchausen
│   ├── nationalism
│   ├── neutrality
│   ├── nihongo
│   ├── noto
│   ├── npr
│   ├── obsolescence
│   ├── olympics
│   ├── owarai
│   ├── panoply
│   ├── parkinsons
│   ├── patriotism
│   ├── pet
│   ├── pm
│   ├── podcast
│   ├── posts
│   ├── pragmatapro
│   ├── praise
│   ├── precious
│   ├── privacy
│   ├── project
│   ├── prx
│   ├── purity
│   ├── race
│   ├── radio
│   ├── radiotopia
│   ├── rakugo
│   ├── reaccommodated
│   ├── reclining
│   ├── rick
│   ├── rip
│   ├── scv
│   ├── scvanguard
│   ├── seasons
│   ├── sengunjoshi
│   ├── shinkansen
│   ├── slow
│   ├── soul
│   ├── source_han
│   ├── space
│   ├── ssl
│   ├── status
│   ├── stitcher
│   ├── syria
│   ├── tachyons
│   ├── terrorism
│   ├── tmsidk
│   ├── tokyo
│   ├── tools
│   ├── top
│   ├── tradition
│   ├── train
│   ├── trouble
│   ├── trump
│   ├── trypod
│   ├── tsuyu
│   ├── typeface
│   ├── united
│   ├── violence
│   ├── wbez
│   ├── wnyc
│   ├── work
│   ├── x
│   ├── y
│   ├── yard
│   └── zetetic
├── index.json
└── ja
├── 2017
│   └── 09
├── 404.html
├── css
│   ├── pragmatapro.css
│   ├── tachyons.css
│   └── typography.css
├── fonts
│   ├── PragmataPro0.824W
│   └── PragmataPro_web_features
├── geomicons
│   ├── geomicons-defs.svg
│   ├── geomicons.css
│   ├── geomicons.js
│   ├── geomicons.min.js
│   ├── geomicons.svg
│   ├── icons
│   └── paths.json
├── google13ed798d118f6fb1.html
├── img
│   ├── Rick_Run_201409\ 120x120.JPG
│   └── rclive-logo.png
├── index.html
├── index.xml
├── ja.jpg
├── post
│   └── index.html
├── sitemap.xml
└── tags
├── index.html
├── x
└── y
169 directories, 40 files

/Users/rcogley/dev/Hugo-multihost-test/archetypes
/Users/rcogley/dev/Hugo-multihost-test/content
/Users/rcogley/dev/Hugo-multihost-test/data
/Users/rcogley/dev/Hugo-multihost-test/i18n
/Users/rcogley/dev/Hugo-multihost-test/i18n/en.toml
/Users/rcogley/dev/Hugo-multihost-test/i18n/ja.toml
/Users/rcogley/dev/Hugo-multihost-test/layouts
/Users/rcogley/dev/Hugo-multihost-test/public
/Users/rcogley/dev/Hugo-multihost-test/static
/Users/rcogley/dev/Hugo-multihost-test/static_en
/Users/rcogley/dev/Hugo-multihost-test/static_en/en.jpg
/Users/rcogley/dev/Hugo-multihost-test/static_ja
/Users/rcogley/dev/Hugo-multihost-test/static_ja/ja.jpg
/Users/rcogley/dev/Hugo-multihost-test/config.toml
/Users/rcogley/dev/Hugo-multihost-test/README.md

@RickCogley
Copy link
Author

Trying to use the attached config.toml for this site:

https://github.com/RickCogley/RCC-live

I do have en.toml and ja.toml files in i18n.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment