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

config.toml « exampleSite - github.com/darshanbaral/khata.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 51fe37086dbe9c4dda3428ef9cdcdd6b43d33a87 (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
34
35
36
37
38
baseURL = "https://www.example.org/"
title = "My Blog Site"
theme = "khata"
languageCode = "en-us"
copyright = "2019. First Last"
pluralizelisttitles = false
disableKinds = ["taxonomyTerm"]

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

[params]
  dateFormat = "2006-01-02"

[params.author] 
  name = "McFirst Last, A.B., X.Y"
  profilephoto = "https://i.stack.imgur.com/oI2SB.jpg"
  title = "Title"
  subtitle = "City Name, ST"
  about = '''
  **Lorem Ipsum is simply dummy text of the printing and typesetting industry**. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into *electronic typesetting*, remaining essentially unchanged.
'''

[[params.social]]
  name = "Twitter"
  link = "#"
  iconclass= "fab fa-twitter"

[[params.social]]
  name = "LinkedIn"
  link = "#"
  iconclass= "fab fa-linkedin"

[[params.social]]
  name = "Email"
  link = "mailto:username@domain.com"
  iconclass= "fas fa-envelope"