{"id":20263828,"url":"https://github.com/kawarimidoll/denote","last_synced_at":"2025-10-07T09:53:40.400Z","repository":{"id":43099572,"uuid":"391891615","full_name":"kawarimidoll/denote","owner":"kawarimidoll","description":"A minimal profile page generator for Deno Deploy","archived":false,"fork":false,"pushed_at":"2022-05-29T12:24:46.000Z","size":156,"stargazers_count":17,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T02:09:19.643Z","etag":null,"topics":["deno","deno-deploy","typescript"],"latest_commit_sha":null,"homepage":"https://denote.deno.dev/denote","language":"TypeScript","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/kawarimidoll.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}},"created_at":"2021-08-02T09:40:24.000Z","updated_at":"2024-07-10T21:19:45.000Z","dependencies_parsed_at":"2022-09-05T22:51:31.202Z","dependency_job_id":null,"html_url":"https://github.com/kawarimidoll/denote","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":"kawarimidoll/deno-dev-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kawarimidoll%2Fdenote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kawarimidoll%2Fdenote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kawarimidoll%2Fdenote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kawarimidoll%2Fdenote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kawarimidoll","download_url":"https://codeload.github.com/kawarimidoll/denote/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248328160,"owners_count":21085261,"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":["deno","deno-deploy","typescript"],"created_at":"2024-11-14T11:36:24.930Z","updated_at":"2025-10-07T09:53:35.367Z","avatar_url":"https://github.com/kawarimidoll.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Denote\n\n\u003cp align=\"center\"\u003e\n\u003cimg alt=\"logo\" src=\"logo.svg\" width=\"200\" height=\"200\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\".github/workflows/cicd.yml\"\u003e\u003cimg alt=\"ci/cd\" src=\"https://github.com/kawarimidoll/denote/workflows/cicd/badge.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://deno.land\"\u003e\u003cimg alt=\"deno.land\" src=\"https://img.shields.io/badge/deno-%5E1.0.0-green?logo=deno\"\u003e\u003c/a\u003e\n\u003ca href=\"https://velociraptor.run\"\u003e\u003cimg alt=\"velociraptor\" src=\"https://badges.velociraptor.run/flat.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"LICENSE\"\u003e\u003cimg alt=\"LICENSE\" src=\"https://img.shields.io/badge/license-MIT-brightgreen\"\u003e\u003c/a\u003e\n\u003ca href=\"https://deno.land/x/denote\"\u003e\u003cimg alt=\"deno.land\" src=\"https://img.shields.io/github/v/tag/kawarimidoll/denote?style=flat\u0026logo=deno\u0026label=deno.land\u0026color=steelblue\u0026sort=semver\"\u003e\u003c/a\u003e\n\u003c!-- \u003ca href=\"https://nest.land/package/denote\"\u003e\u003cimg alt=\"nest badge\" src=\"https://nest.land/badge.svg\"\u003e\u003c/a\u003e --\u003e\n\u003c/p\u003e\n\nA minimal profile page generator for Deno Deploy that _denotes_ you\n\n[Demo](https://denote.deno.dev/denote)\n\n## Getting started\n\n```\n$ # to install denote cli\n$ deno install --allow-read --allow-write --allow-net --no-check --force https://deno.land/x/denote/cli/denote.ts\n\n$ # to install example config\n$ denote init ./denote.yml\n\n$ # to see in local server\n$ denote serve ./denote.yml\n\n$ # to create or update the page\n$ denote register ./denote.yml --name your-name --token your-token\n\n$ # to remove the page\n$ denote unregister --name your-name --token your-token\n```\n\n- `name`: The name of your page (`https://denote.deno.dev/[name]`). This must be\n  unique in Denote and matched with `/^[a-z][a-z0-9_-]{2,64}$/`.\n- `token`: The secret token. This is hashed and saved. This must matched with\n  `/^[!-~]{8,128}$/`.\n\n## API\n\nYou can call API manually with any tools like `curl`. The endpoint is\n`https://denote.deno.dev/`.\n\n### Register\n\n`POST` request to register your data. You can use this to create and update.\n\n`name`, `token` and `config` (the config JSON object) are required.\n\n`name` and `token` that you saved are required when you update.\n\n### Unregister\n\n`DELETE` request to unregister your data. `name` and `token` that you saved are\nrequired.\n\n## Config keys\n\nThe config data has these keys.\n\n- name\n  - The name shown on the top of the page. When this is left blank, your page\n    path (`https://denote.deno.dev/[name]`) is used. This is also used in the\n    title of html.\n- image\n  - The URL of the main image of the page. This is also used in 'og:image'. When\n    this is left blank, it is just skipped.\n- favicon\n  - The URL of the favicon of the page. When this is left blank,\n    [Denote logo](https://github.com/kawarimidoll/denote/blob/main/logo.svg) is\n    used.\n- description\n  - The comments shown under the page name. This is also used in\n    'og:description'. When this is left blank, it is just skipped.\n- twitter\n  - Your twitter username. This is used in 'twitter:site'. When this is left\n    blank, it is just skipped.\n- list **required**\n  - The list of the group of the contents. List group that has unique ids are\n    required.\n  - The key of the group is used as the ID of html elements. This must have\n    'icon' and 'items'. 'icon' is the icon of this group. 'items' is the list of\n    the contents.\n  - Each item in 'items' can have 'icon', 'text', and 'link'.\n\nSee also\n[example.yml](https://github.com/kawarimidoll/denote/blob/main/example.yml) that\ngenerated by `denote init` and\n[denote.yml](https://github.com/kawarimidoll/denote/blob/main/denote.yml) that\nrunning on [Demo](https://denote.deno.dev/denote).\n\nVisit [icongram](https://icongr.am) to search available icons.\n\n## Prior arts\n\n- inspired by [Linktree](https://linktr.ee/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkawarimidoll%2Fdenote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkawarimidoll%2Fdenote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkawarimidoll%2Fdenote/lists"}