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

config.toml « exampleSite - github.com/it-gro/hugo-theme-w3css-basic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 652eb3e5adfdfae162f4ecbfd6f7d5d9afc4651a (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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
# https://gohugo.io/getting-started/configuration/#toml-configuration

# ##################################################
# Hugo-defined variables
baseURL       = "https://example.com"

title         = "hugo-theme-w3css-basic exampleSite"
theme         = "hugo-theme-w3css-basic"
languageCode  = "en-us"
#languageCode  = "de-ch"

# Site language. Available translations in the theme's `/i18n` directory.
defaultContentLanguage = "en"

#disableFastRender=true

# Enable Emoji emoticons support for page content; see emoji-cheat-sheet.com
enableEmoji   = true

# the length of text to show in a .Summary
summaryLength = 70

# Pagination (3,6,9,12, ...)
paginate =  6

# Enable comments by entering your Disqus shortname
disqusShortname = "it-gro-github-io-hugo-theme-w3css-basic-github-io"

# https://gohugo.io/content-management/syntax-highlighting/
pygmentsUseClassic            = false
pygmentsCodeFences            = true
pygmentsCodeFencesGuessSyntax = true
# https://help.farbox.com/pygments.html
# https://github.com/alecthomas/chroma
# hugo gen chromastyles --style=autumn        >  syntax.autumn.css
# ...
pygmentsUseClasses            = true
# => static/css/syntax/syntax/syntax.*.css
# copy one of them to
# static/css/syntax/syntax.css
# alternative (if shortcodes/csc*.html are not used):
# set pygmentsUseClassic to false on choose one of the following:
#pygmentsStyle = "autumn"
#pygmentsStyle = "borland"
#pygmentsStyle = "bw"
#pygmentsStyle = "colorful"
#pygmentsStyle = "default"
#pygmentsStyle = "emacs"
#pygmentsStyle = "friendly"
#pygmentsStyle = "fruity"
#pygmentsStyle = "manni"
#pygmentsStyle = "monokai"
#pygmentsStyle = "murphy"
#pygmentsStyle = "native"
#pygmentsStyle = "pastie"
#pygmentsStyle = "perldoc"
#pygmentsStyle = "rrt"
#pygmentsStyle = "tango"
#pygmentsStyle = "trac"
#pygmentsStyle = "vim"
#pygmentsStyle = "vs"


# Enable Google Analytics by entering your tracking code
googleAnalytics = "UA-113314068-2"


# RSS Feed
# Do not build RSS files
disableRSS = false
# maximum number of items in the RSS feed
rssLimit   = 10

[outputs]
home = [ "HTML", "RSS" ]
section = [ "HTML", "RSS"]

[imaging]
# https://gohugo.io/content-management/image-processing/
# Default resample filter used for resizing. Default is Box,
# a simple and fast averaging filter appropriate for downscaling.
# See https://github.com/disintegration/imaging
resampleFilter = "box"

# Defatult JPEG quality setting. Default is 75.
quality = 75

# Anchor used when cropping pictures.
# Default is "smart" which does Smart Cropping, using https://github.com/muesli/smartcrop
# Smart Cropping is content aware and tries to find the best crop for each image.
# Valid values are Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight
anchor = "smart"


# ##################################################
# Theme-defined configuration

# ##################################################
# hugo sections

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

[Permalinks]
  blog = "/blog/:year/:month/:day/:filename/"
  # blog = "/blog/:year/:month/:title/"


# ##################################################
# Main menu
[menu]

# provide translations in i18n/*.yaml
[[menu.main]]
  weight = 1
  name   = "Home"
  url    = "/index.html"
  pre    = "fas fa-home"

[[menu.main]]
  weight = 2
  name   = "Contact"
  url    = "/contact"
  pre    = "far fa-address-card"

[[menu.main]]
  weight = 3
  name   = "Pages"
  url    = "/pages"
  pre    = "fas fa-list"

# demo submenu
[[menu.main]]
  weight = 4
  name   = "Theme"
  pre    = "fas fa-info-circle"
  identifier = "theme"

[[menu.main]]
  weight = 1
  name   = "About"
  #url    = "/categories/this-theme/"
  url    = "/pages/hugo-theme-w3css-basic/"
  pre    = "fas fa-info fa-fw"
  parent = "theme"

[[menu.main]]
  weight = 2
  name   = "Images"
  url    = "/pages/hugo-theme-w3css-basic/images-taken-from/"
  pre    = "far fa-images fa-fw"
  parent = "theme"

[[menu.main]]
  weight = 3
  name   = "Showcase"
  url    = "/pages/showcase/"
  pre    = "fas fa-eye fa-fw"
  parent = "theme"

# end submenu

[[menu.main]]
  weight = 5
  name   = "Blog"
  url    = "/blog"
  pre    = "fas fa-rss"

[[menu.main]]
  weight = 6
  name   = "FAQ"
  url    = "/faq"
  pre    = "far fa-question-circle"


# right aligned
[[menu.topbar]]
  weight   = 1
  name     = "GitHub"
  url      = "https://github.com/it-gro/hugo-theme-w3css-basic"
  pre      = "fab fa-github"

[[menu.topbar]]
  weight   = 2
  name     = "GitLab"
  url      = "https://gitlab.com/it-gro"
  pre      = "fab fa-gitlab"

#[[menu.topbar]]
#  weight   = 3
#  name     = "Facebook"
#  url      = "http://facebook.com"
#  pre      = "fab fa-facebook"

#[[menu.topbar]]
#  weight   = 4
#  name     = "Twitter"
#  url      = "http://twitter.com"
#  pre      = "fab fa-twitter"

[[menu.topbar]]
  weight   = 5
  name     = "Email"
  url      = "#address"
# url      = "mailto:info@example.com"
  pre      = "fas fa-envelope"

[[menu.topbar]]
  weight   = 6
  name     = "Search"
  url      = "/search"
  pre      = "fas fa-search"


# ##################################################
# theme-defined params
[params]

  # meta data
  # ##############################

  # used in layouts/partials/head.meta.html
  authorName                        = "anonymous"
  defaultKeywords                   = ["foo", "bar"]
  defaultDescription                = "example site created with hugo using theme hugo-theme-w3css-basic"
  truncateSummaryForMetaDescription = 120

  # multiple lines in toml
  # https://github.com/toml-lang/toml#user-content-string

  # used in layouts/partials/footer.html
  # uses markdownify
  aboutUs   = '''
Vel illum **dolore** eu

  * feugiat nulla
  * facilisis at vero.

Nam vestibulum accumsan nisl.

              '''

  address   = '''
**nobis eleifend**          
**Soluta nobis eleifend**   
illum dolore eu feugiat     
3612 Steffisburg            
consectetuer adipiscing     

**Switzerland**
              '''
  footerContactButton = "contact/index.md"

  # used in layouts/partials/footer.bottom.html
  bottomLeft  = "Copyright (c) 2018, *lobortis nisl* ut aliquip ex ea commodo consequat"
  bottomRight = 'created with [Hugo](https://gohugo.io) '


  # colors
  # ##############################

  # used in layouts/partials/head.stylesheets.html
  # https://www.w3schools.com/w3css/w3css_color_themes.asp
  # https://www.w3schools.com/w3css/w3css_color_generator.asp
  # Monochromatic Color Schemes
  # set W3.CSS color theme (choose one)
  #w3cssColorTheme = "/css/w3-theme-custom.css"
  #w3cssColorTheme = "/vendor/w3css/4/w3-theme-amber.css"
  #w3cssColorTheme = "/vendor/w3css/4/w3-theme-black.css"
  #w3cssColorTheme = "/vendor/w3css/4/w3-theme-blue-grey.css"
  #w3cssColorTheme = "/vendor/w3css/4/w3-theme-blue.css"
  #w3cssColorTheme = "/vendor/w3css/4/w3-theme-brown.css"
  #w3cssColorTheme = "/vendor/w3css/4/w3-theme-cyan.css"
  #w3cssColorTheme = "/vendor/w3css/4/w3-theme-dark-grey.css"
  #w3cssColorTheme = "/vendor/w3css/4/w3-theme-deep-orange.css"
  #w3cssColorTheme = "/vendor/w3css/4/w3-theme-deep-purple.css"
  #w3cssColorTheme = "/vendor/w3css/4/w3-theme-green.css"
  #w3cssColorTheme = "/vendor/w3css/4/w3-theme-grey.css"
  #w3cssColorTheme = "/vendor/w3css/4/w3-theme-indigo.css"
  #w3cssColorTheme = "/vendor/w3css/4/w3-theme-khaki.css"
  #w3cssColorTheme = "/vendor/w3css/4/w3-theme-light-blue.css"
  #w3cssColorTheme = "/vendor/w3css/4/w3-theme-light-green.css"
  #w3cssColorTheme = "/vendor/w3css/4/w3-theme-lime.css"
  #w3cssColorTheme = "/vendor/w3css/4/w3-theme-orange.css"
  #w3cssColorTheme = "/vendor/w3css/4/w3-theme-pink.css"
  #w3cssColorTheme = "/vendor/w3css/4/w3-theme-purple.css"
  #w3cssColorTheme = "/vendor/w3css/4/w3-theme-red.css"
  #w3cssColorTheme = "/vendor/w3css/4/w3-theme-teal.css"
  #w3cssColorTheme = "/vendor/w3css/4/w3-theme-yellow.css"

  #w3cssColorTheme = "/vendor/w3css/4/color_of_the_year/w3-theme-color-of-year-2006-sand-dollar.css"
  #w3cssColorTheme = "/vendor/w3css/4/color_of_the_year/w3-theme-color-of-year-2007-chili-pepper.css"
  #w3cssColorTheme = "/vendor/w3css/4/color_of_the_year/w3-theme-color-of-year-2008-blue-izis.css"
  #w3cssColorTheme = "/vendor/w3css/4/color_of_the_year/w3-theme-color-of-year-2009-mimosa.css"
  #w3cssColorTheme = "/vendor/w3css/4/color_of_the_year/w3-theme-color-of-year-2010-turquise.css"
  #w3cssColorTheme = "/vendor/w3css/4/color_of_the_year/w3-theme-color-of-year-2011-honeysucle.css"
  #w3cssColorTheme = "/vendor/w3css/4/color_of_the_year/w3-theme-color-of-year-2012-tangerine-tango.css"
  #w3cssColorTheme = "/vendor/w3css/4/color_of_the_year/w3-theme-color-of-year-2013-emerald.css"
  #w3cssColorTheme = "/vendor/w3css/4/color_of_the_year/w3-theme-color-of-year-2014-radiand-orchid.css"
  #w3cssColorTheme = "/vendor/w3css/4/color_of_the_year/w3-theme-color-of-year-2015-marsala.css"
  #w3cssColorTheme = "/vendor/w3css/4/color_of_the_year/w3-theme-color-of-year-2016-airy-blue.css"
  #w3cssColorTheme = "/vendor/w3css/4/color_of_the_year/w3-theme-color-of-year-2016-aurora-red.css"
  #w3cssColorTheme = "/vendor/w3css/4/color_of_the_year/w3-theme-color-of-year-2016-bodacious.css"
  #w3cssColorTheme = "/vendor/w3css/4/color_of_the_year/w3-theme-color-of-year-2016-buttercup.css"
  #w3cssColorTheme = "/vendor/w3css/4/color_of_the_year/w3-theme-color-of-year-2016-duster-cedar.css"
  #w3cssColorTheme = "/vendor/w3css/4/color_of_the_year/w3-theme-color-of-year-2016-fiesta.css"
  #w3cssColorTheme = "/vendor/w3css/4/color_of_the_year/w3-theme-color-of-year-2016-green-flash.css"
  #w3cssColorTheme = "/vendor/w3css/4/color_of_the_year/w3-theme-color-of-year-2016-iced-coffe.css"
  #w3cssColorTheme = "/vendor/w3css/4/color_of_the_year/w3-theme-color-of-year-2016-lilac-grey.css"
  w3cssColorTheme = "/vendor/w3css/4/color_of_the_year/w3-theme-color-of-year-2016-limpet-shell.css"
  #w3cssColorTheme = "/vendor/w3css/4/color_of_the_year/w3-theme-color-of-year-2016-lush-medow.css"
  #w3cssColorTheme = "/vendor/w3css/4/color_of_the_year/w3-theme-color-of-year-2016-peach-echo.css"
  #w3cssColorTheme = "/vendor/w3css/4/color_of_the_year/w3-theme-color-of-year-2016-potters-clay.css"
  #w3cssColorTheme = "/vendor/w3css/4/color_of_the_year/w3-theme-color-of-year-2016-riverside.css"
  #w3cssColorTheme = "/vendor/w3css/4/color_of_the_year/w3-theme-color-of-year-2016-rose-quarts.css"
  #w3cssColorTheme = "/vendor/w3css/4/color_of_the_year/w3-theme-color-of-year-2016-serenity.css"
  #w3cssColorTheme = "/vendor/w3css/4/color_of_the_year/w3-theme-color-of-year-2016-sharkskin.css"
  #w3cssColorTheme = "/vendor/w3css/4/color_of_the_year/w3-theme-color-of-year-2016-snorkel-blue.css"
  #w3cssColorTheme = "/vendor/w3css/4/color_of_the_year/w3-theme-color-of-year-2016-spicy-mustard.css"
  #w3cssColorTheme = "/vendor/w3css/4/color_of_the_year/w3-theme-color-of-year-2016-warm-taupe.css"

  # used in layouts/partials/*.html
  # used in layouts/blog/*.html
  # used in layouts/default/*.html
  # used in layouts/pages/*.html
  # {{ default `w3-theme-l3` ($.Site.Param `color404Container`)}}
  # set the actual color (one of the monochromatic color scheme)
  #
  # layouts/partials/header.marquee.html
  colorHeaderMarquee                    = "w3-theme-l1"
  #
  # layouts/partials/header.nav.html
  colorHeaderNav                        = "w3-theme-dark"
  #
  # layouts/_default/baseof.html
  colorBaseofCanvas                     = "w3-theme-l4"
  colorBaseofPanel                      = "w3-theme-l2"
  #
  # layouts/partials/front.*.html
  colorFrontClientsCard                 = "w3-theme-l2"
  colorFrontClientsContainer            = "w3-theme-l3"
  colorFrontFeaturesCard                = "w3-theme-l3"
  colorFrontFeaturesContainer           = "w3-theme-l4"
  colorFrontJumbotronsContainer         = "w3-theme-l2"
  colorFrontJumbotronsSection           = "w3-theme-l4"
  colorFrontPhotocardsCard              = "w3-theme-l1"
  colorFrontPhotocardsCardContainer     = "w3-theme-l1"
  colorFrontPhotocardsContainer         = "w3-theme-l3"
  colorFrontRecentPostsCard             = "w3-theme-l4"
  colorFrontRecentPostsCardButton       = "w3-theme-l4"
  colorFrontRecentPostsContainer        = "w3-theme-l3"
  colorFrontRecentPostsTitleCard        = "w3-theme-l2"
  colorFrontSeeMoreButton               = "w3-theme-l4"
  colorFrontSeeMoreContainer            = "w3-theme-l4"
  colorFrontSeeMoreText                 = "w3-text-white"
  colorFrontTestimonialsCarouselCard    = "w3-theme-l5"
  colorFrontTestimonialsContainer       = "w3-theme-l4"
  colorFrontTestimonialsTitleCard       = "w3-theme-l2"
  #
  # layouts/partials/page.nav.cards.html
  colorPageNavCardsCard                 = "w3-theme-d3"
  colorPageNavCardsLink                 = "w3-theme-l3"
  colorPageNavCardsContainer            = "w3-theme-l3"
  #
  # layouts/partials/page.nav.breadcrump.html
  colorPageNavBreadcrumpBar             = "w3-theme-d3"
  #
  # layouts/pages/list.html:
  colorPagesListCard                    = "w3-theme-l3"
  colorPagesListCell                    = "w3-theme-l4"
  colorPagesListContainer               = "w3-theme-l4"
  #
  # layouts/blog/list.html
  colorBlogListCard                     = "w3-theme-l3"
  colorBlogListCell                     = "w3-theme-l4"
  colorBlogListContainer                = "w3-theme-l4"
  #
  # layouts/_default/taxonomy.html
  colorTaxonomyCard                     = "w3-theme-l3"
  colorTaxonomyCell                     = "w3-theme-l4"
  colorTaxonomyContainer                = "w3-theme-l4"
  #
  # layouts/partials/main.paginator.bar.html
  colorPaginatorBar                     = "w3-theme-l1"
  #
  # layouts/_default/taxonomy.html
  colorTaxonomyBar                      = "w3-theme-l1"
  colorTaxonomyPanel                    = "w3-theme-l2"
  #
  #layouts/_default/terms.html:
  colorTermsPanel                       = "w3-theme-l2"
  #
  # layouts/partials/blog.disqus-button.html
  colorDisqusButton                     = "w3-theme-l3"
  #
  # layouts/partials/contact.form.html
  colorContactFormPanel                 = "w3-theme-d3"
  #
  # layouts/partials/contact.map.html
  colorContactMapCard                   = "w3-theme-l2"
  colorContactMapPanel                  = "w3-theme-l2"
  #
  # layouts/partials/search.google.gcse.html
  colorSearchGoogleGcseContainer        = "w3-theme-l3"
  #
  # layouts/partials/footer.bottom.html
  colorFooterBottomCell                 = "w3-theme-l3"
  #
  # layouts/partials/footer.html
  colorFooterButton                     = "w3-theme-l4"
  colorFooterContainer                  = "w3-theme-d5"
  #
  # layouts/404.html
  color404Container                     = "w3-theme-l3"
  #
  # layouts/partials/main.related.html
  colorRelatedBar                       = "w3-theme-l3"


  # used in layouts/shortcodes/alert.html
  colorAlertPrimary                     = "w3-purple"
  colorAlertSecondary                   = "w3-aqua"
  colorAlertSuccess                     = "w3-light-green"
  colorAlertInfo                        = "w3-light-blue"
  colorAlertWarning                     = "w3-yellow"
  colorAlertDanger                      = "w3-red"
  colorAlertDark                        = "w3-dark-grey"
  colorAlertLight                       = "w3-grey"

  # w3-amber
  # w3-aqua
  # w3-blue
  # w3-blue-grey
  # w3-brown
  # w3-cyan
  # w3-dark-grey
  # w3-deep-orange
  # w3-deep-purple
  # w3-green
  # w3-grey
  # w3-indigo
  # w3-khaki
  # w3-light-blue
  # w3-light-green
  # w3-light-grey
  # w3-lime
  # w3-orange
  # w3-pink
  # w3-purple
  # w3-red
  # w3-sand
  # w3-teal
  # w3-white
  # w3-yellow


  # google stuff
  # ##############################

  # used in layouts/partials/head.html
  # use true for https://themes.gohugo.io/hugo-theme-w3css-basic
  # if fontsUseGoogleApis=true then choose your fonts in [params.googleApiFonts.family.*]  (see below)
  fontsUseGoogleApis=true

  # Global Site Tag
  # https://developers.google.com/gtagjs/
  # used in layouts/partials/head.google.gtags.html
  # you need to enter the Tracking-ID above
  # googleAnalytics = ""
  enableGoogleGtag=true

  # Google Maps API key
  # get our own: https://developers.google.com/maps/documentation/javascript/adding-a-google-map#key
  # used in layouts/partials/contact.map.html
  # if empty => fallback to URL (instead of map)
  # define environment variable (=> key is not stored in github)
  envGoogleMapsApiKey = "GoogleMapsApiKey"
  # if environment is not an option => define key here:
  #googleMapsApiKey = ""

  #googleMapsZoom   = 14
  googleMapsZoom   = 3
  latitude         = 46.946692
  longitude        =  7.444186

  # Google Custom Search API
  # https://cse.google.com/cse/
  # used in layouts/partials/search.google.gcse.html
  googleCustomSearchCX = '002931815551392744433:tnypjyusk2e'

  # for google translate check params.menuTopBar.googleTranslate*


  # teasers
  # ##############################

  # https://gohugo.io/functions/truncate/
  # used in layouts/pages/list.html
  #         layouts/partials/front.recent_posts.html
  #         layouts/partials/main.teaser_in_card.html
  teaserTruncateSummary  = 200


  # contact form
  # ##############################

  # used in partials/contact.form.html
  # Enable the contact form by entering your Formspree.io email
  formspree            = "formspree.io"
  email                = "info@example.com"
  contactFormInclEmail = true

  # disqus (theme)
  # ##############################

  # used in partials/blog.disqus-button.html
  # set to false if you dont want to have a button "show comments", but show the comments right away
  disqusButtonShow      = false
  # set to true, if you want to show the count of comments within the "show comments" button
  # fires an async request to disqus.com/count.js
  disqusButtonShowCount = false
  # set to true if you dont want a GDPR agreement with the visitor
  # disqusSkipAgree = true

  # date format (blog) is created using:
  #  layouts/partials/main.blog.date.html
  #  layouts/partials/main.i18n.date.html
  #  layouts/partials/main.i18n.date.short.html
  #  and i18n/*.yaml

  # enable output of shortcode hc (html comment)
  # used in layouts/shortcodes/hc.html
  enableHC = true

  # flags used for tracing and html comment output
  # currently used:
  #   html-comment          enable partials html comment output
  #   debug-shortcodes      enable all shortcodes debugging output
  #   debug-shortcode-liti  enable all shortcode liti debugging output
  #traceFlags       = "html-comment:debug-shortcodes"
  #traceFlags       = "html-comment:debug-shortcode-res-figure"
  #traceFlags         = "html-comment:debug-shortcode-res-debug"
  #traceFlags         = "html-comment:debug-partial-resource-image"
  traceFlags         = "html-comment"

  # custom css and custom js
  # this theme comes with the following "empty" files
  #   static/css/custom.css
  #   static/js/custom.bottom.js
  #   static/js/custom.top.js
  # a project can create these in the project dir in order to overwrite them
  # https://gohugo.io/themes/customizing/#override-static-files

  # in addition the following arrays may be files with paths or URLS
  #   custom_css        = [ "css/custom_foo.css", "https://cdnjs.cloudflare.com/ajax/libs/minireset.css/0.0.2/minireset.min.css" ]
  #   custom_js_top     = [ "js/custom_top_bar.js" ]
  #   custom_js_bottom  = [ "js/custom_bottom_foo.js", "https://cdn.jsdelivr.net/npm/js-cookie@2/src/js.cookie.min.js" ]
  # used in layouts/partials/head.stylesheets.html
  # used in layouts/partials/scripts.bottom.html
  # used in layouts/partials/scripts.top.html
  custom_css        = [ ]
  custom_js_top     = [ ]
  custom_js_bottom  = [ ]


  # developer stuff
  debug              = false
  uglyURLs           = false
  uglyUrl            = ".html"


# ##################################################
# theme sections
# more theme defined params

[params.anchor]
  # layouts/_default/baseof.html
  enable = true
  icon   = "fas fa-anchor"
  #icon = "fas fa-link"


[params.related]
  # https://gohugo.io/content-management/related/
  # layouts/partials/main.related.html
  enable        = true
  limitTo       = 5


[params.cookieconsent]
  # https://cookieconsent.insites.com/download/
  # used in layouts/partials/head.cookieconsent.html
  enable           = true
  #popupBackground  = "#f33"
  #popupText        = "#fff"
  #buttonBackground = "#3f3"
  #buttonText       = "#000"
  popupBackground  = "#fff"
  popupText        = "#444"
  buttonBackground = "#666"
  buttonText       = "#fff"
  #static           = "true"
  #position         = "bottom"
  #position         = "top"
  position         = "bottom-left"
  #position         = "bottom-right"
  #position         = "top-left"
  #position         = "top-right"
  #theme            = ""
  theme            = "classic"
  #theme            = "edgeless"
  href             = "https://cookiesandyou.com"


[params.favicon]
  # you may want to use https://realfavicongenerator.net to generate your files
  # used in layouts/partials/head.favicon.html
  # relURL is applied to path
  enable                 = false
  path                   = "/images/favicons"
  version                = "a_random_value"
  maskIcon               = "#5bbad5"
  msapplicationTileColor = "#da532c"
  themeColor             = "#ffffff"


[params.marquee]
  # used in layouts/partials/header.marquee.html
  # enable or disable marquee on frontpage
  enable      = true
  # marquee text is placed in directory as:
  file        = ".marquee.md"

  # no longer valid:
  # marquee  = '''
  #            '''


[params.menuConfig]
  # used in layouts/partials/header.nav.html
  # if set => change menu entry on small displays to lowercase maxChars
  smallDispMenuMaxChars     = 4
  #smallDispMenuMaxChars     = 2
  smallDispMenuCollapse     = true
  #smallDispMenuCollapseIcon = "fas fa-bars"
  smallDispMenuCollapseIcon = "fas fa-caret-square-down"
  #smallDispMenuCollapseIcon = "far fa-caret-square-down"
  #smallDispMenuCollapseIcon = "fab fa-elementor"
  #smallDispMenuCollapseIcon = "fas fa-align-justify"

[params.menuTopBar]
  # used in layouts/partials/header.nav.html
  # enable or disable menu.topbar with social icons (right aligned)
  socialEnable              = true
  numOfItemsIfSmallDisplay  = 1
  numOfItemsIfMediumDisplay = 3
  numOfItemsIfSmallDisplayCollapsed = 6

  # used in layouts/partials/header.nav.html
  #         layouts/partials/header.nav.google.translate.html
  googleTranslateEnable    = true
  googleTranslateShowOnHome= false

  # used in layouts/partials/header.nav.html
  #         layouts/partials/header.nav.theme_color_selector.html
  #         layouts/partials/head.stylesheets.html
  #         layouts/partials/scripts.bottom.html
  # This may help you to to select a w3cssColorTheme
  themeColorSelectorEnable = false


[params.jumbotrons]
  # used in layouts/partials/front.jumbotrons.carousel.html
  # enable or disable jumbotrons on frontpage
  # see some examples in 'exampleSite/data/jumbotron'
  enable   = true
  #enable   = false

[params.photocards]
  # used in layouts/partials/front.photocards.html
  # enable or disable photocards on frontpage
  # see some examples in 'exampleSite/data/photocards'
  enable        = true
  #enable        = false
  limitTo       = 3
  #limitTo       = 6
  animate       = true
  resImgCmd     = "Resize"
  resImgCmdOpt  = "300x"

[params.features]
  # used in layouts/partials/front.features.html
  # enable or disable features on frontpage
  # see some examples in 'exampleSite/data/features'
  enable   = true
  #enable  = false
  #limitTo  = 3
  limitTo  = 6
  animate  = false

[params.recentPosts]
  # used in layouts/partials/footer.html
  footerNumOfPosts = 5
  enableFooter   = true
  # used in layouts/partials/front.recent_posts.html
  enableFront    = true
  title    = "From our Blog"
  subtitle = '''
Pellentesque habitant morbi tristique senectus et netus et malesuada
fames ac.
             '''

[params.seeMore]
  # used in layouts/partials/front.see_more.html
  # enable or disable see_more on frontpage
  enable    = true
 #enable    = false
  icon      = "far fa-file-code"
  title     = "Do You want to see More?"
  linkUrl   = "/pages"
  linkText  = "consectetuer adipiscing"
  subtitle  = '''
Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper
suscipit lobortis nisl ut aliquip ex ea commodo consequat.
              '''

[params.testimonials]
  # used in layouts/partials/front.testimonials.carousel.html
  # enable or disable testimonials on frontpage
  # see some examples in 'exampleSite/data/testimonials'
  enable   = true
  #enable  = false
  title    = "Testimonials"
  subtitle = '''
Consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut
labore et dolore magna aliquyam erat, sed diam voluptua.
             '''

[params.clients]
  # used in layouts/partials/front.clients.carousel.html
  # enable or disable clients on frontpage
  # see some examples in 'exampleSite/data/clients'
  enable        = true
  #enable        = false
  resImgCmd     = "Resize"
  resImgCmdOpt  = "100x"
  imgMaxWidth   = "100px"
  imgMaxHeight  = "100px"
  title         = "Our Clients"
  subtitle      = '''
Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse
**molestie consequat**, vel illum dolore.
             '''

[params.blog]
  # used in layouts/blog/list.html
  title    = "Blog"
  icon     = "fas fa-rss"
  subtitle = '''
ultricies eget, tempor sit amet, ante
             '''

[params.googleApiFonts.family]
  # this section is only relevant if fontsUseGoogleApis=true

  # https://www.w3.org/Style/Examples/007/fonts.en.html
  # the predefined generic font names are:
  # sans-serif = ""
  # serif      = ""
  # monospace  = ""
  # cursive    = ""
  # fantasy    = ""

  # used in static/vendor/w3css/4/w3.css
  #   code,kbd,pre,samp     : monospace
  #   html,body             : sans-serif
  #   h1                    : serif
  #   h1,h2,h3,h4,h5,h6     : sans-serif
  #   .w3-code,.w3-codespan : Consolas,"courier new"

  # https://www.w3schools.com/tags/ref_byfunc.asp
  # tagsText        = [ "html", "body" ]
  # tagsText        = [ "html", "body", "abbr", "address", "article" "aside" "blockquote", "caption", "cite", "dfn", "em", "ins", "main", "mark", "s", "section", "summary", "time" ]
  # tagsText        = [ "html", "body", "abbr", "address", "blockquote", "cite", "dfn", "em", "ins", "mark", "s", "time" ]
  tagsText        = [ "html", "body", "time" ]
  tagsHeading     = [ "h1", "h2", "h3", "h4", "h5", "h6" ]
  tagsMono        = [ "pre", "code", "kbd", "samp", "data" ]

  # these parameter sections must exist, the others are optional
  fallbackText    = "html"
  fallbackHeading = "h1"
  fallbackMono    = "pre"

[params.googleApiFonts.family.html]
  # serif, sans-serif or even cursive
  #sans-serif = "Poppins"
  sans-serif = "Ubuntu"

[params.googleApiFonts.family.time]
  # the html tag time using it's own font. shortcodes html-tag*.html may be useful...
  cursive    = "Creepster"

[params.googleApiFonts.family.h1]
  # serif, sans-serif or even cursive
  sans-serif = "Signika"
  #sans-serif = "Ubuntu"
  #sans-serif = "Days One"

[params.googleApiFonts.family.pre]
  # monospace or sans-serif
  #monospace  = "Cousine"
  monospace  = "Ubuntu Mono"

  # a random list of google api fonts:
  # sans-serif = "Capriola"
  # sans-serif = "Days One"
  # sans-serif = "Open Sans"
  # sans-serif = "Oswald"
  # sans-serif = "Oxygen"
  # sans-serif = "Paytone One"
  # sans-serif = "Poppins"
  # sans-serif = "Quantico"
  # sans-serif = "Raleway"
  # sans-serif = "Roboto"
  # sans-serif = "Ubuntu"
  #
  # serif      = "Gabriela"
  # serif      = "Glegoo"
  # serif      = "Noticia Text"
  # serif      = "Roboto Slab"
  #
  # monospace  = "Cousine"
  # monospace  = "Nova Mono"
  # monospace  = "Oxygen Mono"
  # monospace  = "Roboto Mono"
  # monospace  = "Space Mono"     # problem with />
  # monospace  = "Ubuntu Mono"
  #
  # cursive    = "Caesar Dressing"
  # cursive    = "Carter One"
  # cursive    = "Courgette"
  # cursive    = "Creepster"
  # cursive    = "Nova Slim"
  # cursive    = "Parisienne"
  # cursive    = "Patrick Hand"
  # cursive    = "Rammetto One"
  # cursive    = "Rochester"
  # cursive    = "Romanesco"


[params.gallery]
  # used in layouts/shortcodes/heg-gallery.html
  # showFileExtension = true
  # humanizeCaption   = false

[params.resources]
	# used in layouts/partials/resource.image.html
	# used in layouts/shortcodes/res-figure.html
	# used in layouts/shortcodes/res-gallery.html
	defaultResPagePath	= "resources/images"

[params.resFigure]
	# used in layouts/shortcodes/res-figure.html
	defaultResPagePath	= "."			 
	defaultMatch				= "**/*"	 
	defaultImgCmd				= "Resize"
	defaultImgCmdOpt		= "300x"
	defaultImgCaption		= "%%T"
 
[params.resGallery]
	# used in layouts/shortcodes/res-gallery.html
	defaultResPagePath	= "resources/images" 
	defaultMatch				= "**/*"		 
	defaulImgCmd				= "Resize"	 
	defaulImgCmdOpt			= "800x"		 
	defaulThumbCmd			= "Fit"			 
	defaultThumbCmdOpt	= "120x120"	 
	defaultCaptionLong	= "%%F"			 
	defaultCaptionShort = "%%N"			 

  #defaulThumbCmd     = "Resize"       
  #defaultThumbCmdOpt = "100x100"  
  #defaulThumbCmd     = "Fill"       
  #defaultThumbCmdOpt = "120x120"  

[params.options]
	# used in layouts/partials/main.headline.nav-right.html
  jsHistoryNav        = true
  jsHistoryNavForward = false
  showNavUp           = true
	# used in layouts/partials/page.nav.breadcrump.html
  showNavBreadcrump   = true
  navBreadcrumpTitle  = true
  navBreadcrumpHome   = false

[params.taxonomies]
	# used in layouts/partials/main.taxonomy.full.bar.html
	# fullBarMinItemsTag			= 3
	# fullBarMinItemsCategory = 3

# ##################################################
# other sections


[blackfriday]
  hrefTargetBlank = true
  # extensions = ["noEmptyLineBeforeBlock"]
  # extensions = ["hardLineBreak"]
  # https://gohugo.io/getting-started/configuration/#blackfriday-options
  # https://gohugo.io/getting-started/configuration/#blackfriday-extensions
  # https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
  # http://commonmark.org/
  # http://spec.commonmark.org/0.28/