Skip to content

Instantly share code, notes, and snippets.

@srid
Last active August 11, 2020 14:55
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 srid/37172010e8fed889ee59075b5f7ac456 to your computer and use it in GitHub Desktop.
Save srid/37172010e8fed889ee59075b5f7ac456 to your computer and use it in GitHub Desktop.
multi site neuron.dhall
{ formats =
[ "markdown", "org" ],
sites =
[ { siteTitle =
"My private zettelkasten"
, theme =
"brown"
},
{ siteTitle =
"Srid's blog"
, theme =
"cyan"
, filterTag =
"public"
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment