From 6e39439cbe8daf9816eee04ceba7b7c25a54dc84 Mon Sep 17 00:00:00 2001 From: Hsiaoming Yang Date: Fri, 21 Jul 2023 17:03:39 +0900 Subject: [PATCH] chore: update data --- data/nezu.json | 2 +- data/ueno.json | 2 +- index.json | 2 +- names.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/nezu.json b/data/nezu.json index b1911fe..88f04ec 100644 --- a/data/nezu.json +++ b/data/nezu.json @@ -1 +1 @@ -{"name": "nezu", "name#ja": "\u6839\u6d25", "name#zh": "\u6839\u6d25", "author": "Typlog", "repo": "typlog/nezu", "version": "0.7.4", "tags": ["blog", "podcast"], "images": ["https://user-images.githubusercontent.com/290496/185733933-ed6ad0a0-0634-47bd-8a45-2e38e1d8b5ae.png"], "id": "nezu", "avatar": "https://avatars.githubusercontent.com/u/26949884?v=4", "stars": 3, "readme": "

NEZU

\n

NEZU is a Typlog built-in theme. It is a single column theme. This theme supports\nboth blog posts and podcast episodes.

\n

Install

\n

Head over to Settings \u2192 Themes & Design and select Nezu theme.

\n

Configure

\n
\n

This is the advanced configuration, only available for Pro subscribers.

\n
\n

Create an asset JSON in admin portal, set slug to _config/nezu. Here is an example of the configration:

\n
{\n    \"logo\": {\n        \"light\": \"https://path/to/logo.svg\",  // logo for light theme\n        \"dark\": \"https://path/to/logo-alt.svg\"    // logo for dark theme\n    },\n    \"css_files\": [],\n    \"primary_nav\": [],\n    \"secondary_nav\": [],\n    \"foot_nav\": []\n}
\n

Here is our demo's configration:

\n
{\n  \"logo\": {\n    \"dark\": \"https://typlog.com/assets/logo-white.svg\",\n    \"light\": \"https://typlog.com/assets/logo-black.svg\"\n  },\n  \"primary_nav\": [\n    {\n      \"title\": \"Show Cases\",\n      \"links\": [\n        {\"title\": \"By tag\", \"subtitle\": \"List of posts tagged with template\", \"url\": \"/topic/template/\"},\n        {\"title\": \"By author\", \"subtitle\": \"Articles and podcasts by cat\", \"url\": \"/by/cat/\"}\n      ]\n    },\n    {\"title\": \"Elements\", \"url\": \"/blog/elements\"}\n  ],\n  \"secondary_nav\": [\n    {\"title\": \"Source\", \"url\": \"https://github.com/typlog/nezu\"}\n  ]\n}
\n

License

\n

Copyright of the design and code is reserved.

\n
"} \ No newline at end of file +{"name": "nezu", "name#ja": "\u6839\u6d25", "name#zh": "\u6839\u6d25", "author": "Typlog", "repo": "typlog/nezu", "version": "0.8.0", "tags": ["blog", "podcast"], "images": ["https://user-images.githubusercontent.com/290496/185733933-ed6ad0a0-0634-47bd-8a45-2e38e1d8b5ae.png"], "id": "nezu", "avatar": "https://avatars.githubusercontent.com/u/26949884?v=4", "stars": 3, "readme": "

NEZU

\n

NEZU is a Typlog built-in theme. It is a single column theme. This theme supports\nboth blog posts and podcast episodes.

\n

Install

\n

Head over to Settings \u2192 Themes & Design and select Nezu theme.

\n

Configure

\n
\n

This is the advanced configuration, only available for Pro subscribers.

\n
\n

Create an asset JSON in admin portal, set slug to _config/nezu. Here is an example of the configration:

\n
{\n    \"logo\": {\n        \"light\": \"https://path/to/logo.svg\",  // logo for light theme\n        \"dark\": \"https://path/to/logo-alt.svg\"    // logo for dark theme\n    },\n    \"css_files\": [],\n    \"primary_nav\": [],\n    \"secondary_nav\": [],\n    \"foot_nav\": []\n}
\n

Here is our demo's configration:

\n
{\n  \"logo\": {\n    \"dark\": \"https://typlog.com/assets/logo-white.svg\",\n    \"light\": \"https://typlog.com/assets/logo-black.svg\"\n  },\n  \"primary_nav\": [\n    {\n      \"title\": \"Show Cases\",\n      \"links\": [\n        {\"title\": \"By tag\", \"subtitle\": \"List of posts tagged with template\", \"url\": \"/topic/template/\"},\n        {\"title\": \"By author\", \"subtitle\": \"Articles and podcasts by cat\", \"url\": \"/by/cat/\"}\n      ]\n    },\n    {\"title\": \"Elements\", \"url\": \"/blog/elements\"}\n  ],\n  \"secondary_nav\": [\n    {\"title\": \"Source\", \"url\": \"https://github.com/typlog/nezu\"}\n  ]\n}
\n

License

\n

Copyright of the design and code is reserved.

\n
"} \ No newline at end of file diff --git a/data/ueno.json b/data/ueno.json index 6767f14..9d3582a 100644 --- a/data/ueno.json +++ b/data/ueno.json @@ -1 +1 @@ -{"name": "ueno", "name#ja": "\u4e0a\u91ce", "name#zh": "\u4e0a\u91ce", "author": "Typlog", "repo": "typlog/ueno", "version": "0.7.1", "tags": ["blog", "podcast"], "images": ["https://user-images.githubusercontent.com/290496/183670180-bfd89bab-18fe-45f8-a9bc-485695f0f075.png"], "id": "ueno", "avatar": "https://avatars.githubusercontent.com/u/26949884?v=4", "stars": 4, "readme": "

UENO

\n

UENO is a Typlog built-in theme. It is a two columns theme:

\n
    \n
  • left: logo and links
  • \n
  • right: main content
  • \n
\n

This theme supports blog posts and podcast episodes.

\n

Colors

\n
    \n
  • primary color: used in light theme mode as accent color
  • \n
  • secondary color: used in dark theme mode as accent color
  • \n
\n
"} \ No newline at end of file +{"name": "ueno", "name#ja": "\u4e0a\u91ce", "name#zh": "\u4e0a\u91ce", "author": "Typlog", "repo": "typlog/ueno", "version": "0.8.0", "tags": ["blog", "podcast"], "images": ["https://user-images.githubusercontent.com/290496/183670180-bfd89bab-18fe-45f8-a9bc-485695f0f075.png"], "id": "ueno", "avatar": "https://avatars.githubusercontent.com/u/26949884?v=4", "stars": 5, "readme": "

UENO

\n

UENO is a Typlog built-in theme. It is a two columns theme:

\n
    \n
  • left: logo and links
  • \n
  • right: main content
  • \n
\n

This theme supports blog posts and podcast episodes.

\n

Colors

\n
    \n
  • primary color: used in light theme mode as accent color
  • \n
  • secondary color: used in dark theme mode as accent color
  • \n
\n
"} \ No newline at end of file diff --git a/index.json b/index.json index 3768776..5007ab7 100644 --- a/index.json +++ b/index.json @@ -1 +1 @@ -[{"id": "ueno", "name": "ueno", "repo": "typlog/ueno", "version": "0.7.1", "name#zh": "\u4e0a\u91ce", "name#ja": "\u4e0a\u91ce", "images": ["https://user-images.githubusercontent.com/290496/183670180-bfd89bab-18fe-45f8-a9bc-485695f0f075.png"], "stars": 4, "tags": ["blog", "podcast"]}, {"id": "nezu", "name": "nezu", "repo": "typlog/nezu", "version": "0.7.4", "name#zh": "\u6839\u6d25", "name#ja": "\u6839\u6d25", "images": ["https://user-images.githubusercontent.com/290496/185733933-ed6ad0a0-0634-47bd-8a45-2e38e1d8b5ae.png"], "stars": 3, "tags": ["blog", "podcast"]}, {"id": "ginza", "name": "ginza", "repo": "typlog/ginza", "version": "0.4.3", "name#zh": "\u94f6\u5ea7", "name#ja": "\u9280\u5ea7", "images": ["https://user-images.githubusercontent.com/290496/133878214-faf64fa7-02b3-49df-ab79-601366a19422.png"], "stars": 2, "tags": ["blog", "podcast"]}, {"id": "meguro", "name": "meguro", "repo": "typlog/meguro", "version": "0.5.0", "name#zh": "\u76ee\u9ed1", "name#ja": "\u76ee\u9ed2", "images": ["https://user-images.githubusercontent.com/290496/137299261-e56658ae-29af-4b7d-a3ac-ce4aa348c915.png"], "stars": 0, "tags": ["blog"]}, {"id": "akasaka", "name": "akasaka", "repo": "typlog/akasaka", "version": "0.4.0", "name#zh": "\u8d64\u5742", "name#ja": "\u8d64\u5742", "images": ["https://user-images.githubusercontent.com/290496/143881184-a7427865-d1c7-472e-9dc0-d28beb38cf62.png", "https://user-images.githubusercontent.com/290496/143881498-a996ead3-ca3c-47a6-9048-a593f055c1e7.png"], "stars": 0, "tags": ["doc"]}, {"id": "aoyama", "name": "aoyama", "repo": "jessuni/typlog-aoyama", "version": "1.0.1", "name#zh": "\u9752\u5c71", "name#ja": "\u9752\u5c71", "images": ["https://user-images.githubusercontent.com/290496/161203111-d93435a0-c69d-4ed2-a810-f39f3550353e.jpg"], "stars": 3, "tags": ["blog", "podcast"]}, {"id": "coffee", "name": "coffee", "repo": "lepture/typlog-coffee", "version": "0.4.1", "name#zh": "\u5496\u5561", "name#ja": "\u30b3\u30fc\u30d2\u30fc", "images": ["https://user-images.githubusercontent.com/290496/144819329-d42a0cd7-2b90-439b-85e8-d74783a51d4a.png", "https://user-images.githubusercontent.com/290496/144819322-415c9567-678d-410a-8a19-a529d06f8a4c.png", "https://user-images.githubusercontent.com/290496/144819338-f57c5259-94c5-4cf7-a162-d2a906a2ecb4.png"], "stars": 2, "tags": ["podcast"]}, {"id": "puti", "name": "puti", "repo": "jessuni/typlog-puti", "version": "0.1.8", "name#zh": "\u83e9\u63d0", "name#ja": "\u83e9\u63d0", "images": ["https://user-images.githubusercontent.com/290496/158343805-0a62c4a4-a4ef-4784-b5f2-7d2723cc6fc0.png"], "stars": 3, "tags": ["blog"]}] \ No newline at end of file +[{"id": "ueno", "name": "ueno", "repo": "typlog/ueno", "version": "0.8.0", "name#zh": "\u4e0a\u91ce", "name#ja": "\u4e0a\u91ce", "images": ["https://user-images.githubusercontent.com/290496/183670180-bfd89bab-18fe-45f8-a9bc-485695f0f075.png"], "stars": 5, "tags": ["blog", "podcast"]}, {"id": "nezu", "name": "nezu", "repo": "typlog/nezu", "version": "0.8.0", "name#zh": "\u6839\u6d25", "name#ja": "\u6839\u6d25", "images": ["https://user-images.githubusercontent.com/290496/185733933-ed6ad0a0-0634-47bd-8a45-2e38e1d8b5ae.png"], "stars": 3, "tags": ["blog", "podcast"]}, {"id": "ginza", "name": "ginza", "repo": "typlog/ginza", "version": "0.4.3", "name#zh": "\u94f6\u5ea7", "name#ja": "\u9280\u5ea7", "images": ["https://user-images.githubusercontent.com/290496/133878214-faf64fa7-02b3-49df-ab79-601366a19422.png"], "stars": 2, "tags": ["blog", "podcast"]}, {"id": "meguro", "name": "meguro", "repo": "typlog/meguro", "version": "0.5.0", "name#zh": "\u76ee\u9ed1", "name#ja": "\u76ee\u9ed2", "images": ["https://user-images.githubusercontent.com/290496/137299261-e56658ae-29af-4b7d-a3ac-ce4aa348c915.png"], "stars": 0, "tags": ["blog"]}, {"id": "akasaka", "name": "akasaka", "repo": "typlog/akasaka", "version": "0.4.0", "name#zh": "\u8d64\u5742", "name#ja": "\u8d64\u5742", "images": ["https://user-images.githubusercontent.com/290496/143881184-a7427865-d1c7-472e-9dc0-d28beb38cf62.png", "https://user-images.githubusercontent.com/290496/143881498-a996ead3-ca3c-47a6-9048-a593f055c1e7.png"], "stars": 0, "tags": ["doc"]}, {"id": "aoyama", "name": "aoyama", "repo": "jessuni/typlog-aoyama", "version": "1.0.1", "name#zh": "\u9752\u5c71", "name#ja": "\u9752\u5c71", "images": ["https://user-images.githubusercontent.com/290496/161203111-d93435a0-c69d-4ed2-a810-f39f3550353e.jpg"], "stars": 3, "tags": ["blog", "podcast"]}, {"id": "coffee", "name": "coffee", "repo": "lepture/typlog-coffee", "version": "0.4.1", "name#zh": "\u5496\u5561", "name#ja": "\u30b3\u30fc\u30d2\u30fc", "images": ["https://user-images.githubusercontent.com/290496/144819329-d42a0cd7-2b90-439b-85e8-d74783a51d4a.png", "https://user-images.githubusercontent.com/290496/144819322-415c9567-678d-410a-8a19-a529d06f8a4c.png", "https://user-images.githubusercontent.com/290496/144819338-f57c5259-94c5-4cf7-a162-d2a906a2ecb4.png"], "stars": 2, "tags": ["podcast"]}, {"id": "puti", "name": "puti", "repo": "jessuni/typlog-puti", "version": "0.1.8", "name#zh": "\u83e9\u63d0", "name#ja": "\u83e9\u63d0", "images": ["https://user-images.githubusercontent.com/290496/158343805-0a62c4a4-a4ef-4784-b5f2-7d2723cc6fc0.png"], "stars": 3, "tags": ["blog"]}] \ No newline at end of file diff --git a/names.json b/names.json index 3f1ab27..3a718f4 100644 --- a/names.json +++ b/names.json @@ -1 +1 @@ -{"ueno": "typlog/ueno@0.7.1", "nezu": "typlog/nezu@0.7.4", "ginza": "typlog/ginza@0.4.3", "meguro": "typlog/meguro@0.5.0", "akasaka": "typlog/akasaka@0.4.0", "aoyama": "jessuni/typlog-aoyama@1.0.1", "coffee": "lepture/typlog-coffee@0.4.1", "puti": "jessuni/typlog-puti@0.1.8"} \ No newline at end of file +{"ueno": "typlog/ueno@0.8.0", "nezu": "typlog/nezu@0.8.0", "ginza": "typlog/ginza@0.4.3", "meguro": "typlog/meguro@0.5.0", "akasaka": "typlog/akasaka@0.4.0", "aoyama": "jessuni/typlog-aoyama@1.0.1", "coffee": "lepture/typlog-coffee@0.4.1", "puti": "jessuni/typlog-puti@0.1.8"} \ No newline at end of file