{"id":22731490,"url":"https://github.com/kakacoding/kakacoding.github.io","last_synced_at":"2026-01-27T06:32:43.098Z","repository":{"id":198022295,"uuid":"699901238","full_name":"kakacoding/kakacoding.github.io","owner":"kakacoding","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-03T16:03:19.000Z","size":10087,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-06T05:16:56.952Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kakacoding.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-03T15:02:30.000Z","updated_at":"2023-10-03T16:03:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"22519b40-612a-413c-9300-e1c7a20ceeaf","html_url":"https://github.com/kakacoding/kakacoding.github.io","commit_stats":null,"previous_names":["kakacoding/kakacoding.github.io"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kakacoding/kakacoding.github.io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kakacoding%2Fkakacoding.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kakacoding%2Fkakacoding.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kakacoding%2Fkakacoding.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kakacoding%2Fkakacoding.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kakacoding","download_url":"https://codeload.github.com/kakacoding/kakacoding.github.io/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kakacoding%2Fkakacoding.github.io/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28806353,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T06:25:51.065Z","status":"ssl_error","status_checked_at":"2026-01-27T06:25:50.640Z","response_time":168,"last_error":"SSL_read: 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":[],"created_at":"2024-12-10T19:27:58.912Z","updated_at":"2026-01-27T06:32:43.085Z","avatar_url":"https://github.com/kakacoding.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"[Hux Blog](https://huangxuan.me)\n================================\n\n\u003e I never expect this becomes popular.\n\n![](http://huangxuan.me/img/blog-desktop.jpg)\n\n\n[User Manual 👉](_doc/Manual.md)\n--------------------------------------------------\n\n### Getting Started\n\n1. You will need [Ruby](https://www.ruby-lang.org/en/) and [Bundler](https://bundler.io/) to use [Jekyll](https://jekyllrb.com/). Following [Using Jekyll with Bundler](https://jekyllrb.com/tutorials/using-jekyll-with-bundler/) to fullfill the enviromental requirement.\n\n2. Installed dependencies in the `Gemfile`:\n\n```sh\n$ bundle install \n```\n\n3. Serve the website (`localhost:4000` by default):\n\n```sh\n$ bundle exec jekyll serve  # alternatively, npm start\n```\n\n### Development (Build From Source)\n\nTo modify the theme, you will need [Grunt](https://gruntjs.com/). There are numbers of tasks you can find in the `Gruntfile.js`, includes minifing JavaScript, compiling `.less` to `.css`, adding banners to keep the Apache 2.0 license intact, watching for changes, etc. \n\nYes, they were inherited and are extremely old-fashioned. There is no modularization and transpilation, etc.\n\nCritical Jekyll-related code are located in `_include/` and `_layouts/`. Most of them are [Liquid](https://github.com/Shopify/liquid/wiki) templates.\n\nThis theme uses the default code syntax highlighter of jekyll, [Rouge](http://rouge.jneen.net/), which is compatible with Pygments theme so just pick any pygments theme css (e.g. from [here](http://jwarby.github.io/jekyll-pygments-themes/languages/javascript.html) and replace the content of `highlight.less`.\n\n\n### Interesting to know more? Checkout the [full user manual](_doc/Manual.md)!\n\n\nOther Resources\n---------------\n\nPorts\n- [**Hexo**](https://github.com/Kaijun/hexo-theme-huxblog) by @kaijun\n- [**React-SSR**](https://github.com/LucasIcarus/huxpro.github.io/tree/ssr) by @LucasIcarus\n\n[Starter/Boilerplate](https://github.com/huxpro/huxblog-boilerplate)\n- Out of date. Helps wanted for updating it on par with the main repo\n\nTranslation\n- [🇨🇳  中文文档（有点过时）](https://github.com/Huxpro/huxpro.github.io/blob/master/_doc/README.zh.md)\n\n\nLicense\n-------\n\nApache License 2.0.\nCopyright (c) 2015-present Huxpro\n\nHux Blog is derived from [Clean Blog Jekyll Theme (MIT License)](https://github.com/BlackrockDigital/startbootstrap-clean-blog-jekyll/)\nCopyright (c) 2013-2016 Blackrock Digital LLC.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkakacoding%2Fkakacoding.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkakacoding%2Fkakacoding.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkakacoding%2Fkakacoding.github.io/lists"}