{"id":35532453,"url":"https://github.com/devuri/ceres-theme","last_synced_at":"2026-05-30T08:31:07.571Z","repository":{"id":332408576,"uuid":"1127431972","full_name":"devuri/ceres-theme","owner":"devuri","description":"A clean, modern Jekyll theme for GitHub Pages. Uses Space Grotesk font, indigo accent colors, and a professional design system.","archived":false,"fork":false,"pushed_at":"2026-01-04T00:19:05.000Z","size":94,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-13T19:43:48.559Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://devuri.github.io/ceres-theme/","language":"SCSS","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/devuri.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-03T21:48:40.000Z","updated_at":"2026-01-04T00:19:08.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/devuri/ceres-theme","commit_stats":null,"previous_names":["devuri/ceres-theme"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/devuri/ceres-theme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devuri%2Fceres-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devuri%2Fceres-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devuri%2Fceres-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devuri%2Fceres-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devuri","download_url":"https://codeload.github.com/devuri/ceres-theme/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devuri%2Fceres-theme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33686018,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"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":[],"created_at":"2026-01-04T02:13:12.697Z","updated_at":"2026-05-30T08:31:07.540Z","avatar_url":"https://github.com/devuri.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ceres Theme\n\nA clean, modern Jekyll theme for GitHub Pages featuring Space Grotesk typography, an indigo accent palette, and a professional component system.\n\n![License](https://img.shields.io/badge/license-MIT-blue.svg)\n![Jekyll](https://img.shields.io/badge/jekyll-%3E%3D%204.0-red.svg)\n\n## Features\n\n- **Modern Design** — Clean layouts with gradient accents and professional typography\n- **Responsive** — Mobile-first design that works across all devices\n- **Component Library** — Pre-built hero sections, pricing cards, bento grids, and more\n- **Easy Configuration** — Simple YAML-based setup for navigation, footer, and social links\n- **GitHub Pages Ready** — Works seamlessly as a remote theme\n\n---\n\n## Quick Start\n\n### 1. Add the Theme\n\nIn your project's `_config.yml`:\n\n```yaml\nremote_theme: devuri/ceres-theme\n```\n\n### 2. Configure Your Site\n\n```yaml\n# Site settings\ntitle: My Site\ndescription: Your site description\n\n# Navigation\nnavigation:\n  - title: Features\n    url: \"#features\"\n  - title: Pricing\n    url: \"#pricing\"\n  - title: Docs\n    url: /docs\n\n# Call-to-action button (optional)\ncta_button:\n  title: Get Started\n  url: \"#pricing\"\n\n# Footer columns\nfooter_columns:\n  - title: Product\n    links:\n      - title: Features\n        url: \"#features\"\n      - title: Pricing\n        url: \"#pricing\"\n  - title: Resources\n    links:\n      - title: Documentation\n        url: /docs\n      - title: Support\n        url: /support\n\n# Social links\nsocial_links:\n  - platform: Twitter\n    icon: twitter-x\n    url: https://twitter.com/yourusername\n  - platform: GitHub\n    icon: github\n    url: https://github.com/yourusername\n\n# Footer\nfooter_tagline: A short tagline for your site.\nfooter_copyright: \"© 2025 Your Company. All rights reserved.\"\n```\n\n### 3. Create Your Homepage\n\nCreate `index.html`:\n\n```html\n---\nlayout: home\ntitle: Home\n---\n\n\u003csection class=\"hero\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"hero-content\"\u003e\n      \u003cdiv class=\"hero-tag\"\u003eYour Tag\u003c/div\u003e\n      \u003ch1\u003eYour headline with \u003cspan class=\"gradient\"\u003egradient text\u003c/span\u003e\u003c/h1\u003e\n      \u003cp\u003eYour description goes here.\u003c/p\u003e\n      \u003cdiv class=\"hero-actions\"\u003e\n        \u003ca href=\"#\" class=\"btn btn-glow btn-lg\"\u003ePrimary CTA\u003c/a\u003e\n        \u003ca href=\"#\" class=\"btn btn-ghost btn-lg\"\u003eSecondary CTA\u003c/a\u003e\n      \u003c/div\u003e\n    \u003c/div\u003e\n  \u003c/div\u003e\n\u003c/section\u003e\n```\n\n---\n\n## Layouts\n\n| Layout    | Purpose                              |\n|-----------|--------------------------------------|\n| `default` | Base layout with header and footer   |\n| `home`    | Full-width landing pages             |\n| `page`    | Standard content pages               |\n\n---\n\n## Components\n\n### Hero Section\n\n```html\n\u003csection class=\"hero\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"hero-content\"\u003e\n      \u003cdiv class=\"hero-tag\"\u003eTag Line\u003c/div\u003e\n      \u003ch1\u003eHeadline with \u003cspan class=\"gradient\"\u003eGradient\u003c/span\u003e\u003c/h1\u003e\n      \u003cp\u003eDescription text\u003c/p\u003e\n      \u003cdiv class=\"hero-actions\"\u003e\n        \u003ca href=\"#\" class=\"btn btn-glow\"\u003eGet Started\u003c/a\u003e\n      \u003c/div\u003e\n      \u003cdiv class=\"hero-stats\"\u003e\n        \u003cdiv class=\"stat-item\"\u003e\n          \u003cdiv class=\"stat-value\"\u003e10k+\u003c/div\u003e\n          \u003cdiv class=\"stat-label\"\u003eUsers\u003c/div\u003e\n        \u003c/div\u003e\n      \u003c/div\u003e\n    \u003c/div\u003e\n  \u003c/div\u003e\n\u003c/section\u003e\n```\n\n### Bento Grid\n\n```html\n\u003cdiv class=\"bento-grid\"\u003e\n  \u003cdiv class=\"bento-card\"\u003e\n    \u003cdiv class=\"bento-icon\"\u003e\u003ci class=\"bi bi-shield-check\"\u003e\u003c/i\u003e\u003c/div\u003e\n    \u003ch3\u003eFeature Title\u003c/h3\u003e\n    \u003cp\u003eFeature description\u003c/p\u003e\n  \u003c/div\u003e\n  \u003cdiv class=\"bento-card large\"\u003e\n    \u003c!-- Spans 2 columns --\u003e\n  \u003c/div\u003e\n\u003c/div\u003e\n```\n\n### Steps\n\n```html\n\u003cdiv class=\"steps-grid\"\u003e\n  \u003cdiv class=\"step-card\"\u003e\n    \u003cdiv class=\"step-number\"\u003e1\u003c/div\u003e\n    \u003ch3\u003eStep Title\u003c/h3\u003e\n    \u003cp\u003eStep description\u003c/p\u003e\n  \u003c/div\u003e\n\u003c/div\u003e\n```\n\n### Pricing Cards\n\n```html\n\u003cdiv class=\"pricing-grid\"\u003e\n  \u003cdiv class=\"pricing-card featured\"\u003e\n    \u003cdiv class=\"popular-badge\"\u003eMost Popular\u003c/div\u003e\n    \u003cdiv class=\"pricing-name\"\u003ePro\u003c/div\u003e\n    \u003cdiv class=\"pricing-sites\"\u003e5 site license\u003c/div\u003e\n    \u003cdiv class=\"pricing-amount\"\u003e$79\u003c/div\u003e\n    \u003cdiv class=\"pricing-period\"\u003eper year\u003c/div\u003e\n    \u003cul class=\"pricing-features\"\u003e\n      \u003cli\u003e\u003ci class=\"bi bi-check-circle-fill\"\u003e\u003c/i\u003e Feature item\u003c/li\u003e\n    \u003c/ul\u003e\n    \u003ca href=\"#\" class=\"btn btn-glow w-100\"\u003eBuy Now\u003c/a\u003e\n  \u003c/div\u003e\n\u003c/div\u003e\n```\n\n### Call-to-Action Section\n\n```html\n\u003csection class=\"cta-section\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003ch2\u003eReady to get started?\u003c/h2\u003e\n    \u003cp\u003eDescription text here.\u003c/p\u003e\n    \u003cdiv class=\"cta-actions\"\u003e\n      \u003ca href=\"#\" class=\"btn btn-glow btn-lg\"\u003ePrimary\u003c/a\u003e\n      \u003ca href=\"#\" class=\"btn btn-ghost btn-lg\"\u003eSecondary\u003c/a\u003e\n    \u003c/div\u003e\n  \u003c/div\u003e\n\u003c/section\u003e\n```\n\n---\n\n## CSS Reference\n\n### Buttons\n\n| Class       | Description            |\n|-------------|------------------------|\n| `.btn`      | Base button style      |\n| `.btn-glow` | Primary accent button  |\n| `.btn-ghost`| Outline button         |\n| `.btn-lg`   | Large button variant   |\n\n### Sections\n\n| Class            | Description              |\n|------------------|--------------------------|\n| `.section-gray`  | Gray background section  |\n| `.section-number`| Small uppercase label    |\n| `.section-title` | Large section heading    |\n| `.section-desc`  | Section description text |\n\n### Layout\n\n| Class               | Description           |\n|---------------------|-----------------------|\n| `.container`        | Max 1200px, centered  |\n| `.container-narrow` | Max 720px, centered   |\n\n### Utilities\n\n| Class                   | Description        |\n|-------------------------|--------------------|\n| `.text-center/left/right` | Text alignment   |\n| `.mt-1` to `.mt-5`      | Margin top         |\n| `.mb-1` to `.mb-5`      | Margin bottom      |\n| `.w-100`                | Full width         |\n| `.gradient`             | Gradient text      |\n\n---\n\n## Icons\n\nThis theme uses [Bootstrap Icons](https://icons.getbootstrap.com/). Example usage:\n\n```html\n\u003ci class=\"bi bi-check-circle-fill\"\u003e\u003c/i\u003e\n\u003ci class=\"bi bi-shield-check\"\u003e\u003c/i\u003e\n\u003ci class=\"bi bi-rocket-takeoff\"\u003e\u003c/i\u003e\n```\n\n---\n\n## Customization\n\n### Custom Colors\n\nCreate `assets/css/custom.scss` in your project:\n\n```scss\n---\n---\n\n:root {\n  --er-accent: #your-color;\n  --er-accent-dark: #your-darker-color;\n}\n```\n\nThen add to `_config.yml`:\n\n```yaml\ncustom_css: /assets/css/custom.scss\n```\n\n### Override Templates\n\nCopy any file from `_layouts/` or `_includes/` into your project at the same path to override it.\n\n---\n\n## Migrating from Another Theme\n\nTo switch from Slate or another theme:\n\n1. Remove the existing theme line from `_config.yml`:\n   ```yaml\n   # Remove this\n   theme: jekyll-theme-slate\n   ```\n\n2. Add the Ceres theme:\n   ```yaml\n   remote_theme: devuri/ceres-theme\n   ```\n\n3. Update your pages to use Ceres layouts and components\n\n4. Commit and push\n\n---\n\n## File Structure\n\n```\nceres-theme/\n├── _includes/\n│   ├── header.html\n│   ├── footer.html\n│   ├── hero.html\n│   ├── bento-card.html\n│   ├── pricing-card.html\n│   └── cta.html\n├── _layouts/\n│   ├── default.html\n│   ├── home.html\n│   └── page.html\n├── _sass/\n│   └── ceres.scss\n├── assets/\n│   └── css/\n│       └── style.scss\n├── LICENSE\n└── README.md\n```\n\n---\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n---\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevuri%2Fceres-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevuri%2Fceres-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevuri%2Fceres-theme/lists"}