{"id":14979551,"url":"https://github.com/ma744/enfield-jekyll-theme","last_synced_at":"2025-08-18T05:31:19.481Z","repository":{"id":40017287,"uuid":"251328863","full_name":"ma744/enfield-jekyll-theme","owner":"ma744","description":"Yet another dark theme for Jekyll - but it's fancy","archived":true,"fork":false,"pushed_at":"2023-01-21T02:28:19.000Z","size":974,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-27T15:37:02.491Z","etag":null,"topics":["beatiful-jekyll","blogging","dark-theme","enfield","enfield-jekyll-theme","fancy","feature-rich","jekyll-beatiful","jekyll-blog","jekyll-site","jekyll-theme","portfolio","ruby","rubygems","seo-friendly","seo-optimization","website","website-template"],"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/ma744.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-30T14:23:05.000Z","updated_at":"2025-01-01T19:10:51.000Z","dependencies_parsed_at":"2022-07-27T10:46:39.983Z","dependency_job_id":null,"html_url":"https://github.com/ma744/enfield-jekyll-theme","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ma744/enfield-jekyll-theme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ma744%2Fenfield-jekyll-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ma744%2Fenfield-jekyll-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ma744%2Fenfield-jekyll-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ma744%2Fenfield-jekyll-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ma744","download_url":"https://codeload.github.com/ma744/enfield-jekyll-theme/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ma744%2Fenfield-jekyll-theme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270620007,"owners_count":24617551,"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","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["beatiful-jekyll","blogging","dark-theme","enfield","enfield-jekyll-theme","fancy","feature-rich","jekyll-beatiful","jekyll-blog","jekyll-site","jekyll-theme","portfolio","ruby","rubygems","seo-friendly","seo-optimization","website","website-template"],"created_at":"2024-09-24T14:00:16.839Z","updated_at":"2025-08-18T05:31:18.972Z","avatar_url":"https://github.com/ma744.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Enfield Jekyll Theme\n\n\u003e *Copyright 2020 [Marcel Artz](https://marcel-artz.de)*\n\n![screenshot](assets/page-images/screenshot.png)\n\nEnfield Jekyll Theme is a gem based dark theme for Jekyll sites. It is forked from [beatiful-jekyll](https://deanattali.com/beautiful-jekyll/) but instead\nof expanding the theme's feature set, Enfield actually removes a bit of the feature set:\n- removing google fonts\n- removing google analytics\n- removing google tagmanager\n- removing disqus comments\n- removing facebook comments\n- disabling social shares by default\n- the gem jekyll-github\n- removing the light theme\n\nBut don't worry, it adds new features, too:\n- adding only gem plugins that are eventually used\n- adding the dark theme (based on [material desgin](https://material.io/))\n- adding page for impress and privacy statement\n- enhancing the way how images are presented\n- adding a new color scheme for syntax highlighting \n- adding a 'related posts' section at the bottom of each post\n\n\n\n\n## Installation \n\u003e *not for GitHub Pages!*\n\nAdd this line to your Jekyll site's `Gemfile`:\n\n```ruby\ngem \"enfield-jekyll-theme\"\n```\n\nAnd add this line to your Jekyll site's `_config.yml`:\n\n```yaml\ntheme: enfield-jekyll-theme\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install enfield-jekyll-theme\n    \n\n---\n\u003e *for GitHub Pages*\n\nhttps://help.github.com/en/github/working-with-github-pages/adding-a-theme-to-your-github-pages-site-using-jekyll#adding-a-jekyll-theme-in-your-sites-_configyml-file\n\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/ma744/Enfield. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## Development\n\nTo set up your environment to develop this theme, run `bundle install`.\n\nYour theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.\n\nWhen your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.\nTo add a custom directory to your theme-gem, please edit the regexp in `enfield-jekyll-theme.gemspec` accordingly.\n\n## Features \n\nThe Enfield Jekyll Theme supports some Jekyll plugins by default. \nMost of them can be enabled / disabled or modified in the _config.yml \nfile without the need of touching the code. \n\nPlease have a look at [Beatiful Jekyll's readme](https://github.com/daattali/beautiful-jekyll#readme) for more information on existing features that\nare not mentioned in this readme in order to avoid redundant informations.\n\n### SEO support \nsetting customized canonical urls\n\n### @-mention support \n\nhttps://github.com/jekyll/jekyll-mentions\n\n### GitHub Gist support \n\nhttps://github.com/jekyll/jekyll-gist\n\n### Atom feed support \n\nhttps://github.com/jekyll/jekyll-feed\n\n### Relative Links for GitHub-Pages support \n\nhttps://github.com/benbalter/jekyll-relative-links\n\n### Jekyll Analytics \n\nhttps://github.com/hendrikschneider/jekyll-analytics\n\nMatomo is the only supported analytics service per default.\n\n### Jekyll Redirects\n\nhttps://github.com/jekyll/jekyll-redirect-from\n\n## License\n\nThe theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## More Infos about Jekyll themes\n\nhttps://jekyllrb.com/docs/themes/\n\n\n## Thanks\nThanks to [Dean Attali](https://deanattali.com) for creating Beatiful Jekyll. \nI have chosen to fork Beatiful Jekyll to spend less time in creating a theme for my website. The great\nstructure of the project itself was the main reason for me to choose Beatiful Jekyll as base theme\nfor my modifications. (Just to let you know: in difference to some others \nit complies with most of Jekyll's naming conventions which was quite helpful :) )\n\n## TODO ##\n- add favicon\n- add theme as gem to jekyll open directory\n- testing staticman comment (how does it fit to the dark theme?)\n- refactor pygment_highlights.css\n- add fancy file format icons to download section (I need svg that are congenial)\n- refactor opg-support\n\n## More Screenshots\n\n![screenshot](assets/page-images/screenshot2.png)\n\n![screenshot](assets/page-images/screenshot3.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fma744%2Fenfield-jekyll-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fma744%2Fenfield-jekyll-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fma744%2Fenfield-jekyll-theme/lists"}