{"id":13430837,"url":"https://github.com/klugjo/hexo-theme-clean-blog","last_synced_at":"2025-03-16T06:31:30.611Z","repository":{"id":54617861,"uuid":"53643262","full_name":"klugjo/hexo-theme-clean-blog","owner":"klugjo","description":"Hexo implementation of Clean Blog http://blackrockdigital.github.io/startbootstrap-clean-blog/index.html","archived":false,"fork":false,"pushed_at":"2021-02-08T07:01:15.000Z","size":1178,"stargazers_count":399,"open_issues_count":6,"forks_count":129,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-05-20T09:17:52.800Z","etag":null,"topics":["blog","hexo","javascript","static-site-generator","theme"],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/klugjo.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}},"created_at":"2016-03-11T05:53:04.000Z","updated_at":"2024-05-14T06:06:00.000Z","dependencies_parsed_at":"2022-08-13T21:40:48.802Z","dependency_job_id":null,"html_url":"https://github.com/klugjo/hexo-theme-clean-blog","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/klugjo%2Fhexo-theme-clean-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klugjo%2Fhexo-theme-clean-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klugjo%2Fhexo-theme-clean-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klugjo%2Fhexo-theme-clean-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/klugjo","download_url":"https://codeload.github.com/klugjo/hexo-theme-clean-blog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221656434,"owners_count":16858769,"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":["blog","hexo","javascript","static-site-generator","theme"],"created_at":"2024-07-31T02:00:58.271Z","updated_at":"2024-10-27T09:30:59.640Z","avatar_url":"https://github.com/klugjo.png","language":"HTML","funding_links":[],"categories":["Content","blog","HTML"],"sub_categories":[],"readme":"# Clean Blog Hexo\n\n![](http://www.codeblocq.com/img/hexo-theme-thumbnail/CleanBlog.png)\n\nHexo implementation of [Clean Blog](http://blackrockdigital.github.io/startbootstrap-clean-blog/index.html)\n\nClean blog is a full featured, responsive Hexo theme. [Demo here](http://www.codeblocq.com/assets/projects/hexo-theme-clean-blog/).\n\n## Features\n\n- Disqus and Facebook comments\n- Google Analytics\n- Addthis\n- Cover image for posts and pages\n- Tags and Categories Support\n- Responsive Images\n- Image Gallery\n- Code syntax highlighting\n\n## External libraries used\n\n- [Bootstrap](http://getbootstrap.com/css/)\n- [FeatherLight.js](http://noelboss.github.io/featherlight/) (Gallery)\n- [jQuery](https://jquery.com/)\n\n## Installation\n\n```\n$ git clone https://github.com/klugjo/hexo-theme-clean-blog.git themes/clean-blog\n```\n\nThen update your blog's main `_config.yml` to set the theme to `clean-blog`:\n\n```\n# Extensions\n## Plugins: http://hexo.io/plugins/\n## Themes: http://hexo.io/themes/\ntheme: clean-blog\n```\n\n## Configuration\n\n### Menu\n\nThe menu is configured in the theme's `_config.yml`.\n\n```\n# Header\nmenu:\n  Home: /\n  Archives: /archives\n  Github:\n    url: https://github.com/klugjo/hexo-theme-clean-blog\n    icon: github\n```\n\nThe object key is the label and the value is the path, or you can use a icon (font awesome) like menu item.\n\n### Top Left Label\n\nThe top left label is configured in the theme's `_config.yml`. When clicked it will lead to the Home Page.\n\n```\n# Title on top left of menu. Leave empty to use main blog title\nmenu_title: Configurable Title\n```\n\n### Home Page cover image\n\nThe Home Page cover is configured in the theme's `_config.yml`. It will be the same for all index type pages.\n\n```\n# URL of the Home page image\nindex_cover: /img/home-bg.jpg\n```\n\n### Default post title\n\nThe default post title (used when no title is specified) is configured in the theme's `_config.yml`.\n\n```\n# Default post title\ndefault_post_title: Untitled\n```\n\n### Comments\n\nThe comments provider is specified in the theme's `_config.yml`. If you specify both a `disqus_shortname` and a `facebook.appid` there will be 2 sets of comment per post. So choose one.\n\n```\n# Comments. Choose one by filling up the information\ncomments:\n  # Disqus comments\n  disqus_shortname: klugjotest\n  # Facebook comments\n  facebook:\n    appid: 123456789012345\n    comment_count: 5\n    comment_colorscheme: light\n```\n\nYou can too hide the comment in the posts front-matter:\n\n```\ncomment: false\n---\n```\n\n### Google Analytics\n\nThe Google Analytics Tracking ID is configured in the theme's `_config.yml`.\n\n```\n# Google Analytics Tracking ID\ngoogle_analytics:\n```\n\n### Addthis\n\nThe Addthis ID is configured in the theme's `_config.yml`.\n\n```\n# Addthis ID\naddthis:\n```\n\n### Social Account\n\nSetup the links to your social pages in the theme's `_config.yml`. Links are in the footer.\n\n```\n# Social Accounts\ntwitter_url:\nfacebook_url:\ngithub_url: https://github.com/klugjo/hexo-theme-clean-blog\nlinkedin_url:\nmailto:\n```\n\n### Author\n\nThe post's author is specified in the posts front-matter:\n\n```\nauthor: Klug Jo\n---\n```\n\n### Post's Cover Image\n\nBy default, posts will use the home page cover image. You can specify a custom cover in the front-matter:\n\n```\ntitle: Excerpts\ndate: 2013-12-25 00:23:23\ntags: [\"Excertps\"]\ncover: /assets/contact-bg.jpg\n---\n```\n\n### Post's Share Cover Image\n\nYou can specify a custom cover to share yours posts in social medias:\n\n```\nshare_cover: /assets/contact-bg.jpg\n---\n```\n\n### Post's Excerpt\n\nThis theme does not support traditional excerpts. To show excerpts on the index page, use `subtitle` in the front-matter:\n\n```\ntitle: Excerpts\ndate: 2013-12-25 00:23:23\ntags: [\"Excertps\"]\nsubtitle: Standard Excerpts are not supported in Clean Blog but you can use subtitles in the front matter to display text in the index.\n---\n\n```\n\n## Tags page.\n\n\u003e Follow these steps to add a `tags` page that contains all the tags in your site.\n\n- Create a page named `tags`\n\n```\n$ hexo new page \"tags\"\n```\n\n- Edit the newly created page and set page type to `tags` in the front matter.\n\n```\ntitle: All tags\ntype: \"tags\"\n```\n\n- Add `tags` to the menu in the theme `_config.yml`:\n\n```\n# Header\nmenu:\n  Home: /\n  Archives: /archives\n  Tags: /tags\n```\n\n## Categories page.\n\n\u003e Follow these steps to add a `categories` page that contains all the categories in your site.\n\n- Create a page named `categories`\n\n```\n$ hexo new page \"categories\"\n```\n\n- Edit the newly created page and set page type to `categories` in the front matter.\n\n```\ntitle: All categories\ntype: \"categories\"\n```\n\n- Add `Categories` to the menu in the theme `_config.yml`:\n\n```\n# Header\nmenu:\n  Home: /\n  Archives: /archives\n  Categories: /categories\n```\n\n\n## Creator\n\nThis theme was created by [Blackrock Digital](https://github.com/BlackrockDigital) and adapted for Hexo by [Jonathan Klughertz](http://www.codeblocq.com/).\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklugjo%2Fhexo-theme-clean-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fklugjo%2Fhexo-theme-clean-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklugjo%2Fhexo-theme-clean-blog/lists"}