{"id":16551264,"url":"https://github.com/michaelcurrin/docsify-js-tutorial-ssr","last_synced_at":"2026-02-20T18:03:49.470Z","repository":{"id":93178136,"uuid":"264722755","full_name":"MichaelCurrin/docsify-js-tutorial-ssr","owner":"MichaelCurrin","description":"Use Server-Side Rendering to make an SEO-friendly version of a DocsifyJS Tutorial","archived":false,"fork":false,"pushed_at":"2021-03-12T12:17:46.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-04T15:47:31.726Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","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/MichaelCurrin.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":"2020-05-17T17:41:33.000Z","updated_at":"2022-01-26T00:57:41.000Z","dependencies_parsed_at":"2023-04-11T11:01:31.104Z","dependency_job_id":null,"html_url":"https://github.com/MichaelCurrin/docsify-js-tutorial-ssr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MichaelCurrin/docsify-js-tutorial-ssr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelCurrin%2Fdocsify-js-tutorial-ssr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelCurrin%2Fdocsify-js-tutorial-ssr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelCurrin%2Fdocsify-js-tutorial-ssr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelCurrin%2Fdocsify-js-tutorial-ssr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MichaelCurrin","download_url":"https://codeload.github.com/MichaelCurrin/docsify-js-tutorial-ssr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelCurrin%2Fdocsify-js-tutorial-ssr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29659754,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T16:33:43.953Z","status":"ssl_error","status_checked_at":"2026-02-20T16:33:43.598Z","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":"2024-10-11T19:36:47.979Z","updated_at":"2026-02-20T18:03:44.460Z","avatar_url":"https://github.com/MichaelCurrin.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DocsifyJS Tutorial - SSR\n\u003e Use Server-Side Rendering to make an SEO-friendly version of a DocsifyJS Tutorial\n\n\n## Note\n\nI've discontinued due to bugs - https://github.com/docsifyjs/docsify-cli/issues/95 for config and https://github.com/docsifyjs/docsify/issues/704 which requires choosing a lower version, but then I still get no output.\n\nI had partial success using or https://michaelcurrin.github.io/docsify-js-tutorial/#/ or https://docsify.js.org/ in the config - but an error on `link` when using https://michaelcurrin.github.io/docsify-js-tutorial perhaps because subpage is not parsed.\n\n\n## Base site\n\nHere is the original repo:\n\n- https://github.com/MichaelCurrin/docsify-js-tutorial\n\nThat is served as a Single-Page Application on Github Pages here:\n\n- https://michaelcurrin.github.io/docsify-js-tutorial/#/\n\n\n## Approach\n\nThis repo was created to make a version of the site above which is rendered server-side using Node.js\n\nThe DocsifyJS docs provide a recommendation - publish the site on _Vercel_. That allows hosting as a free `APP.now.sh` domain.\n\n## Setup\n\nThis applies for a new or existing repo.\n\nSetup an account on [vercel.com](https://vercel.com/). You can sign in with Github. Note your email address which you'll need later.\n\nInstall `vercel` and `docsify-cli` - these are covered in [package.json](package.json)\n\n```sh\nnpm install\n```\n\nRun the `vercel` command.\n\nEnter your email address when prompted.\n\nOpen your email, check for an email from Vercel and click Verify.\n\n\n## Resources\n\n- Docsify\n    - https://docsify.js.org/#/ssr\n    - Example\n        - https://github.com/docsifyjs/docsify-ssr-demo\n        - https://docsify.now.sh/\n- Vercel\n    - [vercel.com](https://vercel.com/) homepage. Previously known as [zeit.co](https://zeit.co)\n    - NPM package: [npmjs.com/package/now](https://www.npmjs.com/package/now)\n\n\n### Install globally\n\n```sh\n$ npm install -g vercel\n```\n\n\n## License\n\nReleased under [MIT](/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelcurrin%2Fdocsify-js-tutorial-ssr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelcurrin%2Fdocsify-js-tutorial-ssr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelcurrin%2Fdocsify-js-tutorial-ssr/lists"}