{"id":15288545,"url":"https://github.com/livenl/simple-gh-pages-theme","last_synced_at":"2026-01-05T07:41:10.447Z","repository":{"id":149896343,"uuid":"622197810","full_name":"LiveNL/simple-gh-pages-theme","owner":"LiveNL","description":"A simple Jekyll website theme, optimised for GitHub pages","archived":false,"fork":false,"pushed_at":"2023-10-04T20:03:31.000Z","size":62,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T22:16:43.667Z","etag":null,"topics":["html","jekyll","jekyll-theme","liquid","ruby","scss"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/simple-gh-pages-theme","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/LiveNL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2023-04-01T12:13:44.000Z","updated_at":"2023-04-04T19:46:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"83673707-1e9f-4785-8182-35e8fc245e0e","html_url":"https://github.com/LiveNL/simple-gh-pages-theme","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiveNL%2Fsimple-gh-pages-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiveNL%2Fsimple-gh-pages-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiveNL%2Fsimple-gh-pages-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiveNL%2Fsimple-gh-pages-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LiveNL","download_url":"https://codeload.github.com/LiveNL/simple-gh-pages-theme/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245212304,"owners_count":20578443,"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","jekyll","jekyll-theme","liquid","ruby","scss"],"created_at":"2024-09-30T15:49:56.109Z","updated_at":"2026-01-05T07:41:10.387Z","avatar_url":"https://github.com/LiveNL.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simple-gh-pages-theme\n\n\u003ctable\u003e\n\u003ctr\u003e\u003ctd\u003e\n\u003cimg width=\"500\" alt=\"after installing the theme\" src=\"https://user-images.githubusercontent.com/5443727/229901057-23be4caa-0c70-46c1-aa83-d60cbb1220ba.png\"\u003e\n\u003c/td\u003e\u003ctd\u003e\n\u003cimg width=\"500\" alt=\"jordiwippert.nl\" src=\"https://user-images.githubusercontent.com/5443727/229302812-d481eb40-b0ca-49cd-95d5-c7fef5228b7a.png\"\u003e\n\u003c/td\u003e\n\u003ctr\u003e\n\u003ctd\u003e\nsimple-gh-pages-theme, after install and first post setup                            \n\u003c/td\u003e\n\u003ctd\u003e\nin-use: https://jordiwippert.nl\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\n## Quick installation\n```shell\n# 0. To create a new Jekyll site:\njekyll new \u003cSITENAME\u003e\ncd \u003cSITENAME\u003e\n```\n```ruby\n# 1. Add this line to your Jekyll site's `Gemfile`:\ngem \"simple-gh-pages-theme\"\n```\n```yaml\n# 2. Add this line to your Jekyll site's `_config.yml`. Remove/disable possibly already enabled themes:\ntheme: simple-gh-pages-theme\n```\n```shell\n# 3. Execute on your command line:\nbundle\n\n# 4. Run install script to create 'posts.md'\nbundle exec install-theme\n\n# 5. When you now run your website locally on `http://localhost:4000`, it should show the theme:\nbundle exec jekyll serve\n```\n\n## Configuration:\n\nAll configuration options that can be overwritten can be found [here](https://github.com/LiveNL/simple-gh-pages-theme/blob/main/_config.yml).\n\n## Github Pages setup\n\nGo to `settings` \u003e `page` in your github-pages-repository.\n1. Select source: `Deploy from a branch`\n2. Select branch: `gh-pages` (create if non-existent)\n3. Select `/docs` as folder\n4. You can now run `script/deploy`\n\n## Posts\nCreate your posts (files) like:\n```\ndocs/_posts/yyyy-mm-dd-postname.md\n```\n\nEach post can have the following (metadata) options (with example values):\n```yaml\nlayout:     post                    # OR page\ntitle:      \"Title here\"            # Used for post-titles\nimage:      assets/images/image.png # OR images on urls like: https://example.com/image.png\ncategories: [category]              # 'category' can be anything\ntags:       [tag]                   # 'tag' can be everything\nhighlight:  false                   # if true: it will listed in highlights, which can be shown with: `{% include highlights.html %}`\nshort:      false                   # if true: it shown in 'short' list on home page\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/LiveNL/simple-gh-pages-theme. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](https://www.contributor-covenant.org/) code of conduct.\n\n## License\n\nThe theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flivenl%2Fsimple-gh-pages-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flivenl%2Fsimple-gh-pages-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flivenl%2Fsimple-gh-pages-theme/lists"}