{"id":13431292,"url":"https://github.com/klugjo/hexo-theme-anodyne","last_synced_at":"2025-03-16T11:31:25.347Z","repository":{"id":96836425,"uuid":"80179716","full_name":"klugjo/hexo-theme-anodyne","owner":"klugjo","description":"🌋 Original Bright Theme for Hexo","archived":false,"fork":false,"pushed_at":"2019-07-06T05:14:23.000Z","size":983,"stargazers_count":150,"open_issues_count":3,"forks_count":33,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-05-20T09:19:08.894Z","etag":null,"topics":["bright","clean","hexo","node","static-site-generator","theme"],"latest_commit_sha":null,"homepage":"http://www.codeblocq.com/assets/projects/hexo-theme-anodyne/","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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-01-27T03:59:03.000Z","updated_at":"2024-04-22T00:42:09.000Z","dependencies_parsed_at":"2023-04-14T18:32:28.545Z","dependency_job_id":null,"html_url":"https://github.com/klugjo/hexo-theme-anodyne","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-anodyne","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klugjo%2Fhexo-theme-anodyne/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klugjo%2Fhexo-theme-anodyne/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klugjo%2Fhexo-theme-anodyne/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/klugjo","download_url":"https://codeload.github.com/klugjo/hexo-theme-anodyne/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243862849,"owners_count":20360225,"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":["bright","clean","hexo","node","static-site-generator","theme"],"created_at":"2024-07-31T02:01:01.993Z","updated_at":"2025-03-16T11:31:24.529Z","avatar_url":"https://github.com/klugjo.png","language":"HTML","funding_links":[],"categories":["Content","blog","HTML"],"sub_categories":[],"readme":"# Welcome to Anodyne\n\n[![Screenshot](http://www.codeblocq.com/img/hexo-theme-thumbnail/hexo-theme-anodyne-screenshot.jpg)](http://www.codeblocq.com/assets/projects/hexo-theme-anodyne/)\n\n[Live Demo Here](http://www.codeblocq.com/assets/projects/hexo-theme-anodyne/)\n\n\u003c!-- more --\u003e\n\n## Features Overview\n\n- Responsive\n- Disqus comments\n- Google Analytics\n- Tags Support\n- Responsive Images\n- Responsive YouTube and Vimeo videos\n- Social Accounts configuration\n- Pagination\n- Pages\n- Categories Support (widget)\n- About widget\n- Recent posts widget\n- Stylus CSS preprocessor\n- ejs HTML templates\n\nNote: No Image Gallery. Useless and too heavyweight. Feel free to develop one and send me a PR if you feel like this is a must.\n\n## External libraries used\n\n- [tachyons](http://tachyons.io/)\n- [Font Awesome](http://fontawesome.io/icons/)\n\n## Installation\n\n### Install the theme\n\nInstall the theme by using:\n\n```\n$ git clone https://github.com/klugjo/hexo-theme-anodyne themes/anodyne\n```\n\nThen update your blog's main `_config.yml` to set the theme to `anodyne`:\n\ni.e:\n\n``` yaml\n# Extensions\n## Plugins: http://hexo.io/plugins/\n## Themes: http://hexo.io/themes/\ntheme: anodyne\n```\n\n## Post Configuration\n\nEach post supports the standard `title`, `date`, `categories`, `tags`.\n\n### Post Icon\n\nOn top of that, you can specify a custom font-Awesome icon in the front matter:\n\nExample:\n\n``` yaml\ntitle: Welcome to Anodyne\ntags: [\"ThisIsATag\", \"Intro\", \"Welcome\", \"Anodyne\"]\ncategories: [\"Configuration\", \"Hexo\"]\nicon: fa-handshake-o\n---\n```\n\n## Theme Configuration\n\nThe theme's global configuration is done in `/themes/hexo-theme-anodyne/_config.yml`.\n\n### Menu\n\nThe menu is configured in the theme's `_config.yml`.\n\n``` yaml\n# Header\nmenu:\n  Home: /\n  Archives: /archives\n  About: /about.html\n```\n\nThe object key is the label and the value is the path.\n\n### Blog's Logo Image Source\n\nThe blog's logo is configured in the theme's `_config.yml`.\n\nIt should be an image or svg\n\n``` yaml\n# Logo\nlogo_image_source: /assets/anodyne.svg\n```\n\n### Footer About Section Text\n\nThe About section's text in the footer is configured in the theme's `_config.yml`. HTML allowed.\n\n``` yaml\n# Footer about\nfooter_about: \"@Untitled. All right reserved\"\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``` yaml\ndefault_post_title: Untitled\n```\n\n### Default post icon\n\nThe default post icon (used when no icon is specified) is configured in the theme's `_config.yml`.\n\n``` yaml\ndefault_post_icon: fa-file-text-o\n```\n\n### Home page configuration\n\nLikewise, you can configure the home page's title, subtitle and icon in the `_config.yml`\n\n``` yaml\n# Index Page\nindex_banner_text: Welcome to Anodyne\nindex_banner_text_secondary: Create Websites. Make Magic.\nindex_font_awesome_icon_css: fa fa-magic\n```\n\n### Archive Date Format\n\nYou can change the date format for the archive page if you so desire\n\n``` yaml\n# Archive Date Format\narchive_date_format: MMM YYYY\n```\n\n### Disqus Comments\n\nThe disqus shortname is specified in the theme's `_config.yml`.\n\n``` yaml\n# Comments.\ncomments:\n  # Disqus comments\n  disqus_shortname: yournametest\n```\n\n### Google Analytics\n\nThe Google Analytics Tracking ID is configured in the theme's `_config.yml`.\n\n``` yaml\n# Google Analytics Tracking ID\ngoogle_analytics:\n```\n\n### Social Account\n\nSetup the links to your social pages in the theme's `_config.yml` as an array of objects. Links are in the footer.\n\nExample:\n\n``` yaml\n# Social Accounts\nsocial_platforms:\n  - url: https://twitter.com/?lang=en\n    fa_icon: fa-twitter\n  - url: https://www.facebook.com/\n    fa_icon: fa-facebook\n  - url: https://dribbble.com/\n    fa_icon: fa-dribbble \n  - url: https://github.com/klugjo/hexo-theme-anodyne\n    fa_icon: fa-github\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 tags\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## Creator\n\nThis theme was created by Jonathan Klughertz, check out my [github](https://github.com/klugjo) and [blog](http://www.codeblocq.com/).\n\n## Bugs\n\nIf you have a question, feature request or a bug you need me to fix, please [click here](https://github.com/klugjo/hexo-theme-anodyne/issues/new) to file an issue.\n\n## License\n\nMIT\n\nEnjoy :)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklugjo%2Fhexo-theme-anodyne","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fklugjo%2Fhexo-theme-anodyne","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklugjo%2Fhexo-theme-anodyne/lists"}