{"id":15021045,"url":"https://github.com/apehex/jekyll-theme-twenty","last_synced_at":"2025-07-15T06:37:40.889Z","repository":{"id":56878979,"uuid":"176962098","full_name":"apehex/jekyll-theme-twenty","owner":"apehex","description":"A Jekyll version of the \"Twenty\" theme by HTML5 UP.","archived":false,"fork":false,"pushed_at":"2025-01-16T15:52:37.000Z","size":1847,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-03T23:11:02.012Z","etag":null,"topics":["html-template","jekyll-theme","ruby-gem","static-website"],"latest_commit_sha":null,"homepage":"https://apehex.github.io/jekyll-theme-twenty/","language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apehex.png","metadata":{"files":{"readme":".github/README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null},"funding":{"github":"apehex","patreon":"apehex","custom":"https://www.paypal.me/apehex"}},"created_at":"2019-03-21T14:28:58.000Z","updated_at":"2025-01-16T15:52:38.000Z","dependencies_parsed_at":"2025-06-03T14:09:58.111Z","dependency_job_id":"f2429364-6568-4212-9aeb-c76b8131f711","html_url":"https://github.com/apehex/jekyll-theme-twenty","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/apehex/jekyll-theme-twenty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apehex%2Fjekyll-theme-twenty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apehex%2Fjekyll-theme-twenty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apehex%2Fjekyll-theme-twenty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apehex%2Fjekyll-theme-twenty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apehex","download_url":"https://codeload.github.com/apehex/jekyll-theme-twenty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apehex%2Fjekyll-theme-twenty/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264183093,"owners_count":23569654,"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":["html-template","jekyll-theme","ruby-gem","static-website"],"created_at":"2024-09-24T19:56:04.219Z","updated_at":"2025-07-08T02:37:27.103Z","avatar_url":"https://github.com/apehex.png","language":"SCSS","funding_links":["https://github.com/sponsors/apehex","https://patreon.com/apehex","https://www.paypal.me/apehex"],"categories":[],"sub_categories":[],"readme":"# Twenty - Jekyll theme\n\n\u003e A Jekyll version of the \"Twenty\" theme by [HTML5 UP][html5up].\n\nYou can preview the theme [here](https://apehex.github.io/jekyll-theme-twenty).\n\n![Twenty Theme](assets/images/screenshot.jpg \"Twenty Theme\")\n\n# Features\n\n\u003e **Responsive**: out of the box support for all screen sizes, be it smartphones, laptops, tablets...\n\n\u003e **Multilingual**: easily manage pages, menu, url, dates, sitemap in several languages\n\n\u003e **Customizable**: theme colors, menu, social items can be changed from a central config file\n\n\u003e **Many page templates**: contact forms, navigation menus, and others can be easily inserted thanks to custom Jekyll includes\n\n\u003e **Vector images**: the theme images are vectorized, render smoothly on any display and can be dynamically styled\n\n\u003e **GDPR ready**: bundled with a cookie consent plugin and a boilerplate privacy policy compliant with GDPR\n\n\u003e **SEO ready**: sitemap, robots.txt and tags are automatically generated for the website\n\n\u003e **Light**: svg images, thumbs and lazy loading for raster images, few libraries\n\n\u003e **Hardened**: form validation, recaptcha, verified libraries\n\n# Installation\n\nAdd this line to your Jekyll site's `Gemfile`:\n\n```ruby\ngem \"jekyll-theme-twenty\"\n```\n\nAnd add this line to your Jekyll site's `_config.yml`:\n\n```yaml\ntheme: jekyll-theme-twenty\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install jekyll-theme-twenty\n\n# Usage\n\nFor those unfamiliar with how Jekyll works, check out [jekyllrb.com](https://jekyllrb.com/) for all the details,\nor read up on just the basics of [front matter](https://jekyllrb.com/docs/frontmatter/), [writing posts](https://jekyllrb.com/docs/posts/),\nand [creating pages](https://jekyllrb.com/docs/pages/).\n\n## Initialization\n\nCopy the file `_config.yml` from the theme repository to the root of your website folder tree.\nThe following section explains what the settings impact and how to configure `_config.yml` properly.\n\n## Configuration\n\nYou can use the following custom parameters in `_config.yml`.\n\n### Site\n\nBoth `title` and `subtitle` are displayed side by side :\n- in the tab name\n- at the top of the page, in the header\n\n### Social\n\nSocial icons will appear for each url your fill in, among `facebook_url` etc.\n\n### Contact\n\nYour contact information can be used in contact forms, the footer or anywhere else.\n\n### Recaptcha\n\nThe contact form is validated using [google's recaptcha plugin][recaptcha-documentation].\nFirst, you need to [sign your website up] to enable the plugin.\nGoogle will provide you with a **client-side integration key**: copy it to `_config.yml` under `recaptcha.sitekey`.\n\n## Publication\n\n### On Github Pages\n\nIn your own website's repository, edit the `_config.yml` file:\n\n```yaml\nurl: \"https://\u003cgithub-account-name\u003e.github.io/\u003crepository-name\u003e\"\n```\n\nBuild the website with:\n\n    $ JEKYLL_ENV=production bundle exec jekyll build\n\nCommit all your work to the current branch.\n\nCreate a branch named `gh-pages`:\n\n    $ git checkout -b gh-pages\n\nAnd finally replace the repository's content with the generated webpages:\n\n    $ mkdir ~/backup\n    $ mv ./* ~/backup/\n    $ mv ~/backup/.git ./\n    $ mv ~/backup/_site/* ./\n    $ git add .\n    $ git commit -m \"First draft\"\n\nThe repository's content is backup in the home directory of the user.\n\nAnd finally push to github\n\n    $ git push --u origin gh-pages\n\n### On any server\n\nIn your own website's directory, edit the `_config.yml` file:\n\n```yaml\nurl: \"https:\u003cdomain-name\u003e\"\n```\n\nBuild the website with:\n\n    $ JEKYLL_ENV=production bundle exec jekyll build\n\nCopy the content of the folder `_site` to your server, most likely in `www`.\n\nIf necessary, configure your server to serve this directory.\n\n# Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/apehex/jekyll-theme-twenty. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant][contributor-covenant] code of conduct.\n\n# Development\n\nTo set up your environment to develop this theme, run `bundle install`.\n\nTo test the theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using the theme. Add pages, documents, data, etc. like normal to test the theme's contents. As you make modifications to the 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 the theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git are be bundled.\nTo add a custom directory to the theme-gem, please edit the regexp in `jekyll-theme-twenty.gemspec` accordingly.\n\n# Credits\n\nOriginal README from HTML5 UP:\n\n```\nTwenty by HTML5 UP\nhtml5up.net | @ajlkn\nFree for personal and commercial use under the CCA 3.0 license (html5up.net/license)\n\n\nThis is Twenty, a minimal, multi-page responsive site template for HTML5 UP.\n\nAs the name implies, this is my twentieth (!) design for HTML5 UP. Since the last\nfew have been single page affairs, I decided to go with something a bit more conventional\nand threw in four extra page layouts. Beyond that, it's the usual drill: fully responsive,\nbuilt on HTML5/CSS3, and CCA licensed like all my other stuff. Sass sources are also\nincluded for those of you into that sort of thing (entirely optional).\n\nSpecial thanks to Michael Domaradzki (md.photomerchant.net) for allowing me to use\nhis excellent photos in Twenty's demo*.\n\n(* = Not included! Only meant for use with my own on-site demo, so please do NOT download\nand/or use any of Michael's work without his explicit permission!)\n\nAJ\naj@lkn.io | @ajlkn\n\nPS: Not sure how to get that contact form working? Give formspree.io a try (it's awesome).\n\n\nCredits:\n\n    Demo Images:\n        Michael Domaradzki (md.photomerchant.net)\n            \"Night Vision\"\n            \"At the Station II\"\n            \"Airchitecture II\"\n            \"Livewires II\"\n            \"Midnite Xpress I\"\n\n    Icons:\n        Font Awesome (fontawesome.io)\n\n    Other:\n        jQuery (jquery.com)\n        Scrollex (github.com/ajlkn/jquery.scrollex)\n        Responsive Tools (github.com/ajlkn/responsive-tools)\n```\n\nInspired by the conversions of [Andrew Banchich][andrew-banchich].\n\nUses the basic template from the [cookie consent plugin][cookieconsent].\n\nRepository [Jekyll logo][jekyll-logo] icon licensed under a [Creative Commons Attribution 4.0 International License][cc4-license].\n\n## License\n\nThe theme is available as open source under the terms of the [CC-BY-3.0](LICENSE).\n\n[andrew-banchich]: https://gitlab.com/andrewbanchich\n[cc4-license]: http://choosealicense.com/licenses/cc-by-4.0/\n[contributor-covenant]: http://contributor-covenant.org\n[cookieconsent]: https://github.com/osano/cookieconsent\n[html5up]: https://html5up.net/\n[jekyll-logo]: https://github.com/jekyll/brand\n[recaptcha-documentation]: https://developers.google.com/recaptcha/intro\n[recaptcha-registering]: https://www.google.com/recaptcha/admin\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapehex%2Fjekyll-theme-twenty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapehex%2Fjekyll-theme-twenty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapehex%2Fjekyll-theme-twenty/lists"}