pidgin/nest

Adds links to site

2019-01-17, Jason
329580335d86
Parents 7bd23967c90d
Children 9cec1f3e6b5d
Adds links to site

* Edit content link
* Adds Social links to shortcuts
  • +13 -0
    config.toml
  • --- a/config.toml Thu Jan 17 01:45:30 2019 -0600
    +++ b/config.toml Thu Jan 17 19:21:44 2019 +0000
    @@ -7,6 +7,8 @@
    [params]
    # Disable arrows
    disableNextPrev = true
    +editURL = "https://bitbucket.org/pidgin/nest/src/default/content/"
    +disableShortcutsTitle = true
    [outputs]
    home = [ "HTML", "RSS", "JSON"]
    @@ -16,3 +18,14 @@
    languageName = "English (US)"
    [languages.es]
    languageName = "Spanish"
    +
    +# Shourtcuts
    +[[Languages.en.menu.shortcuts]]
    + name = "<i class='fab fa-fw fa-bitbucket'></i> Bitbucket repo"
    + identifier = "bitbucket"
    + url = "https://bitbucket.org/pidgin/"
    +
    +[[Languages.en.menu.shortcuts]]
    + name = "<i class='fab fa-fw fa-discord'></i> Discord"
    + identifier = "discord"
    + url = "https://discord.gg/pB9fbVC"