Skip to content

Instantly share code, notes, and snippets.

@djotaku
Created October 15, 2024 22:32
Show Gist options
  • Save djotaku/ad93dcedf70ce105618bc051834011ac to your computer and use it in GitHub Desktop.
Save djotaku/ad93dcedf70ce105618bc051834011ac to your computer and use it in GitHub Desktop.
title = "It's a Binary World 2.0"
baseURL = "https://www.ericsbinaryworld.com"
languageCode = "en-us"
theme = "ananke"
resourceDir = "../resources"
DefaultContentLanguage = "en"
SectionPagesMenu = "main"
Paginate = 10 # this is set low for demonstrating with dummy content. Set to a higher number
googleAnalytics = ""
enableRobotsTXT = true
[languages]
[languages.en]
title = "It's a Binary World 2.0"
weight = 1
contentDir = "content/en"
# languageDirection = 'rtl' for Right-To-Left languages
[taxonomies]
category = 'categories'
series = 'series'
tag = 'tags'
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
[related]
includeNewer = false
threshold = 80
toLower = false
[[related.indices]]
applyFilter = false
cardinalityThreshold = 0
name = 'keywords'
pattern = ''
toLower = false
type = 'basic'
weight = 100
[[related.indices]]
applyFilter = false
cardinalityThreshold = 0
name = 'date'
pattern = ''
toLower = false
type = 'basic'
weight = 10
[[related.indices]]
applyFilter = false
cardinalityThreshold = 0
name = 'tags'
pattern = ''
toLower = false
type = 'basic'
weight = 80
[params]
text_color = ""
author = "Eric Mesa"
favicon = "/favicon.ico"
site_logo = ""
description = "Insights on fatherhood, technology, culture, photography, and politics"
# choose a background color from any on this page: https://tachyons.io/docs/themes/skins/ and preface it with "bg-"
background_color_class = "bg-black"
featured_image = "images/header_image.jpg"
recent_posts_number = 10
show_reading_time = true
[[params.ananke_socials]]
name = "twitter"
url = "https://twitter.com/djotaku"
[[params.ananke_socials]]
name = "github"
url = "https://github.com/djotaku"
[[params.ananke_socials]]
name = "mastodon"
url = "https://mastodon.social/@djotaku"
rel = "me noopener"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment