{"id":24687000,"url":"https://github.com/clipcrow/clipcrow.com","last_synced_at":"2026-04-17T00:02:40.760Z","repository":{"id":248245417,"uuid":"628265585","full_name":"clipcrow/clipcrow.com","owner":"clipcrow","description":"クリップクロウ合同会社の企業WEBサイト。製品の紹介を中心におこないつつ、会社案内としてコンサルテーションやSIの事業についても言及する。","archived":false,"fork":false,"pushed_at":"2026-03-12T02:54:37.000Z","size":31805,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-12T08:20:50.667Z","etag":null,"topics":["deno","lume","react","ssg","website"],"latest_commit_sha":null,"homepage":"https://www.clipcrow.com/","language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clipcrow.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-04-15T12:15:04.000Z","updated_at":"2026-03-12T02:54:40.000Z","dependencies_parsed_at":"2024-08-13T14:25:48.896Z","dependency_job_id":"acdc4410-bb41-4caa-a7d8-c3b1b7cc718b","html_url":"https://github.com/clipcrow/clipcrow.com","commit_stats":null,"previous_names":["clipcrow/clipcrow.com"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/clipcrow/clipcrow.com","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clipcrow%2Fclipcrow.com","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clipcrow%2Fclipcrow.com/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clipcrow%2Fclipcrow.com/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clipcrow%2Fclipcrow.com/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clipcrow","download_url":"https://codeload.github.com/clipcrow/clipcrow.com/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clipcrow%2Fclipcrow.com/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31909235,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["deno","lume","react","ssg","website"],"created_at":"2025-01-26T16:17:31.934Z","updated_at":"2026-04-17T00:02:40.731Z","avatar_url":"https://github.com/clipcrow.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# clipcrow.com\n\n# 企業WEBサイト\n\nクリップクロウの企業WEBサイト。会社案内としてコンサルテーションやSIの事業について言及し、\nClipCrowに関するページでは製品のカラー設計でデザインされている。\nSSGとDevOps/CDを利用して、リポジトリにコンテンツをプッシュすると公開先クラウドに自動で展開させる。\n\n## /(root)\n\n静的サイトジェネレーター lume\nを使用して構築されたサイト。以下の手順に従ってメンテナンスや操作を行える。\n\n- Deno をインストールする\n  [reference](https://docs.deno.com/runtime/getting_started/installation/)\n- このリポジトリをローカル環境にCloneする。リポジトリのルートフォルダに移動する\n- 下記コマンドを実行する。WEBブラウザが自動的に開き、WEBサイトをプレビューできる\n\n```sh\n% deno task serve\n```\n\nお問い合わせSPAからの送信は、Lumeプラグインとして作ったSPA Proxyで受信している。\nDeno Deploy上では同等機能の、serve.tsを用いて動作する。以下の設定を行う。\n\n- DEV: .envファイルを用意して、\"SLACK_WEBHOOK_URL\"キーにSlack Webhook\n  URLを記載する。\n- PROD: Deno Deployに、同上のキーを用意する。\n\n### /src\n\nサイトのコンテンツが格納されている。テンプレートにはReactを.tsxで利用している。\n\n### /src/contact\n\nお問い合わせの機能を提供するSPA。\n\n- Lumeプラグインを用いて、deno bundleを実行している。\n- SPAとしての依存関係は、/src/contact/deno.json で定義されている。\n- お問い合わせを操作すると、\"/slack\"へ入力内容を送信する。SPA\n  Proxyもしくはserve.tsで受信して処理を行う\n\n### /.github/workflows\n\nGitHub Actionで、リポジトリへのプッシュがあったときにDeno\nDeployへ自動配置するようにしている。\n\n- GitHub Action の Dockerコンテナ上に、ソースコードをクローンする。\n- Dockerコンテナ上で Lume\n  を自動実行する。このタイミングでWEBサイト構成物が生成される。\n- denoland/deployctl プラグインを利用して、すべてのWEBサイト構成物をDeno\n  Deployにアップロードする。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclipcrow%2Fclipcrow.com","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclipcrow%2Fclipcrow.com","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclipcrow%2Fclipcrow.com/lists"}