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

config.yaml « changelog « _sites - github.com/spookey/slick.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b85b1ee78e7f6d8fc5c3998fa1c74e8c41c076c3 (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# Set base URL for site - should end with a trailing slash
baseUrl: https://slick.toor.su/

theme: slick

# Site title (not shown if commented out or set to false)
# (If you disable this, add some link on the index page inside menu.main,
#  otherwise your visitors will get confused and lost...)
title: Slick Changelog

languageCode: en
defaultContentLanguage: en

# Will appear below the footer links with a © sign and the current year
# copyright: "Some Author — All rights reserved."

markup:
  goldmark:
    renderer:
      unsafe: true                    # Allow html (needed for some shortcodes)
  highlight:
    codeFences: true                  # Enable highlighting inside codefences
    guessSyntax: true                 # Highlight code without language tag
    noClasses: false                  # Use the theme's style sheet

canonifyURLs: true
preserveTaxonomyNames: true

# Configure pagination
paginate: 10
paginatePath: page

params:
  # Site subtitle (not shown if commented out or set to false)
  subtitle: Hey Peter, what's happening?

  # Site description
  description: Tracking changes of slick development

  # Favicon file (relative to baseURL - place below static or assets folder)
  favicon: favicon.png
  # Custom css file (relative to baseURL - place below static or assets folder)
  # css: custom.css

  # Define formatting of dates
  # (optional, falls back to RFC822 format if not set)
  # For reference to date and time formatting, see:
  # https://gohugo.io/functions/format/#hugo-date-and-time-templating-reference
  # Make sure to set showMetaDates to true to see any dates
  dateFmt: Mon, 02 Jan 2006 15:04:05 MST

  # Customize the text of the 404 page here
  # errorPageText: ""

  # Header with title/subtitle can be disabled here.
  # (If you disable this, add some link on the index page inside menu.main,
  #  otherwise your visitors will get confused and lost...)
  showNavHeader: true

  # Decide if only summaries are shown on the main page or the full content
  showFullContent: true

  # If false no pagination is shown when there is nothing to paginate
  showEmptyPagination: false

  # If false the title, dates and taxonomy are not shown on single view
  showMeta: true

  # If false the dates for the posts are not shown
  showMetaDates: false

  # If false the taxonomy links for the posts are not shown
  showMetaLinks: false

  # Uses Hugo internal templates if set
  opengraph: false
  schema: false
  twitter_cards: false


# Define all supported taxonomies (add series to the default)
# taxonomies:
  # tags: tags
  # categories: categories
  # series: series


author:
  # name: Some Author
  # email: mail@example.org


services:
  rss:
    # limit the length of the rss feed (default: unlimited)
    limit: 0


menu:

  footer:

  - name: GitHub
    title: Theme repository
    url: https://github.com/spookey/slick
    weight: 1

  - name: Slick
    title: Theme page on gohugo.io
    url: https://themes.gohugo.io/slick
    weight: 2

  - name: Toor
    title: Some website, using this theme
    url: https://toor.su
    weight: 3