https://github.com/devidw/pelican-theme-darksome
Darksome theme for Pelican Static Site Generator
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.6%) to scientific vocabulary
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
Keywords from Contributors
invoice
decode
harden
export
degoogle
manipulation
Last synced: 4 months ago
·
JSON representation
Repository
Darksome theme for Pelican Static Site Generator
Basic Info
Statistics
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
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
Created about 5 years ago
· Last pushed almost 4 years ago
Metadata Files
Readme
License
README.adoc
= Pelican Theme Darksome
//:toc:
//:toc-placement!:
//See a https://david🐺.to[live example] of the theme in action.
image::screenshot.png[screenshot]
//toc::[]
== Settings
Available settings for `pelicanconf.py`:
[source, python]
----
"""theme specific settings below 👇"""
from datetime import date
CANONICALURLS = (
'https://www.davidwolf.dev',
'https://www.david🐺.to',
)
"""not used on index"""
TITLE_SEPARATOR = '—' # Title {{ TITLE_SEPARATOR }} Site Name
"""
decide which cards should be displayed on listing pages
available: 'categories', 'tags', 'authors'
"""
# SIDEBAR_CARDS = ('categories', 'tags', 'authors')
SIDEBAR_CARDS = ('tags')
FOOTERTEXT = 'Copyright © 12019 - {0}'.format(date.today().year + 10000) # human era
"""links displayed in page footer"""
FOOTERITEMS = (
('legal', 'legal/'), # title, link (SITEURL will be added automatically)
('privacy', 'privacy/'),
)
MEDIA = {
'logo': 'media/images/logo.svg',
'favicon': 'media/images/favicon.svg',
'background': 'media/images/background.webp', # on home
}
"""used wherever articles are listed"""
TRANSLATIONS = {
'en': {
'flag': '🇬🇧'
},
'de': {
'flag': '🇩🇪'
},
}
----
== Frontmatter
Available frontmatter options in content files:
[source, asciidoc]
----
//
// article previews on list pages
:description: description
//
:noindex: true
// seo JSON-LD
:jsonld:
----
// == Donate
// The Darksome theme is completely open source and 100% free. If you like it, a small donation is very welcome. 🤗
// image:https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-1.svg[Buy me a coffee, link="https://buymeacoffee.com/dwolf"]
Owner
- Name: David Wolf
- Login: devidw
- Kind: user
- Location: The Zone
- Website: https://david.wolf.gdn
- Repositories: 159
- Profile: https://github.com/devidw
// uncommenting
GitHub Events
Total
Last Year
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| devidwolf | 6****f | 36 |
| David Wolf | 6****w | 4 |
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0