# moeka Theme for [Pelican](https://getpelican.com/) inspired by [Brutalist](https://brutalistpelican.com/) and [IBM Plex](https://www.ibm.com/plex/). I mostly develop this theme for my [personal blog](https://kingdread.de/blog) (which you can also use as a demo), as such, the features that I use are implemented. The theme is not complete yet, and many features are missing (like pagination or author profiles). ## Features * IBM Plex for body text and source code * Monokai theme for Pygments code highlight * Icons for GitHub, GitLab, Codeberg, Mastodon profiles * Zero JavaScript * No trackers/analytics * No remote resources needed, everything is bundled * Helps me to work on and improve my typography and web design skills ## Usage Set `THEME = "moeka"` in your `pelicanconf.py`. ## Settings This theme supports the following settings (set them in your `pelicanconf.py`): `ATTRIBUTION`: If `True`, shows a small line at the bottom of the page linking to this theme. `CONTENT_LICENCE`: If set, shows as a line that notes under which licence the content on your website is available. If this starts with "CC-BY-SA", the theme also shows the Creative Commons icons. `GITHUB`: The URL of your GitHub profile. If set, shows a GitHub icon that links to your profile. `GITLAB`: The URL of your GitLab profile. If set, shows a GitLab icon that links to your profile. `CODEBERG`: The URL of your Codeberg profile. If set, shows a Codeberg icon that links to your profile. `MASTODON`: The URL of your Mastodon profile. If set, shows a Mastodon icon that links to your profile. ## Licence Copyright (C) 2023 Daniel Schadt This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . The included font (IBM Plex) is licensed under the SIL Open Font License, Version 1.1. All trademarks, logos and brand names are the property of their respective owners. All company, product and service names used in this theme are for identification purposes only. Use of these names, trademarks and brands does not imply endorsement.