{"id":15462733,"url":"https://github.com/devidw/pelican-theme-darksome","last_synced_at":"2026-03-18T16:50:33.480Z","repository":{"id":105128907,"uuid":"334368385","full_name":"devidw/pelican-theme-darksome","owner":"devidw","description":"Darksome theme for Pelican Static Site Generator","archived":false,"fork":false,"pushed_at":"2022-02-28T19:02:22.000Z","size":3625,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-18T21:04:37.143Z","etag":null,"topics":["dark","dark-mode","dark-theme","darkmode","pelican","pelican-4","pelican-blog","pelican-site","pelican-static-site-generator","pelican-theme","static-site-generator","theme","theme-development","theme-ui","web","web-development","website","website-development"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devidw.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"devidw"}},"created_at":"2021-01-30T08:49:12.000Z","updated_at":"2022-09-21T09:14:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"81c256d7-539c-49bf-98b2-f795dad0a29e","html_url":"https://github.com/devidw/pelican-theme-darksome","commit_stats":{"total_commits":40,"total_committers":2,"mean_commits":20.0,"dds":0.09999999999999998,"last_synced_commit":"d0ec291662bd80240c68730eb7e4e6933804518d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devidw%2Fpelican-theme-darksome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devidw%2Fpelican-theme-darksome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devidw%2Fpelican-theme-darksome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devidw%2Fpelican-theme-darksome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devidw","download_url":"https://codeload.github.com/devidw/pelican-theme-darksome/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246017725,"owners_count":20710240,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dark","dark-mode","dark-theme","darkmode","pelican","pelican-4","pelican-blog","pelican-site","pelican-static-site-generator","pelican-theme","static-site-generator","theme","theme-development","theme-ui","web","web-development","website","website-development"],"created_at":"2024-10-02T00:04:03.136Z","updated_at":"2026-01-07T01:51:14.444Z","avatar_url":"https://github.com/devidw.png","language":"HTML","funding_links":["https://github.com/sponsors/devidw","https://buymeacoffee.com/dwolf"],"categories":[],"sub_categories":[],"readme":"= Pelican Theme Darksome \n//:toc:\n//:toc-placement!:\n\n//See a https://david🐺.to[live example] of the theme in action.\n\nimage::screenshot.png[screenshot]\n\n//toc::[]\n\n\n== Settings\nAvailable settings for `pelicanconf.py`:\n\n[source, python]\n----\n\"\"\"theme specific settings below 👇\"\"\"\n\nfrom datetime import date\n\nCANONICALURLS = (\n    'https://www.davidwolf.dev',\n    'https://www.david🐺.to',\n)\n\n\"\"\"not used on index\"\"\"\nTITLE_SEPARATOR = '—' # Title {{ TITLE_SEPARATOR }} Site Name\n\n\"\"\"\ndecide which cards should be displayed on listing pages\navailable: 'categories', 'tags', 'authors'\n\"\"\"\n# SIDEBAR_CARDS = ('categories', 'tags', 'authors')\nSIDEBAR_CARDS = ('tags')\n\nFOOTERTEXT = 'Copyright © 12019 - {0}'.format(date.today().year + 10000) # human era\n\n\"\"\"links displayed in page footer\"\"\"\nFOOTERITEMS = (\n    ('legal', 'legal/'), # title, link (SITEURL will be added automatically)\n    ('privacy', 'privacy/'),\n)\n\nMEDIA = {\n    'logo': 'media/images/logo.svg',\n    'favicon': 'media/images/favicon.svg',\n    'background': 'media/images/background.webp', # on home\n}\n\n\"\"\"used wherever articles are listed\"\"\"\nTRANSLATIONS = {\n    'en': {\n        'flag': '🇬🇧'\n    },\n    'de': {\n        'flag': '🇩🇪'\n    },\n}\n----\n\n\n== Frontmatter\nAvailable frontmatter options in content files:\n\n[source, asciidoc]\n----\n// \u003cmeta name=\"description\" content=\"…\"\u003e\n// article previews on list pages\n:description: description\n\n// \u003cmeta name=\"robots\" content=\"noindex\"\u003e\n:noindex: true\n\n// seo JSON-LD\n:jsonld:\n----\n\n\n// == Donate\n// The Darksome theme is completely open source and 100% free. If you like it, a small donation is very welcome. 🤗\n\n// image:https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-1.svg[Buy me a coffee, link=\"https://buymeacoffee.com/dwolf\"]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevidw%2Fpelican-theme-darksome","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevidw%2Fpelican-theme-darksome","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevidw%2Fpelican-theme-darksome/lists"}