{"id":17289662,"url":"https://github.com/kura/eevee","last_synced_at":"2025-08-20T10:32:49.326Z","repository":{"id":45687410,"uuid":"60489690","full_name":"kura/eevee","owner":"kura","description":"A Material Design theme for the Pelican static site generator.","archived":false,"fork":false,"pushed_at":"2024-08-21T18:40:07.000Z","size":7457,"stargazers_count":46,"open_issues_count":1,"forks_count":9,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-12-10T05:42:05.458Z","etag":null,"topics":["css","html5","jinja2","pelican"],"latest_commit_sha":null,"homepage":"https://kura.gg/eevee/","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/kura.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","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}},"created_at":"2016-06-06T01:21:19.000Z","updated_at":"2024-09-10T00:53:09.000Z","dependencies_parsed_at":"2024-10-31T22:01:03.507Z","dependency_job_id":"a80cb505-bf4b-4e61-8a5a-3c8774a3db7e","html_url":"https://github.com/kura/eevee","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kura%2Feevee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kura%2Feevee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kura%2Feevee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kura%2Feevee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kura","download_url":"https://codeload.github.com/kura/eevee/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230415318,"owners_count":18222158,"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":["css","html5","jinja2","pelican"],"created_at":"2024-10-15T10:35:27.032Z","updated_at":"2024-12-19T10:10:09.185Z","avatar_url":"https://github.com/kura.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"Eevee - A Material Design theme for Pelican\n###########################################\n\n.. image:: https://raw.githubusercontent.com/kura/eevee/master/eeveelutions.png\n    :alt: Eevee the Pokémon\n    :align: center\n\nPlease see the `official documentation \u003chttps://kura.gg/eevee/\u003e`__ for more\ninformation.\n\nFeatures\n========\n\n- Built around `Google's Material Design \u003chttps://material.google.com/\u003e`__\n  specification on top of Goole's `Material Design Lite library\n  \u003chttps://github.com/google/material-design-lite\u003e`__,\n- configurable colour scheme (see `Primary and accent colours`_),\n- responsive layout with mobile friendly header and navigation scheme,\n- inclusion of a ``custom.css`` file allowing easy overwriting of the theme\n  without breaking the base CSS (see `Custom CSS`_),\n- `DNS prefetch`_ (see `DNS prefetch`_),\n- comments via `Disqus \u003chttps://disqus.com/\u003e`__ or `Muut\n  \u003chttps://muut.com/\u003e`__ (see `Disqus or Muut for comments`_),\n- share buttons for Twitter, Facebook, email and comments (see\n  `Sharing options`_),\n- Twitter and Open Graph meta tags (see `Adding an image to Open Graph and\n  Twitter meta tags`_),\n- CSS and JS minifying via `webassets\n  \u003chttps://webassets.readthedocs.io/en/latest/\u003e`__, cssmin and jsmin (see\n  `Plugin: Minimise CSS and JavaScript`_),\n- analytics from `Google Analytics \u003chttps://analytics.google.com\u003e`__,\n  `Piwik \u003chttps://piwik.org/\u003e`__, `GoSquared \u003chttps://www.gosquared.com/\u003e`__\n  and `Open Web Analytics \u003chttp://www.openwebanalytics.com/\u003e`__ (see\n  `Google Analytics, Piwik, Open Web Analytics and GoSquared`_),\n- easy customisation, including menus and footer (see `Header and footer\n  options`_),\n- custom 404 error page,\n- `Microdata \u003chttps://en.wikipedia.org/wiki/Microdata_(HTML)\u003e`__,\n- `Aria \u003chttps://en.wikipedia.org/wiki/WAI-ARIA\u003e`__ accessibility,\n- includes `Material Icons \u003chttps://design.google.com/icons/\u003e`__, `Font Awesome\n  \u003chttp://fontawesome.io/\u003e`__ and Google's `Roboto font\n  \u003chttps://typecast.com/preview/google/Roboto\u003e`__ and,\n- seamless feature upgrade with Material Design Lite's `Javascript library\n  \u003chttps://getmdl.io/started/index.html#download\u003e`__.\n\nPlugins supported out-of-the-box\n================================\n\nEevee ships with all the HTML, CSS and JavaScript required for the following\nplugins but does not need any of them to function correctly. If a plugin is\nsupported but not used, the HTML, CSS and JavaScript simply won't be included.\n\n- `assets\n  \u003chttps://github.com/getpelican/pelican-plugins/tree/master/assets\u003e`__ (see\n  `Plugin: Minimise CSS and JavaScript`_ section for more information),\n- `extract_toc\n  \u003chttps://github.com/getpelican/pelican-plugins/tree/master/extract_toc\u003e`__ (\n  see `Table of contents for articles and pages`_ section for more\n  information),\n- `headerid\n  \u003chttps://github.com/getpelican/pelican-plugins/tree/master/headerid\u003e`__ (see\n  `Plugin: Permalinks in headlines`_ section for more information),\n- `lightbox\n  \u003chttps://github.com/kura/lightbox\u003e`__,\n- `neighbors\n  \u003chttps://github.com/getpelican/pelican-plugins/tree/master/neighbors\u003e`__,\n- `related_posts\n  \u003chttps://github.com/getpelican/pelican-plugins/tree/master/related_posts\u003e`__\n  (see `Plugin: Related articles`_ section for more information),\n- `series\n  \u003chttps://github.com/getpelican/pelican-plugins/tree/master/series\u003e`__ (see\n  `Plugin: Articles in a series`_ section for more information) and,\n- `tipue_search\n  \u003chttps://github.com/getpelican/pelican-plugins/tree/master/tipue_search\u003e`__ (\n  see `Plugin: Search functionality`_ section for more information.)\n\nScreenshots\n===========\n\n.. image:: https://raw.githubusercontent.com/kura/eevee/master/screenshots/archives.png\n.. image:: https://raw.githubusercontent.com/kura/eevee/master/screenshots/article-header.png\n.. image:: https://raw.githubusercontent.com/kura/eevee/master/screenshots/disqus.png\n.. image:: https://raw.githubusercontent.com/kura/eevee/master/screenshots/eevee-mega-footer.png\n.. image:: https://raw.githubusercontent.com/kura/eevee/master/screenshots/headerid.png\n.. image:: https://raw.githubusercontent.com/kura/eevee/master/screenshots/homepage-separator.png\n.. image:: https://raw.githubusercontent.com/kura/eevee/master/screenshots/homepage.png\n.. image:: https://raw.githubusercontent.com/kura/eevee/master/screenshots/mobile-homepage.png\n.. image:: https://raw.githubusercontent.com/kura/eevee/master/screenshots/mobile-menu.png\n.. image:: https://raw.githubusercontent.com/kura/eevee/master/screenshots/pygments.png\n.. image:: https://raw.githubusercontent.com/kura/eevee/master/screenshots/related-author-card.png\n.. image:: https://raw.githubusercontent.com/kura/eevee/master/screenshots/search.png\n.. image:: https://raw.githubusercontent.com/kura/eevee/master/screenshots/series.png\n.. image:: https://raw.githubusercontent.com/kura/eevee/master/screenshots/small-footer.png","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkura%2Feevee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkura%2Feevee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkura%2Feevee/lists"}