{"id":13432067,"url":"https://github.com/carlos-algms/hexo-theme-materialize","last_synced_at":"2025-12-30T01:25:14.369Z","repository":{"id":15380730,"uuid":"52836998","full_name":"carlos-algms/hexo-theme-materialize","owner":"carlos-algms","description":"A hexo theme that uses materialize-css","archived":false,"fork":false,"pushed_at":"2023-07-19T01:07:59.000Z","size":4644,"stargazers_count":41,"open_issues_count":2,"forks_count":15,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-20T09:23:06.965Z","etag":null,"topics":["google-analytics","hexo","hexo-blog","hexo-theme","material-design","materialize","materialize-hexo-theme","theme","theme-configuration"],"latest_commit_sha":null,"homepage":null,"language":"SCSS","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/carlos-algms.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":"2016-03-01T01:05:25.000Z","updated_at":"2024-04-25T00:21:31.000Z","dependencies_parsed_at":"2024-01-18T14:41:39.572Z","dependency_job_id":"91fb80f6-e506-492e-8a1d-d48109286d54","html_url":"https://github.com/carlos-algms/hexo-theme-materialize","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/carlos-algms%2Fhexo-theme-materialize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carlos-algms%2Fhexo-theme-materialize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carlos-algms%2Fhexo-theme-materialize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carlos-algms%2Fhexo-theme-materialize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carlos-algms","download_url":"https://codeload.github.com/carlos-algms/hexo-theme-materialize/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243949754,"owners_count":20373650,"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":["google-analytics","hexo","hexo-blog","hexo-theme","material-design","materialize","materialize-hexo-theme","theme","theme-configuration"],"created_at":"2024-07-31T02:01:08.317Z","updated_at":"2025-12-30T01:25:14.319Z","avatar_url":"https://github.com/carlos-algms.png","language":"SCSS","funding_links":[],"categories":["Content"],"sub_categories":[],"readme":"# Welcome to Materialize Hexo Theme\n\n![Screenshot](.github/images/_hexo-theme-materialize.jpg)\n\n[Live Demo Here](https://carlos-algms.github.io/)\n\n\u003c!-- more --\u003e\n\n## Features Overview\n\n- Home and Blog pages with different layouts\n- Responsive\n- Google Analytics\n- Pagination\n- Pages\n- Categories Support\n- About page\n- Sass Scss\n\n## External libraries used\n\n- [Materialize CSS](https://materializecss.com/)\n- [Font Awesome](https://fontawesome.com/icons/)\n- [Lightbox2](https://github.com/lokesh/lightbox2)\n- [jQuery Circle Progress](https://kottenator.github.io/jquery-circle-progress/)\n\n## Installation\n\n### Install the theme\n\nYou can install the theme by using:\n\n```\n$ git clone https://github.com/carlos-algms/hexo-theme-materialize.git themes/materialize\n```\n\nThen update your blog's main `_config.yml` to set the theme to `materialize`:\n\ni.e:\n\n```yaml\n# Extensions\n## Plugins: http://hexo.io/plugins/\n## Themes: http://hexo.io/themes/\ntheme: materialize\n```\n\nAfter this, uninstall `hexo-generator-index`\nsince this theme will use a custom index, we do not need this generator.\n\n```shell\nnpm uninstall --save hexo-generator-index\n```\n\nCreate your custom index file on `source/index.html`:\n\n```html\n---\nlayout: index\ntitle:\ncomments: false\n---\n\n\u003ch1\u003eHello World\u003c/h1\u003e\n```\n\n## Configure your site urls\n\nYou can configure any url you may want to serve your blog content,\nfollow the suggested one:\n\n```yml\npermalink: blog/:title/\ntag_dir: blog/tags\narchive_dir: blog\ncategory_dir: blog/categories\n```\n\n## Post Configurations\n\nEach post supports the standard `title`, `date`, `updated`, `categories`, and `tags`.\n\nExample:\n\n```yaml\ntitle: Welcome to Materialize\ntags: ['ThisIsATag', 'Intro', 'Welcome']\ndate: 2017-04-08 23:32:59\nupdated: 2021-01-25 10:00:00\n---\n\n```\n\n## Theme Configuration\n\nThe theme's configuration is done on your project's root folder in the file `_config.yml`.\n\n### Menu\n\nThe menu items listed on the top-right\n\n```yaml\n# Header\nmenu:\n  Home: /\n  Blog: /blog\n```\n\n**PS:** The `Blog` menu **must match** your `archive_dir` config.\n\n### Google Analytics\n\nIf set, page-views will be tracked automatically, in production only, not on local development\n\n```yaml\n# Google Analytics Tracking ID\ngoogle_analytics: UA-XXXXXX-Y\n```\n\nOr even the new G4 Analytics:\n\n```yaml\n# Google Analytics G4 Tracking ID\ngoogle_analytics: G-XXXXXXXXXX\n```\n\n### Favicon\n\nFavicon file without the extension.  \nPlease, provide a `png` file AND a `.ico` for legacy browsers.\n\n```yaml\nfavicon: images/favicon\n```\n\n### Social Media\n\nWhen set, it will create the openGraph tags in the `\u003chead\u003e` of your site.\n\n```yaml\ntwitter:  userXX\ngoogle_plus: user-XX\nfb_admins: idem\nfb_app_id: idem\n```\n\n### RSS\nIn case you ara generating you XML file, use this settings to create a link to the xml file in the `\u003chead\u003e` tag.\n\n```yaml\nrss: /atom.xml\n```\n\n### Excerpt link\n\nThe \"Read More +\" label used in the button.\n\n```yaml\nexcerpt_link: Read More\n```\n\n**PS:** To create the \"Read More\" button, just add `\u003c!-- more --\u003e` anywhere in your post.\n\n## Creator\n\nThis theme was created by Carlos A. Gomes, check out my [github](https://github.com/carlos-algms) and [blog](http://carlos-algms.github.io/).\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/carlos-algms/hexo-theme-materialize/issues/new) to file an issue.\n\n## License\n\nMIT\n\nEnjoy :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarlos-algms%2Fhexo-theme-materialize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarlos-algms%2Fhexo-theme-materialize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarlos-algms%2Fhexo-theme-materialize/lists"}