{"id":19806735,"url":"https://github.com/timnew/landscape","last_synced_at":"2026-05-14T17:06:31.330Z","repository":{"id":145702539,"uuid":"23174967","full_name":"timnew/landscape","owner":"timnew","description":"Deeply customized Landscape theme","archived":false,"fork":false,"pushed_at":"2016-04-12T13:30:10.000Z","size":1309,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T18:04:35.251Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/timnew/landscape","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/timnew.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}},"created_at":"2014-08-21T05:05:47.000Z","updated_at":"2016-04-12T13:30:12.000Z","dependencies_parsed_at":"2023-04-07T23:47:24.961Z","dependency_job_id":null,"html_url":"https://github.com/timnew/landscape","commit_stats":{"total_commits":44,"total_committers":2,"mean_commits":22.0,"dds":0.2272727272727273,"last_synced_commit":"9ac16f95296a5f4d1cbe7218d71bcf1afc75b64f"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/timnew/landscape","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timnew%2Flandscape","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timnew%2Flandscape/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timnew%2Flandscape/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timnew%2Flandscape/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timnew","download_url":"https://codeload.github.com/timnew/landscape/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timnew%2Flandscape/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33034788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"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":"2024-11-12T09:08:21.790Z","updated_at":"2026-05-14T17:06:31.319Z","avatar_url":"https://github.com/timnew.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Landscape\n\nA brand new default theme for [Hexo].\n\n- [Preview](http://hexo.io/hexo-theme-landscape/)\n\n## Installation\n\n### Install\n\n``` bash\n$ git clone https://github.com/hexojs/hexo-theme-landscape.git themes/landscape\n```\n\n**Landscape requires Hexo 2.4 and above.**\n\n### Enable\n\nModify `theme` setting in `_config.yml` to `landscape`.\n\n### Update\n\n``` bash\ncd themes/landscape\ngit pull\n```\n\n## Configuration\n\n``` yml\n# Header\nmenu:\n  Home: /\n  Archives: /archives\nrss: /atom.xml\n\n# Content\nexcerpt_link: Read More\nfancybox: true\n\n# Sidebar\nsidebar: right\nwidgets:\n- category\n- tag\n- tagcloud\n- archives\n- recent_posts\n\n# Miscellaneous\ngoogle_analytics:\nfavicon: /favicon.png\ntwitter:\ngoogle_plus:\n```\n\n- **menu** - Navigation menu\n- **rss** - RSS link\n- **excerpt_link** - \"Read More\" link at the bottom of excerpted articles. `false` to hide the link.\n- **fancybox** - Enable [Fancybox]\n- **sidebar** - Sidebar style. You can choose `left`, `right`, `bottom` or `false`.\n- **widgets** - Widgets displaying in sidebar\n- **google_analytics** - Google Analytics ID\n- **favicon** - Favicon path\n- **twitter** - Twiiter ID\n- **google_plus** - Google+ ID\n\n## Features\n\n### Fancybox\n\nLandscape uses [Fancybox] to showcase your photos. You can use Markdown syntax or fancybox tag plugin to add your photos.\n\n```\n![img caption](img url)\n\n{% fancybox img_url [img_thumbnail] [img_caption] %}\n```\n\n### Sidebar\n\nYou can put your sidebar in left side, right side or bottom of your site by editing `sidebar` setting.\n\nLandscape provides 5 built-in widgets:\n\n- category\n- tag\n- tagcloud\n- archives\n- recent_posts\n\nAll of them are enabled by default. You can edit them in `widget` setting.\n\n## Development\n\n### Requirements\n\n- [Grunt] 0.4+\n- Hexo 2.4+\n\n### Grunt tasks\n\n- **default** - Download [Fancybox] and [Font Awesome].\n- **fontawesome** - Only download [Font Awesome].\n- **fancybox** - Only download [Fancybox].\n- **clean** - Clean temporarily files and downloaded files.\n\n[Hexo]: http://zespia.tw/hexo/\n[Fancybox]: http://fancyapps.com/fancybox/\n[Font Awesome]: http://fontawesome.io/\n[Grunt]: http://gruntjs.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimnew%2Flandscape","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimnew%2Flandscape","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimnew%2Flandscape/lists"}