{"id":18270716,"url":"https://github.com/ruslanxdev/hexo-theme-brutalist","last_synced_at":"2026-01-21T01:32:52.427Z","repository":{"id":143848849,"uuid":"103788766","full_name":"ruslanxdev/hexo-theme-brutalist","owner":"ruslanxdev","description":"🤘 A brutal theme for Hexo.","archived":false,"fork":false,"pushed_at":"2021-06-14T02:52:31.000Z","size":1580,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T03:17:05.751Z","etag":null,"topics":["brutalist","hexo","hexo-theme","minimal"],"latest_commit_sha":null,"homepage":"","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/ruslanxdev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2017-09-16T22:50:34.000Z","updated_at":"2021-06-14T02:51:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"0b6865dd-8e42-4165-81d2-8d6f8b8b9e07","html_url":"https://github.com/ruslanxdev/hexo-theme-brutalist","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/ruslanxdev/hexo-theme-brutalist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruslanxdev%2Fhexo-theme-brutalist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruslanxdev%2Fhexo-theme-brutalist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruslanxdev%2Fhexo-theme-brutalist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruslanxdev%2Fhexo-theme-brutalist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruslanxdev","download_url":"https://codeload.github.com/ruslanxdev/hexo-theme-brutalist/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruslanxdev%2Fhexo-theme-brutalist/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28621649,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T23:49:58.628Z","status":"ssl_error","status_checked_at":"2026-01-20T23:47:29.996Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["brutalist","hexo","hexo-theme","minimal"],"created_at":"2024-11-05T11:38:49.534Z","updated_at":"2026-01-21T01:32:52.406Z","avatar_url":"https://github.com/ruslanxdev.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Brutalist\n\nA minimalistic and brutal [Hexo](http://hexo.io) theme for a personal website, inspired [Cactus Dark](https://probberechts.github.io/cactus-dark/) theme, [Brutalist Websites](http://brutalistwebsites.com/) and [GitHub Styleguide](https://github.com/styleguide).\n\n\u003c!-- [Demo](https://ruslankhh.com/hexo-theme-brutalist/) --\u003e\n\n## Summary\n\n- [General](#general)\n- [Features](#features)\n- [Install](#install)\n- [Configuration](#configuration)\n- [License](#license)\n\n## General\n\n- **Version** : 0.1.0\n- **Compatibility** : Hexo 3 or later\n\n## Features\n\n- Fully responsive\n- Disqus\n- Googe analytics\n- Font Awesome icons\n- Pick your own code highlighting scheme\n- Configurable navigation menu\n- Projects list\n- Simplicity\n\n## Install\n\n1. In the `root` directory:\n\n  ```bash\n  $ git clone https://github.com/ruslankhh/hexo-theme-brutalist.git themes/brutalist\n  $ npm install hexo-pagination --save\n  ```\n\n2. Change the `theme` property in the `config.yml` file.\n\n  ```yml\n  theme: brutalist\n  ```\n\n3. Run: `hexo generate` and `hexo server`\n\n## Configuration\n\n### Navigation\n\nSetup the navigation menu in the theme's `_config.yml`:\n\n```yml\nmemu:\n  Home: /\n  Archives: /archives/\n  About: /about/\n  \u003clink_name\u003e: \u003clink_url\u003e\n```\n\n### Blog posts list on home page\n\nYou have two options for the list of blog posts on the home page:\n\n- Show only the 5 most recent posts (default)\n\n```yml\ncustomize:\n  show_all_posts: false\n  post_count: 5\n```\n\n- Show all posts\n\n```yml\ncustomize:\n  show_all_posts: true\n```\n\n### Projects list\n\nCreate a projects file `source/_data/projects.json`.\n\n```json\n[\n  {\n    \"name\": \"Hexo\",\n    \"url\": \"https://hexo.io/\",\n    \"desc\": \"A fast, simple \u0026 powerful blog framework\"\n  },\n  {\n    \"name\": \"Font Awesome\",\n    \"url\": \"http://fontawesome.io/\",\n    \"desc\": \"The iconic font and CSS toolkit\"\n  }\n]\n```\n\n### Social media links\n\nBrutalist can automatically add links to your social media accounts. Therefore, update the theme's `_config.yml`:\n\n```\ncustomize:\n  social_links:\n    github: \u003cyour_github_url\u003e\n    twitter: \u003cyour_twitter_url\u003e\n    \u003cname\u003e: \u003cyour_name_url\u003e\n```\n\nwhere `\u003cname\u003e` is the name of a [Font Awesome icon](http://fontawesome.io/icons/#brand).\n\n### RSS\n\nSet the `rss` field in the theme's `_config.yml` to one of the following values:\n\n1. `rss: false` will totally disable rss (default).\n2. `rss: atom.xml` sets a specific feed link.\n3. `rss:`leave empty to use the [hexo-generator-feed](https://github.com/hexojs/hexo-generator-feed) plugin.\n\n### Analytics\n\nAdd you Google Analytics `tracking_id` to the theme's `_config.yml`.\n\n```yml\nplugins:\n  gooogle_analytics: 'UA-49627206-1' # Format: UA-xxxxxx-xx\n```\n\n### Comments\n\nFirst, create a site on Disqus: [https://disqus.com/admin/create/](http://disqus.com/admin/create/).\n\nNext, update the theme's `_config.yml` file:\n\n```yml\nplugins:\n  disqus_shortname: SITENAME\n```\n\nwhere `SITENAME` is the name you gave your site on Disqus.\n\n### Code Highlighting\n\nPick one of [the available colorschemes](https://github.com/probberechts/cactus-dark/tree/master/source/css/_highlight) and add it to the theme's `_config.yml`:\n\n```yml\ncustomize:\n  highlight: \u003ctheme\u003e\n```\n\n## Author\n\n[Ruslan Khusnetdinov](https://github.com/ruslankhh)\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruslanxdev%2Fhexo-theme-brutalist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruslanxdev%2Fhexo-theme-brutalist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruslanxdev%2Fhexo-theme-brutalist/lists"}