{"id":13431920,"url":"https://github.com/mkkhedawat/clexy","last_synced_at":"2025-10-12T08:50:26.760Z","repository":{"id":99152655,"uuid":"97870347","full_name":"mkkhedawat/clexy","owner":"mkkhedawat","description":"Theme for Hexo ( Node.js Based Blog Framework )","archived":false,"fork":false,"pushed_at":"2019-04-06T16:08:47.000Z","size":1820,"stargazers_count":48,"open_issues_count":0,"forks_count":15,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-28T07:02:41.887Z","etag":null,"topics":["hacktoberfest","hexo","hexo-theme","nodejs"],"latest_commit_sha":null,"homepage":"https://mkkhedawat.github.io/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mkkhedawat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-07-20T19:16:51.000Z","updated_at":"2024-11-05T18:58:25.000Z","dependencies_parsed_at":"2023-04-08T22:44:08.419Z","dependency_job_id":null,"html_url":"https://github.com/mkkhedawat/clexy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mkkhedawat/clexy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkkhedawat%2Fclexy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkkhedawat%2Fclexy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkkhedawat%2Fclexy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkkhedawat%2Fclexy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mkkhedawat","download_url":"https://codeload.github.com/mkkhedawat/clexy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkkhedawat%2Fclexy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010796,"owners_count":26084807,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"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":["hacktoberfest","hexo","hexo-theme","nodejs"],"created_at":"2024-07-31T02:01:07.027Z","updated_at":"2025-10-12T08:50:26.728Z","avatar_url":"https://github.com/mkkhedawat.png","language":"CSS","funding_links":[],"categories":["Content"],"sub_categories":[],"readme":"# Clexy\n\n\u003e Clexy ( Customized-Flexy ) is a modern reponsive theme for [Hexo](https://hexo.io/).\n\n## Demo\n\nYou can see the theme in action on my [website](https://mkkhedawat.github.io/)\n\n\n## Setting up\n\n#### In Console\n```\n$ cd root-dir-for-hexo-blog\n$ yarn\n$ git clone https://github.com/mkkhedawat/clexy themes/clexy\n$ yarn remove hexo-renderer-ejs\n$ yarn add hexo-renderer-jade\n$ yarn add hexo-prism-plugin\n```\n#### In root's _config.yml :\n\n- Change your `theme` variable to `clexy`\n- Add `prism_plugin` options\n```\nprism_plugin:\n  mode: 'preprocess'    # realtime/preprocess\n  theme: 'default'\n  line_number: false    # default false\n```\n- Make sure that default code `highlight` plugin is disabled.\n```\nhighlight:\n  enable: false\n```\n\n## Post Variables\n\n- Add the `intro` variable to your YAML in your Markdown file.\n- Comments can be toggled with the `comments` boolean variable.\n- Add tag to post using `tags` variable.\n\n```md\n---\ntitle: 'Title Name'\ndate: 2017-06-01 21:56:56\ntags:\n- tag1\n- tag2\nintro : 'Enter intro here to display on home page'\ncomments: false\n---\n```\n\n## Optional Config\n- To configure about author page , add following tags in root's `_config.yml`. Remove the config key, you don't want.\n```\nabout : {\n  name : \"Manish Kumar Khedawat\",\n  intro1 : \"Full Stack Developer, Bosch\",\n  intro2 : \"Alumni'14, IIT Kharagpur\",\n  linkedin : \"https://in.linkedin.com/in/mkkhedawat\",\n  facebook : \"https://www.facebook.com/mkkhedawat\",\n  twitter : \"https://twitter.com/mkkhedawat\",\n  instagram : \"https://www.instagram.com/mkkhedawat/\",\n  email : \"writetomansa@gmail.com\",\n  github : \"https://github.com/mkkhedawat\",\n  stackoverflow : \"https://stackoverflow.com/users/1608029/mkkhedawat\",\n  sourceforge : \"https://sourceforge.net/u/mkkhedawat/profile/\"\n}\n```\n- Add `author` and `keywords` meta tag in root's `_config.yml` to be included for header file\n```\nauthor: Manish Kumar Khedawat\nkeywords: \"pen, notes, coding, developer\"\n```\n\n## Booting up blog\n```\n$ hexo new page \"articles\"\n$ hexo new page \"author\"\n$ hexo new post \"Title-1\"\n$ hexo new post \"Title-2\"\n```\nAdd content and post variables to both posts, Later\n```\n$ hexo clean\n$ hexo server\n```\nOpen browser and navigate to http://localhost:4000/\n\n## License\n\nMIT © [Manish Kumar Khedawat](https://mkkhedawat.github.io/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkkhedawat%2Fclexy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmkkhedawat%2Fclexy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkkhedawat%2Fclexy/lists"}