Skip to content

Releases: jaywcjlove/idoc

v1.33.3

22 Oct 11:49
Compare
Choose a tag to compare

npm version

Documentation v1.33.3: https://raw.githack.com/jaywcjlove/idoc/03bf2c9/index.html
Comparing Changes: v1.33.2...v1.33.3

v1.33.2

05 Sep 09:24
Compare
Choose a tag to compare

npm version

Documentation v1.33.2: https://raw.githack.com/jaywcjlove/idoc/9135018/index.html
Comparing Changes: v1.33.1...v1.33.2

  • 🐞 fix: correct URL link conversion issue in markdown 0af2623

v1.33.1

05 Sep 08:43
Compare
Choose a tag to compare

npm version

Documentation v1.33.1: https://raw.githack.com/jaywcjlove/idoc/0d71bee/index.html
Comparing Changes: v1.33.0...v1.33.1

  • 🎨 style: update video preview style. 4b40908

v1.33.0

05 Sep 08:21
Compare
Choose a tag to compare

npm version

Documentation v1.33.0: https://raw.githack.com/jaywcjlove/idoc/37eff97/index.html
Comparing Changes: v1.32.0...v1.33.0

  • 🌟 feat: support video preview. fb651e2

v1.32.0

28 Aug 21:21
Compare
Choose a tag to compare

npm version

Documentation v1.32.0: https://raw.githack.com/jaywcjlove/idoc/138f803/index.html
Comparing Changes: v1.32.0...v1.32.0

  • 🌟 feat: support video preview. fb651e2

v1.31.0

28 Mar 08:02
Compare
Choose a tag to compare

npm version

Documentation v1.31.0: https://raw.githack.com/jaywcjlove/idoc/5ad660d/index.html
Comparing Changes: v1.31.0...v1.31.0

  • 📖 doc: update docs/introduce/api/config.md 5823b31
  • 🆎 type: fix type issue. b612bf1
  • 📖 doc: Update README.md d5467ae
  • 📖 doc: Update line-html.md 87d5be9
  • 📖 doc: Update README.md 5909129
  • 📖 doc: Update README.md 1ce703b
  • 💢 ci: update workflows config. 8d48fee
  • 💢 ci: Update FUNDING.yml bdbdd06
  • 💢 ci: update workflows config. ea4fb7e
  • 🎨 style: modify markdown style. e336bf4

v1.30.1

25 Mar 16:03
Compare
Choose a tag to compare

npm version

Documentation v1.30.1: https://raw.githack.com/jaywcjlove/idoc/042c6fc/index.html
Comparing Changes: v1.30.0...v1.30.1

  • 🐞 fix: fix giscus theme issue. f700893
  • 🐞 fix: fix giscus theme issue. ed2844e
  • 🐞 fix: fix giscus theme issue. 775854c

v1.30.0

25 Mar 14:41
Compare
Choose a tag to compare

npm version

Documentation v1.30.0: https://raw.githack.com/jaywcjlove/idoc/ff129e6/index.html
Comparing Changes: v1.29.0...v1.30.0

  • 📖 doc: update docs/markdown/extended-syntax.md 00b5695
  • 📖 doc: Update README.md 468c108
  • 🌟 feat: add html meta config. becee49

meta

meta 标记描述 HTML 文档中的元数据,值支持模板变量

data: 
  site_name: idoc # 向 meta 配置模板中添加模板数据
meta:
  - <meta name="author" content="Kenny Wong">
  - <meta property="og:site_name" content="<%= data.site_name %>">
  - <meta property="og:url" content="">
  - <meta property="og:image" content="<%=homepage%>logo.png">
  - <meta property="og:type" content="website">
  - <meta property="og:title" content="<%= title %>">
  - <meta property="og:description" content="<%= description%>">

头信息中生成 HTML 如下:

<meta name="author" content="Kenny Wong">
<meta property="og:site_name" content="idoc">
<meta property="og:url" content="">
<meta property="og:image" content="https://wangchujiang.com/idoc/logo.png">
<meta property="og:type" content="website">
<meta property="og:title" content="配置文件">
<meta property="og:description" content="配置文件可以添加设置网站内容和主题等。">

配置 Twitter 卡片

data: 
  site_name: idoc # 向 meta 配置模板中添加模板数据

copyAssets: 
  - '*/assets/*.(png|jpg)' # 存放在 `docs` 目录中匹配的资源
meta:
  - <meta property="twitter:image:src" content="<%=homepage%>assets/banner.png">
  - <meta property="twitter:site" content="@jaywcjlove">
  - <meta property="twitter:creator" content="jaywcjlove">
  - <meta property="twitter:card" content="summary_large_image">
  - <meta property="twitter:title" content="<%= title %>">
  - <meta property="twitter:description" content="<%= description%>">

v1.29.0

16 Mar 04:09
Compare
Choose a tag to compare

npm version

Documentation v1.29.0: https://raw.githack.com/jaywcjlove/idoc/1998e98/index.html
Comparing Changes: v1.28.2...v1.29.0

v1.28.2

04 Mar 05:15
Compare
Choose a tag to compare

npm version

Documentation v1.28.2: https://raw.githack.com/jaywcjlove/idoc/4fee542/index.html
Comparing Changes: v1.28.1...v1.28.2

  • 🐞 fix: fix theme switching issue. 657c328