Welcome to mirror list, hosted at ThFree Co, Russian Federation.

config.toml.example - github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 97db2aab705c47764371750723e284207ec46215 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
languageCode = "en-US"
theme = "indigo"
baseURL = "https://example.com/"
title = "Site Title"

[params]
  AuthorName = "Author Name"
  Description = "Description of website for head meta tag"
  Subtitle = "A subtitle for your site"
  Avatar = "path/to/avatar.jpg"

  # Copyright owner for display in the footer:
  CopyrightOwner = "Copyright owner name"

  # Contact/social-network identifiers for social icons
  EmailAddress = "email.address@example.com"
  FlickrUser = "FlickrUserName"
  GitHubUser = "GitHubUserName"
  GitLabUser = "GitLabUserName"
  GlitchUser = "GlitchUserName"
  TwitterUser = "TwitterUserName"
  MicroBlogUser = "MicroBlogUserName"

  # These are parameters used for indieweb identity. You should set these along
  # with the top-level email/social network parameters.
  [params.indieWeb]  
    EmailAddress = "email.address@example.com"
    FlickrUser = "FlickrUserName"
    GitHubUser = "GitHubUserName"
    TwitterUser = "TwitterUserName"
    MicroBlogUser = "MicroBlogUserName"
    Country = "CountryName"
    City = "CityName"