{"id":15021026,"url":"https://github.com/mschaeffner/ceevee","last_synced_at":"2025-06-11T20:34:23.249Z","repository":{"id":59151972,"uuid":"135266718","full_name":"mschaeffner/ceevee","owner":"mschaeffner","description":"A Jekyll theme for a personal website","archived":false,"fork":false,"pushed_at":"2019-05-20T10:50:52.000Z","size":9869,"stargazers_count":1,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T02:33:43.820Z","etag":null,"topics":["blog","ceevee","jekyll","jekyll-theme","sass","theme"],"latest_commit_sha":null,"homepage":"https://mschaeffner.com","language":"CSS","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/mschaeffner.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}},"created_at":"2018-05-29T08:39:53.000Z","updated_at":"2019-05-20T10:50:54.000Z","dependencies_parsed_at":"2022-09-13T11:00:49.175Z","dependency_job_id":null,"html_url":"https://github.com/mschaeffner/ceevee","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mschaeffner%2Fceevee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mschaeffner%2Fceevee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mschaeffner%2Fceevee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mschaeffner%2Fceevee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mschaeffner","download_url":"https://codeload.github.com/mschaeffner/ceevee/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238437631,"owners_count":19472450,"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":["blog","ceevee","jekyll","jekyll-theme","sass","theme"],"created_at":"2024-09-24T19:56:02.622Z","updated_at":"2025-02-12T08:32:02.553Z","avatar_url":"https://github.com/mschaeffner.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# ceevee\n\nceevee is a Jekyll theme for a personal website. It has a blog, a projects page and a timeline that can be used for a CV. An example website that uses this Jekyll theme is https://mschaeffner.com\n\n## Installation\n\nIf you haven't already, set up a new Jekyll site:\n```\ngem install bundler jekyll\njekyll new my-awesome-site\ncd my-awesome-site\nbundle exec jekyll serve\n# =\u003e Now browse to http://localhost:4000 to see your site\n```\n\nAdd the following line to your Jekyll site's `Gemfile`:\n\n```ruby\ngem \"ceevee\"\n```\n\nAnd add this line to your Jekyll site's `_config.yml`:\n\n```yaml\ntheme: ceevee\n```\n\nIf you want to publish you site to GitHub pages, then you also have to define the following properties:\n\n```yaml\nremote_theme: mschaeffner/ceevee\nurl: \u003cyour-github-username\u003e.github.io\nbaseurl: /\u003cyour-github-repository\u003e\n```\n\nThen execute:\n```\n$ bundle install\n```\n\n\n## Usage\n\n### Configuration in `_config.yml`\n\nYou can add the following properties in `_config.yml` to customize the sidebar and page header.\n\n```\n# Author will be shown in sidebar.\nauthor: \"Your name\"\n\n# Author's title will be shown in sidebar below name.\nauthor_title: \"Your title\"\n\n# A path that points to the author's profile picture.\nauthor_picture: /assets/profile-picture.jpg\n\n# A list of pages that get linked from the header.\nheader_pages:\n - index.md\n - projects.md\n - cv.html\n\n# A list of sections that will be shown in sidebar.\nsidebar_sections:\n  - title: \"About\"\n    text: \"I am a photographer. I like to go out into nature.\"\n  - title: \"Contact\"\n    text: \"Just write me an email.\"\n```\n\n### Layouts\n\n#### home\n\nThe `home` layout shows a preview list of all posts that have their layout set to `post`.\n\n#### portfolio\n\nThe `portfolio` layout shows a preview list of all posts that have their layout set to `project`.\n\n#### timeline\n\nWhen using the `timeline` layout, you have to fill in the content into the page it self. Example:\n\n```\n---\nlayout: timeline\ntitle: CV\npermalink: /cv/\n---\n\n\u003ch1\u003eExperience\u003c/h1\u003e\n\n\u003cdiv class=\"section\"\u003e\n  \u003cdiv class=\"bubble\"\u003e\u003c/div\u003e\n  \u003cdiv class=\"date\"\u003e04/2009 - 10/2015\u003c/div\u003e\n  \u003ch2\u003eSenior Super Professional\u003c/h2\u003e\n  \u003ch3\u003eSome Company Name | Berlin (DE)\u003c/h3\u003e\n  \u003ca class=\"link\" target=\"_blank\" href=\"http://www.example.com\"\u003ehttp://www.example.com\u003c/a\u003e\n\n  \u003cul class=\"description\"\u003e\n    \u003cli\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit\u003c/li\u003e\n    \u003cli\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit\u003c/li\u003e\n    \u003cli\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit\u003c/li\u003e\n  \u003c/ul\u003e\n\n  \u003cdiv class=\"tags\"\u003e\n    \u003cspan\u003eTag 1\u003c/span\u003e\n    \u003cspan\u003eTag 2\u003c/span\u003e\n    \u003cspan\u003eTag 3\u003c/span\u003e\n  \u003c/div\u003e\n\u003c/div\u003e\n\n\u003cdiv class=\"section\"\u003e\n  \u003cdiv class=\"bubble\"\u003e\u003c/div\u003e\n  \u003cdiv class=\"crossline\"\u003e\u003c/div\u003e\n  \u003cdiv class=\"date\"\u003e04/2009 - 10/2015\u003c/div\u003e\n  \u003ch2\u003eSenior Super Professional\u003c/h2\u003e\n  \u003ch3\u003eSome Company Name | Berlin (DE)\u003c/h3\u003e\n  \u003ca class=\"link\" target=\"_blank\" href=\"http://www.example.com\"\u003ehttp://www.example.com\u003c/a\u003e\n\n  \u003cul class=\"description\"\u003e\n    \u003cli\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit\u003c/li\u003e\n    \u003cli\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit\u003c/li\u003e\n    \u003cli\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit\u003c/li\u003e\n  \u003c/ul\u003e\n\n  \u003cdiv class=\"tags\"\u003e\n    \u003cspan\u003eTag 1\u003c/span\u003e\n    \u003cspan\u003eTag 2\u003c/span\u003e\n    \u003cspan\u003eTag 3\u003c/span\u003e\n  \u003c/div\u003e\n\u003c/div\u003e\n```\n\n\n### Posts\n\nPosts should have at least the following front matter:\n```\n---\nlayout: post\ntitle: \"Lorem ipsum\"\ntagline: \"Lorem ipsum and a bit more\"\nimage: \"/assets/img1.jpg\"\n---\n```\n\nThe value for `layout` can be `post`or `project`.\n\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/mschaeffner/ceevee. 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 `ceevee.gemspec` accordingly.\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%2Fmschaeffner%2Fceevee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmschaeffner%2Fceevee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmschaeffner%2Fceevee/lists"}