{"id":20355957,"url":"https://github.com/hedzr/notes-hi","last_synced_at":"2026-05-07T20:40:33.294Z","repository":{"id":96618071,"uuid":"258429533","full_name":"hedzr/notes-hi","owner":"hedzr","description":"template repo for building site from markdown docs/notes","archived":false,"fork":false,"pushed_at":"2020-12-08T16:37:33.000Z","size":697,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-15T01:08:12.290Z","etag":null,"topics":["mkdocs","mkdocs-material","mkdocs-site","template","template-repo","template-repository"],"latest_commit_sha":null,"homepage":"https://hedzr.github.io/notes-hi/","language":"Shell","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/hedzr.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":"2020-04-24T06:45:34.000Z","updated_at":"2021-05-31T00:29:57.000Z","dependencies_parsed_at":"2023-03-12T19:00:40.310Z","dependency_job_id":null,"html_url":"https://github.com/hedzr/notes-hi","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hedzr%2Fnotes-hi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hedzr%2Fnotes-hi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hedzr%2Fnotes-hi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hedzr%2Fnotes-hi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hedzr","download_url":"https://codeload.github.com/hedzr/notes-hi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241889652,"owners_count":20037551,"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":["mkdocs","mkdocs-material","mkdocs-site","template","template-repo","template-repository"],"created_at":"2024-11-14T23:14:36.088Z","updated_at":"2026-05-07T20:40:28.255Z","avatar_url":"https://github.com/hedzr.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hedzr/notes-hi\n\n![CI](https://github.com/hedzr/notes-hi/workflows/CI/badge.svg)\n\nA template repository for building a docs site from markdown docs/notes.\n\npowered by MkDocs.\n\n## fast guide:\n\n1. All you have to do is click the \u003ckbd\u003eUse this template\u003c/kbd\u003e button upon this page.\n2. run!\n\n## Using command-line:\n\n### new repo\n\n1. clone notes-hi as a template\n   ```bash\n   # clone notes-hi as a template\n   git clone https://github.com/hedzr/notes-hi.git new-repo\n   cd new-repo\n   git push git@github.com:yourname/new-repo.git +master:master\n   ```\n   \n2. clone the `new-repo` to your working directory:\n   ```bash\n   # in the working directory of your new-repo\n   cd ~/work\n   git clone git@github.com:yourname/new-repo.git\n   cd new-repo\n   ```\n\n3. publish as gh-pages:\n   1. via `build.sh`:\n   ```bash\n   # ./build.sh prepare_gh_pages_branch\n   git checkout --orphan gh-pages\n   rm -rf * .gitignore docs site 2\u003e/dev/null\n   touch README.md \u0026\u0026 git add . \u0026\u0026 git commit -m 'initial gh-pages commit' \u0026\u0026 git push origin gh-pages\n   git checkout master \u0026\u0026 \\\n   git branch -D gh-pages \u0026\u0026 \\\n   git subtree add --prefix=site origin gh-pages\n   \n   #rm -rf site 2\u003e/dev/null\n   #git subtree add --prefix=site origin gh-pages\n   ```\n   \u003e If error occurs at `git subtree add ...`: `prefix 'site' already exists`, try this:\n   \u003e ```bash\n   \u003e git subtree split --rejoin --prefix=site origin gh-pages\n   \u003e ```\n   2. via mkdocs gh-deploy\n      ```bash\n      mkdocs gh-deploy\n      ```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhedzr%2Fnotes-hi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhedzr%2Fnotes-hi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhedzr%2Fnotes-hi/lists"}