{"id":27699468,"url":"https://github.com/zkdlu/zkdlu.github.io","last_synced_at":"2026-02-06T17:05:54.130Z","repository":{"id":108919058,"uuid":"273714668","full_name":"zkdlu/zkdlu.github.io","owner":"zkdlu","description":null,"archived":false,"fork":false,"pushed_at":"2022-07-10T14:24:09.000Z","size":16688,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-06T00:35:42.248Z","etag":null,"topics":[],"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/zkdlu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null}},"created_at":"2020-06-20T13:36:31.000Z","updated_at":"2025-01-16T10:46:56.000Z","dependencies_parsed_at":"2023-04-25T00:35:59.467Z","dependency_job_id":null,"html_url":"https://github.com/zkdlu/zkdlu.github.io","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zkdlu/zkdlu.github.io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkdlu%2Fzkdlu.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkdlu%2Fzkdlu.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkdlu%2Fzkdlu.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkdlu%2Fzkdlu.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zkdlu","download_url":"https://codeload.github.com/zkdlu/zkdlu.github.io/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkdlu%2Fzkdlu.github.io/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29169384,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T16:33:35.550Z","status":"ssl_error","status_checked_at":"2026-02-06T16:33:30.716Z","response_time":59,"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":[],"created_at":"2025-04-25T17:21:57.150Z","updated_at":"2026-02-06T17:05:54.107Z","avatar_url":"https://github.com/zkdlu.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e NOTE! Kiko-plus theme will not be update anymore. Please see the new and easier version, [kiko-now](https://github.com/AWEEKJ/kiko-now) theme which is mixed [jekyll-now](https://github.com/barryclark/jekyll-now) and Kiko-plus.\n\n# Kiko Plus Theme\n\n![image](/images/image.png)\n\nYou can see live demo [here](https://aweekj.github.io/Kiko-plus). This theme is inspired by [Kiko](http://github.com/gfjaru/Kiko) theme.\n\n## Features\n\n- Disqus comment system\n- Google analytics\n- Pagination support\n- Custom tags\n- SEO support\n\n\n## Installation\n\n#### Method 1: new master's repository (The Best)\n\n1. First [fork](https://github.com/AWEEKJ/Kiko-plus/fork) it.\n2. Change your forked repository name _Kiko-plus_ to __USERNAME.github.io__ where __USERNAME__ is your github username.\n3. Access your new blog via [https://username.github.io](https://username.github.io).\n4. [See configuration](#configuration).\n\n#### Method 2: gh-pages in existing repository\n\n1. Create a new branch called _gh-pages_ in the repository where you want to add a template [managing branches](https://help.github.com/articles/creating-and-deleting-branches-within-your-repository/).\n2. From command line run `git clone https://github.com/AWEEKJ/Kiko-plus.git` - this will clone _Kiko-plus_ template to your computer.\n3. Create new branch `git checkout -b gh-pages` where _gh-pages_ will be your branch name.\n4. Add remote, which is your repo from the first step, to your new branch `git remote add gh-pages https://github.com/\u003cyourName\u003e/\u003cyourMaster\u003e/gh-pages`. _yourName_ is your account name and _yourMaster_ is your repository.\n5. Push new branch to remote `git push gh-pages`.\n6. Update `_config.yml` file by changing `baseurl: \"\u003cbranchName\u003e\"` _branchName_ is your branch name where _gh-pages_ resides. See [configuration](#configuration).\n\n## Configuration\n\nAll configuration is done via `_config.yml` file which you will find in your main repo folder. Change this `\u003csomething\u003e` to yours.\n\n### Basic\n\n- Config your blog name.\n\n```yml\nname: \u003cblog-name\u003e\n```\n\n- These configuration in `author:` is for links to icons in footer. If you want to add more link icons, modify `_includes/footer.html` file.\n\n```yml\nauthor:\n  facebook:         your-id\n  twitter:          your-id\n  github:           your-id\n  linkedin:         your-id\n  medium:           your-id\n  tumblr:           your-id\n  email:            your-id@your-email.com\n```\n\n- Change copyright year and name in footer.\n\n```yml\ncopyright:\n  year:             2017\n  name:             Kiko\n```\n\n### Google analytics\n\n- Change this to your Google Analytic ID.\n\n```yml\ngoogle-analytics:\n  id:               \"your-id\"\n```\n\n### Disqus\n\n- Change this to your Disqus short name.\n\n```yml\ndisqus:\n  id:               \"your-id\"\n```\n\n### URL\n\n- Config your domain.\n\n```yml\nurl: \"https://\u003cyour-name\u003e.github.io\"\n```\n\n- **NOTE** When if running locally, change url to \n\n```yml\nurl: \"https://localhost:4000\"\n```\n\n- Change this to your branch name where _gh-pages_ resides. \n- **NOTE** apply only if you used __Method 2__ for installation.\n\n```yml\nbaseurl: \"/\u003cbranch-name\u003e\"\n```\n\n## Run in Local\n\n1. Download or clone your remote repository.\n2. Go inside folder. First, run `rake geminstall`. \n3. Second, run `jekyll serve` or `rake preview`. This will build a website which you can access [https://localhost:4000](https://localhost:4000). Make sure that `url` in `_config.yml` file is `url: \"https://localhost:4000\"`. You need to have [Jekyll](https://jekyllrb.com/docs/installation/) installed to do this.\n\n## Rakefile Usage\n\n```bash\n# Create new post\n$ rake post title=\"A Title\" [date=\"2015-08-16\"] [tags=\"[tag1, tag2]\"] \n\n# Create new draft post\n$ rake draft title=\"A Title\" [date=\"2015-08-16\"] [tags=\"[tag1, tag2]\"]\n\n# Install Jekyll Plugins. Do before running in local.\n$ rake geminstall\n\n# Run in Local\n$ rake preview\n```\n\n## License\n\nThis theme is released under MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzkdlu%2Fzkdlu.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzkdlu%2Fzkdlu.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzkdlu%2Fzkdlu.github.io/lists"}