{"id":50917870,"url":"https://github.com/echore/blog","last_synced_at":"2026-06-16T17:02:37.296Z","repository":{"id":267884268,"uuid":"902645523","full_name":"echore/blog","owner":"echore","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-19T02:08:36.000Z","size":255979,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"v4","last_synced_at":"2026-04-19T04:15:50.897Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://blog-two-rho-76.vercel.app","language":"TypeScript","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/echore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["jackyzha0"]}},"created_at":"2024-12-13T01:33:52.000Z","updated_at":"2026-04-19T02:08:41.000Z","dependencies_parsed_at":"2024-12-13T03:17:45.394Z","dependency_job_id":"78aa33d4-ab5f-4cdc-ac69-6d3449cfc17d","html_url":"https://github.com/echore/blog","commit_stats":null,"previous_names":["echore/blog"],"tags_count":0,"template":false,"template_full_name":"Enveloppe/Enveloppe-Quartz","purl":"pkg:github/echore/blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/echore%2Fblog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/echore%2Fblog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/echore%2Fblog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/echore%2Fblog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/echore","download_url":"https://codeload.github.com/echore/blog/tar.gz/refs/heads/v4","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/echore%2Fblog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34415248,"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-06-16T02:00:06.860Z","response_time":126,"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-06-16T17:02:36.193Z","updated_at":"2026-06-16T17:02:37.285Z","avatar_url":"https://github.com/echore.png","language":"TypeScript","funding_links":["https://github.com/sponsors/jackyzha0"],"categories":[],"sub_categories":[],"readme":"---\ntitle: Quartz\n---\n\n-\u003e [PRESET](https://github.com/Enveloppe/plugin-presets):\n\n- [YAML based](https://github.com/Enveloppe/plugin-presets/blob/main/presets/quartz-yaml-based.json)\n- [Obsidian path based](https://github.com/Enveloppe/plugin-presets/blob/main/presets/quartz-yaml-based.json)\n\n## [Quartz](https://quartz.jzhao.xyz/)\n\nSee the official documentation on how to configure Quartz.\n\nFor the template, a special template that add a \"little\" more features is available [here](https://github.com/Enveloppe/Enveloppe-Quartz).\n\nThe template includes:\n\n- File and folder icons\n- Mobile navigation\n\n\u003e [!tip] You can click on \"Sync fork\" to get the latest updates from the original repository.\n\n### File \u0026 Folder icons configuration\n\n- Use [Iconize Assistant](https://github.com/mara-li/iconize-assistant) to save icon path into the frontmatter of the file.\n  \u003e [!note] Iconize icons needs to be accessible by the plugin! I store them into `_assets/PLUGINS/icons`.\n- Configure the plugin to send icons file (using override attachment) into `quartz/static/icons` : Replace path of attachment for svg files: `/(_assets\\/_PLUGINS\\/icons)\\/(.*)\\/(.*)\\.(svg)$/`-\u003e`quartz/static/icons/$2/{{name}}`\n- Configure the plugin to send file by frontmatter key: `icon_file`\n- In the file [quartz.layout.ts], add this:\n  ```ts\n  const iconsOptions: IconFolderOptions = {\n    rootIconFolder: \"quartz/static/icons\",\n    default: {\n      file: \"file\",\n    },\n  }\n  ```\n  \u003e [!warning] Don't forget to add the default icon (named `file.svg`) in the `quartz/static/icons` folder.\n- Edit `Component.ExlorerBurger()` as follow:\n  ```\n  Component.ExplorerBurger({\n  \t//keep your old settings; add only iconSettings\n  \ticonSettings: iconsOptions,\n  }),\n  ```\n- Edit `Component.ArticleTitle()` as follow: `Component.ArticleTitle(iconsOptions)`\n\n### Mobile navigation\n\nThe mobile navigation is instable and rely on a specific layout. Don't change the layout, order, or place of the components.\n\n### Sort order\n\nYou can use the frontmatter key `order` to sort the files and folder by number. If not found, the sort order will use the display name.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fechore%2Fblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fechore%2Fblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fechore%2Fblog/lists"}