{"id":18256684,"url":"https://github.com/honmaple/archie-snow","last_synced_at":"2025-04-08T22:28:16.091Z","repository":{"id":145149172,"uuid":"607701745","full_name":"honmaple/archie-snow","owner":"honmaple","description":"A snow theme forked from https://github.com/XXXMrG/archie-zola","archived":false,"fork":false,"pushed_at":"2023-02-28T14:57:47.000Z","size":2306,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T17:43:05.556Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/honmaple.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-02-28T14:05:29.000Z","updated_at":"2023-02-28T14:10:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"cf3566f7-9d50-4d6b-aac5-57b19127ad11","html_url":"https://github.com/honmaple/archie-snow","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/honmaple%2Farchie-snow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Farchie-snow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Farchie-snow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Farchie-snow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/honmaple","download_url":"https://codeload.github.com/honmaple/archie-snow/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247937895,"owners_count":21021378,"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":[],"created_at":"2024-11-05T10:23:13.784Z","updated_at":"2025-04-08T22:28:16.069Z","avatar_url":"https://github.com/honmaple.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# archie-zola\n\n\nA zola theme forked from [https://github.com/athul/archie](https://github.com/athul/archie)\n\n## Demo\n\n\nThe Main branch source code hosted on [https://archie-zola.vercel.app](https://archie-zola.vercel.app)\n\n### ScreenShot\n\n![screenshot-light](https://archie-zola.vercel.app/screenshot/screenshot-light.png)\n\n![screenshot-dark](https://archie-zola.vercel.app/screenshot/screenshot-dark.png)\n\n\n## Installation\n\n\nFirst download this theme to your themes directory:\n\n```bash\ncd themes\ngit clone https://github.com/XXXMrG/archie-zola.git\n```\n\nor add as a git submodule:\n\n```bash\ngit submodule add https://github.com/XXXMrG/archie-zola.git  themes/archie-zola\n```\n\nand then enable it in your config.toml:\n```toml\ntheme = \"archie-zola\"\n```\n\n## Feature\n\n* Pagination\n* Tags\n* Auto Dark Mode(based on system theme)\n* Dark/Light Mode toggle\n* Google Analytics Script\n\nin the planning stage：\n\n- [ ] Custom CSS \u0026 JS\n- [ ] Twitter Cards \u0026 Youtube video\n\n\n## Config\n\n\n### Theme config\n\nCause Zola limited custom config must under the `extra` field, so there are some different with the origin theme:\n\nDemo website config.toml:\n\n```toml\n# control dark mode: auto | dark | toggle\nmode = \"toggle\"\n\n# subtitle will show under the title in index page\nsubtitle = \"A zola theme forked from [archie](https://github.com/athul/archie)\"\n\n# if set true, will use external CDN resource to load font and js file\nuseCDN = false\n\nfavicon = \"/icon/favicon.png\"\n\n# show in the footer\ncopyright = \"keith\"\n\n# config your Google Analysis ID\nga = \"XXXX-XXXXX\"\n\n# optional: config your i18n entry\n[extra.translations]\nlanguages = [{name = \"en\", url = \"/\"}]\n\n# config multi-language menu and other text\n[[extra.translations.en]]\nshow_more = \"Read more ⟶\"\nprevious_page = \"← Previous\"\nnext_page = \"Next →\"\nposted_on = \"on \"\nposted_by = \"Published by\"\nread_time = \"minute read\"\nall_tags = \"All tags\"\nmenus = [\n    { name = \"Home\", url = \"/\", weight = 2 },\n    { name = \"All posts\", url = \"/posts\", weight = 2 },\n    { name = \"About\", url = \"/about\", weight = 3 },\n    { name = \"Tags\", url = \"/tags\", weight = 4 },\n]\n\n# config social icon info in the footer\n[[extra.social]]\nicon = \"github\"\nname = \"GitHub\"\nurl = \"https://github.com/XXXMrG/archie-zola\"\n\n[[extra.social]]\nicon = \"twitter\"\nname = \"Twitter\"\nurl = \"https://github.com/your-name/\"\n\n[[extra.social]]\nicon = \"gitlab\"\nname = \"GitLab\"\nurl = \"https://gitlab.com/your-name/\"\n\n```\n\n### Content config\n\n**In content/posts/_index.md. I use Zola config: transparent = true to implement the pagination**\n\nIn Zola, you can use config in the _index.md to control pagination and sort post list:\n\n```toml\npaginate_by = 3\nsort_by = \"date\"\n\n[taxonomies]\ntags = [\"FE\", \"Rust\"]\n\n[extra]\nauthor = { name = \"XXXMRG\", social= \"https://github.com/XXXMrG\" }\n```\n\n## Extension\n\nFollow this [doc](https://www.getzola.org/documentation/themes/extending-a-theme/) to extend theme.\n\n## Contributing\n\nThank you very much for considering contributing to this project!\n\nWe appreciate any form of contribution:\n\n* New issues (feature requests, bug reports, questions, ideas, ...)\n* Pull requests (documentation improvements, code improvements, new features, ...)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhonmaple%2Farchie-snow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhonmaple%2Farchie-snow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhonmaple%2Farchie-snow/lists"}