diff options
author | Leonardo Santiago <[email protected]> | 2024-06-01 15:25:15 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-06-01 15:25:15 -0300 |
commit | 735b245871d94cb6ace8913cd1370b02b5aeb28b (patch) | |
tree | 10d9e97d553a5059513a34a5f2b09ae8e9a0dab0 /config | |
parent | 31bc6a2f54d86a4978be063f5e614881c625c597 (diff) |
remove old theme, use bearblog theme instead
Diffstat (limited to 'config')
-rw-r--r-- | config/_default/hugo.toml | 66 | ||||
-rw-r--r-- | config/_default/languages.en.toml | 28 | ||||
-rw-r--r-- | config/_default/markup.toml | 13 | ||||
-rw-r--r-- | config/_default/menus.en.toml | 67 | ||||
-rw-r--r-- | config/_default/module.toml | 3 | ||||
-rw-r--r-- | config/_default/params.toml | 146 |
6 files changed, 0 insertions, 323 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml deleted file mode 100644 index 41a40d6..0000000 --- a/config/_default/hugo.toml +++ /dev/null @@ -1,66 +0,0 @@ -# -- Site Configuration -- -# Refer to the theme docs for more details about each of these parameters. -# https://blowfish.page/docs/getting-started/ - -theme = "blowfish" -baseURL = "https://o-santi.github.io" -defaultContentLanguage = "en" - -enableRobotsTXT = true -paginate = 10 -summaryLength = 0 - -capitalizeListTitles = false -pluralizeListTitles = false - -buildDrafts = false -buildFuture = false - -# googleAnalytics = "G-XXXXXXXXX" - -[imaging] - anchor = 'Center' - -[taxonomies] - tag = "tags" - category = "categories" - author = "authors" - series = "series" - -[sitemap] - changefreq = 'daily' - filename = 'sitemap.xml' - priority = 0.5 - -[outputs] - home = ["HTML", "RSS", "JSON"] - -[related] - threshold = 0 - toLower = false - - [[related.indices]] - name = "tags" - weight = 100 - - [[related.indices]] - name = "categories" - weight = 100 - - [[related.indices]] - name = "series" - weight = 50 - - [[related.indices]] - name = "authors" - weight = 20 - - [[related.indices]] - name = "date" - weight = 10 - - [[related.indices]] - applyFilter = false - name = 'fragmentrefs' - type = 'fragments' - weight = 10 diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml deleted file mode 100644 index 949dc35..0000000 --- a/config/_default/languages.en.toml +++ /dev/null @@ -1,28 +0,0 @@ -languageCode = "en" -languageName = "English" -weight = 1 -title = "lowest case" - -[params] - displayName = "EN" - isoCode = "en" - rtl = false - dateFormat = "2 January 2006" - # logo = "static/shin.png" - # secondaryLogo = "img/secondary-logo.png" - # description = "My awesome website" - # copyright = "Copy, _right?_ :thinking_face:" - -[author] - name = "leonardo santiago" -# image = "img/blowfish_logo.png" -# headline = "I'm only human" -# bio = "A little bit about you" - links = [ - { email = "mailto:[email protected]" }, - { github = "https://github.com/o-santi" }, - { gitlab = "https://gitlab.com/o-santi" }, - { linkedin = "https://www.linkedin.com/in/leonardo-ribeiro-santiago/" }, - { telegram = "https://t.me/osanti4" }, - { twitter = "https://twitter.com/o-santi" }, - ] diff --git a/config/_default/markup.toml b/config/_default/markup.toml deleted file mode 100644 index c5449fc..0000000 --- a/config/_default/markup.toml +++ /dev/null @@ -1,13 +0,0 @@ -# -- Markup -- -# These settings are required for the theme to function. - -[goldmark] -[goldmark.renderer] - unsafe = true - -[highlight] - noClasses = false - -[tableOfContents] - startLevel = 2 - endLevel = 4 diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml deleted file mode 100644 index 65abe45..0000000 --- a/config/_default/menus.en.toml +++ /dev/null @@ -1,67 +0,0 @@ -# -- Main Menu -- -# The main menu is displayed in the header at the top of the page. -# Acceptable parameters are name, pageRef, page, url, title, weight. -# -# The simplest menu configuration is to provide: -# name = The name to be displayed for this menu link -# pageRef = The identifier of the page or section to link to -# -# By default the menu is ordered alphabetically. This can be -# overridden by providing a weight value. The menu will then be -# ordered by weight from lowest to highest. - -[[main]] - name = "blog" - pageRef = "posts" - -[[main]] - name = "about" - pageRef = "/about" - -[[main]] - name = "tags" - pageRef = "/tags" - - -#[[main]] -# name = "example sub-menu 1" -# parent = "Parent" -# pageRef = "posts" -# weight = 20 - -#[[main]] -# name = "example sub-menu 2" -# parent = "Parent" -# pageRef = "posts" -# weight = 20 - -#[[subnavigation]] -# name = "An interesting topic" -# pageRef = "tags/interesting-topic" -# weight = 10 - -#[[subnavigation]] -# name = "My Awesome Category" -# pre = "github" -# pageRef = "categories/awesome" -# weight = 20 - -#[[main]] -# name = "Categories" -# pageRef = "categories" -# weight = 20 - -# -- Footer Menu -- -# The footer menu is displayed at the bottom of the page, just before -# the copyright notice. Configure as per the main menu above. - - -# [[footer]] -# name = "github" -# pre = "github" -# url = "https://github.com/o-santi" - -# [[footer]] -# name = "Categories" -# pageRef = "categories" -# weight = 20 diff --git a/config/_default/module.toml b/config/_default/module.toml deleted file mode 100644 index 74f7727..0000000 --- a/config/_default/module.toml +++ /dev/null @@ -1,3 +0,0 @@ -[hugoVersion] - extended = false - min = "0.87.0" diff --git a/config/_default/params.toml b/config/_default/params.toml deleted file mode 100644 index 2c5dab2..0000000 --- a/config/_default/params.toml +++ /dev/null @@ -1,146 +0,0 @@ -# -- Theme Options -- -# These options control how the theme functions and allow you to -# customise the display of your website. -# -# Refer to the theme docs for more details about each of these parameters. -# https://blowfish.page/docs/configuration/#theme-parameters - -colorScheme = "fire" -defaultAppearance = "dark" # valid options: light or dark -autoSwitchAppearance = true - -enableSearch = true -enableCodeCopy = false - -mainSections = ["posts"] - -disableImageOptimization = false -disableTextInHeader = false - -# defaultBackgroundImage = "IMAGE.jpg" # used as default for background images -# defaultFeaturedImage = "IMAGE.jpg" # used as default for featured images in all articles - -highlightCurrentMenuArea = true -# smartTOC = true -# smartTOCHideUnfocusedChildren = true - -[header] - layout = "basic" # valid options: basic, fixed, fixed-fill, fixed-gradient, fixed-fill-blur - -[footer] - showMenu = true - showCopyright = true - showThemeAttribution = true - showAppearanceSwitcher = true - showScrollToTop = true - -[homepage] - layout = "page" # valid options: page, profile, hero, card, background, custom - #homepageImage = "IMAGE.jpg" # used in: hero, and card - showRecent = true - showRecentItems = 5 - showMoreLink = true - showMoreLinkDest = "/posts" - cardView = false - cardViewScreenWidth = false - layoutBackgroundBlur = false # only used when layout equals background - -[article] - showDate = true - showViews = false - showLikes = false - showDateOnlyInArticle = false - showDateUpdated = false - showAuthor = false - # showAuthorBottom = false - showHero = false - # heroStyle = "basic" # valid options: basic, big, background, thumbAndBackground - layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground - layoutBackgroundHeaderSpace = true # only used when heroStyle equals background - showBreadcrumbs = true - showDraftLabel = true - showEdit = false - # editURL = "https://github.com/username/repo/" - editAppendPath = true - seriesOpened = false - showHeadingAnchors = true - showPagination = true - invertPagination = false - showReadingTime = true - showTableOfContents = true - # showRelatedContent = false - # relatedContentLimit = 3 - showTaxonomies = true - showAuthorsBadges = false - showWordCount = false - showZenMode = false - -[list] - showHero = false - # heroStyle = "background" # valid options: basic, big, background, thumbAndBackground - layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground - layoutBackgroundHeaderSpace = true # only used when heroStyle equals background - showBreadcrumbs = false - showSummary = false - showViews = false - showLikes = false - showTableOfContents = false - showCards = false - groupByYear = true - cardView = false - cardViewScreenWidth = false - constrainItemsWidth = false - -[sitemap] - excludedKinds = ["taxonomy", "term"] - -[taxonomy] - showTermCount = false - showHero = false - # heroStyle = "background" # valid options: basic, big, background, thumbAndBackground - showBreadcrumbs = false - showViews = false - showLikes = false - showTableOfContents = false - cardView = false - -[term] - showHero = false - # heroStyle = "background" # valid options: basic, big, background, thumbAndBackground - showBreadcrumbs = false - showViews = false - showLikes = false - showTableOfContents = true - groupByYear = false - cardView = false - cardViewScreenWidth = false - -[firebase] - # apiKey = "XXXXXX" - # authDomain = "XXXXXX" - # projectId = "XXXXXX" - # storageBucket = "XXXXXX" - # messagingSenderId = "XXXXXX" - # appId = "XXXXXX" - # measurementId = "XXXXXX" - -[fathomAnalytics] - # site = "ABC12345" - # domain = "llama.yoursite.com" - -[umamiAnalytics] - # websiteid = "ABC12345" - # domain = "llama.yoursite.com" - -[buymeacoffee] - # identifier = "" - # globalWidget = true - # globalWidgetMessage = "Hello" - # globalWidgetColor = "#FFDD00" - # globalWidgetPosition = "Right" - -[verification] - # google = "" - # bing = "" - # pinterest = "" - # yandex = "" |