ethandl.dev

The source for my website
git clone git://git.ethandl.dev/ethandl.dev
Log | Files | Refs | Submodules

params.toml (3994B)


      1 # -- Theme Options --
      2 # These options control how the theme functions and allow you to
      3 # customise the display of your website.
      4 #
      5 # Refer to the theme docs for more details about each of these parameters.
      6 # https://blowfish.page/docs/configuration/#theme-parameters
      7 
      8 colorScheme = "forest"
      9 defaultAppearance = "dark" # valid options: light or dark
     10 autoSwitchAppearance = true
     11 
     12 enableSearch = true
     13 enableCodeCopy = true
     14 
     15 # mainSections = ["projects"]
     16 # robots = ""
     17 
     18 disableImageOptimization = false
     19 disableTextInHeader = false
     20 
     21 # defaultBackgroundImage = "IMAGE.jpg" # used as default for background images 
     22 # defaultFeaturedImage = "IMAGE.jpg" # used as default for featured images in all articles
     23 
     24 # highlightCurrentMenuArea = true
     25 # smartTOC = true
     26 # smartTOCHideUnfocusedChildren = true
     27 
     28 [header]
     29 layout = "basic" # valid options: basic, fixed, fixed-fill, fixed-gradient, fixed-fill-blur
     30 
     31 [footer]
     32 showMenu = false
     33 showCopyright = true
     34 showThemeAttribution = false
     35 showAppearanceSwitcher = true
     36 showScrollToTop = true
     37 
     38 [homepage]
     39 layout = "profile" # valid options: page, profile, hero, card, background, custom
     40 #homepageImage = "IMAGE.jpg" # used in: hero, and card
     41 showRecent = true
     42 showRecentItems = 5
     43 showMoreLink = false
     44 showMoreLinkDest = "/projects"
     45 cardView = true
     46 cardViewScreenWidth = false
     47 layoutBackgroundBlur = false # only used when layout equals background
     48 
     49 [article]
     50 showDate = true
     51 showViews = false
     52 showLikes = false
     53 showDateOnlyInArticle = false
     54 showDateUpdated = false
     55 showAuthor = false
     56 # showAuthorBottom = true
     57 showHero = false
     58 # heroStyle = "basic" # valid options: basic, big, background, thumbAndBackground
     59 layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
     60 layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
     61 showBreadcrumbs = true
     62 showDraftLabel = true
     63 showEdit = false
     64 # editURL = "https://github.com/username/repo/"
     65 editAppendPath = true
     66 seriesOpened = false
     67 showHeadingAnchors = true
     68 showPagination = true
     69 invertPagination = false
     70 showReadingTime = true
     71 showTableOfContents = true
     72 # showRelatedContent = false
     73 # relatedContentLimit = 3
     74 showTaxonomies = false
     75 showAuthorsBadges = false
     76 showWordCount = true
     77 # sharingLinks = [ "linkedin", "twitter", "reddit", "pinterest", "facebook", "email", "whatsapp", "telegram"]
     78 showZenMode = false
     79 
     80 [list]
     81 showHero = true
     82 # heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
     83 layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
     84 layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
     85 showBreadcrumbs = true
     86 showSummary = true
     87 showViews = false
     88 showLikes = false
     89 showTableOfContents = false
     90 showCards = false
     91 groupByYear = true
     92 cardView = true
     93 cardViewScreenWidth = false
     94 constrainItemsWidth = false
     95 
     96 [sitemap]
     97 excludedKinds = ["taxonomy", "term"]
     98 
     99 [taxonomy]
    100 showTermCount = true
    101 showHero = false
    102 # heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
    103 showBreadcrumbs = false
    104 showViews = false
    105 showLikes = false
    106 showTableOfContents = false
    107 cardView = false
    108 
    109 [term]
    110 showHero = false
    111 # heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
    112 showBreadcrumbs = false
    113 showViews = false
    114 showLikes = false
    115 showTableOfContents = true
    116 groupByYear = false
    117 cardView = false
    118 cardViewScreenWidth = false
    119 
    120 [firebase]
    121   # apiKey = "XXXXXX"
    122   # authDomain = "XXXXXX"
    123   # projectId = "XXXXXX"
    124   # storageBucket = "XXXXXX"
    125   # messagingSenderId = "XXXXXX"
    126   # appId = "XXXXXX"
    127   # measurementId = "XXXXXX"
    128 
    129 [fathomAnalytics]
    130   # site = "ABC12345"
    131   # domain = "llama.yoursite.com"
    132 
    133 [umamiAnalytics]
    134   # websiteid = "ABC12345"
    135   # domain = "llama.yoursite.com"
    136 
    137 [buymeacoffee]
    138   # identifier = ""
    139   # globalWidget = true
    140   # globalWidgetMessage = "Hello"
    141   # globalWidgetColor = "#FFDD00"
    142   # globalWidgetPosition = "Right"
    143 
    144 [verification]
    145   # google = ""
    146   # bing = ""
    147   # pinterest = ""
    148   # yandex = ""