{"id":29744713,"url":"https://github.com/salif/sandbox","last_synced_at":"2026-01-20T16:26:53.343Z","repository":{"id":304396976,"uuid":"1018668859","full_name":"salif/sandbox","owner":"salif","description":"Fork of a deleted Zola theme","archived":true,"fork":false,"pushed_at":"2025-07-12T19:36:39.000Z","size":16767,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-05T00:36:31.967Z","etag":null,"topics":["zola-theme"],"latest_commit_sha":null,"homepage":"https://salif.github.io/zola-themes-collection/demo/sandbox/","language":"Markdown","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/salif.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2025-07-12T19:07:08.000Z","updated_at":"2025-09-17T17:12:44.000Z","dependencies_parsed_at":"2025-07-12T21:37:00.913Z","dependency_job_id":null,"html_url":"https://github.com/salif/sandbox","commit_stats":null,"previous_names":["salif/sandbox"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/salif/sandbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salif%2Fsandbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salif%2Fsandbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salif%2Fsandbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salif%2Fsandbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/salif","download_url":"https://codeload.github.com/salif/sandbox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salif%2Fsandbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28607048,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T16:10:39.856Z","status":"ssl_error","status_checked_at":"2026-01-20T16:10:39.493Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["zola-theme"],"created_at":"2025-07-26T05:33:53.005Z","updated_at":"2026-01-20T16:26:53.328Z","avatar_url":"https://github.com/salif.png","language":"Markdown","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧪 Zola Sandbox\n\n\u003cp align=\"\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/languages/code-size/salif/sandbox\" /\u003e\n  \u003cimg src=\"https://img.shields.io/github/repo-size/salif/sandbox\" /\u003e\n  \u003cimg src=\"https://img.shields.io/github/commit-activity/t/salif/sandbox\" /\u003e\n  \u003cimg src=\"https://img.shields.io/github/last-commit/salif/sandbox\" /\u003e\n  \u003cimg src=\"https://img.shields.io/website/https/zola-sandbox.vercel.app.svg\" /\u003e\n\u003c/p\u003e\n\nThis repository is used to test new web elements. It is an amalgamation of code snippets, all weaved together by Zola.\n\nCheck out the [demo](https://salif.github.io/zola-themes-collection/demo/sandbox/).\n\n## Table of Contents\n\n- [🧪 Zola Sandbox](#-zola-sandbox)\n  - [Table of Contents](#table-of-contents)\n  - [✨ Features](#-features)\n  - [Running the Site Locally](#running-the-site-locally)\n    - [Requirements](#requirements)\n    - [Quick Start](#quick-start)\n    - [Useful Commands](#useful-commands)\n  - [Customization](#customization)\n    - [Custom CSS Styles](#custom-css-styles)\n  - [Attributions](#attributions)\n  - [License](#license)\n\n## ✨ Features\n\n- ✅ Blog section.\n- ✅ Projects section.\n- ✅ 'Back to Top' button.\n\n## Running the Site Locally\n\nTips that will help you develop and preview the site locally.\n\n### Requirements\n\nBefore using the theme, you need to install [Zola](https://www.getzola.org/documentation/getting-started/installation/) ≥ 0.18.0.\n\n### Quick Start\n\n```sh\n# Clone the repo\ngit clone git@github.com:salif/sandbox.git\n\n# Change directory into the cloned folder\ncd sandbox\n\n# Serve the site locally\nzola serve\n\n# Open http://127.0.0.1:1111/ in the browser\n```\n\nFor more detailed instructions, visit the [Documentation](https://www.getzola.org/documentation/themes/installing-and-using-themes/) page about installing and using themes.\n\n### Useful Commands\n\nA short list of commands that will help you develop your own version of the theme.\n\n| Command                 | Description            |\n| ----------------------- | ---------------------- |\n| `zola init \u003crepo-name\u003e` | Initiate new Zola site |\n| `zola build`            | Build only             |\n| `zola serve`            | Build and Serve        |\n\n## Customization\n\nYou can changed the configuration, templates and content yourself. Refer to the `config.toml`, and templates files for ideas. In most cases you only need to modify the contents of `config.toml` to customize the appearance of your blog. Make sure to visit tyhe [Zola Documentation](https://www.getzola.org/documentation/getting-started/overview/).\n\n### Custom CSS Styles\n\nAdding custom CSS is as easy as adding your styles to `sass/_custom.scss`. This is made possible because SCSS files are backwards compatible with CSS. This means you can type normal CSS code into a SCSS file and it will be valid.\n\n## Attributions\n\nThe icons used throughout the site are kindly provided by [UXWing](https://uxwing.com/license/). Read their [license](https://uxwing.com/license/).\n\nOther icons used come from [Remix Icon](https://remixicon.com/). Check out their [license](https://remixicon.com/license).\n\n## License\n\nSource code in this repository is available under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalif%2Fsandbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsalif%2Fsandbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalif%2Fsandbox/lists"}