Skip to content

Releases: jaywcjlove/idoc

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/9d53733/index.html
Comparing Changes: v1.30.1...v1.31.0

npm i idoc@1.31.0
  • 🌟 feat: add rewrite config. 9e37afe

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

npm i idoc@1.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

npm i idoc@1.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

npm i idoc@1.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

npm i idoc@1.28.2
  • 🐞 fix: fix theme switching issue. 657c328

v1.28.1

28 Feb 16:26
Compare
Choose a tag to compare

npm version

Documentation v1.28.1: https://raw.githack.com/jaywcjlove/idoc/7289122/index.html
Comparing Changes: v1.28.0...v1.28.1

npm i idoc@1.28.1

v1.28.0

28 Feb 16:05
Compare
Choose a tag to compare

npm version

Documentation v1.28.0: https://raw.githack.com/jaywcjlove/idoc/3e097da/index.html
Comparing Changes: v1.27.2...v1.28.0

npm i idoc@1.28.0
  • 🎨 style: modify header style. b446c43
  • 🌟 feat: add the element in the config. df2504c
  • 💢 ci: update workflow config. 5e8ae48

v1.27.2

28 Sep 09:41
Compare
Choose a tag to compare

npm version

Documentation v1.27.2: https://raw.githack.com/jaywcjlove/idoc/8ed593a/index.html
Comparing Changes: v1.27.1...v1.27.2

npm i idoc@1.27.2

v1.27.1

22 Sep 05:55
Compare
Choose a tag to compare

npm version

Documentation v1.27.1: https://raw.githack.com/jaywcjlove/idoc/6a468d2/index.html
Comparing Changes: v1.27.0...v1.27.1

npm i idoc@1.27.1
  • 📖 doc: Update README.md 1c813a3
  • 🐞 fix: fix site config issue. 97e9c52
  • 💢 ci: update workflows config. 76769ed

v1.27.0

11 Sep 14:35
Compare
Choose a tag to compare

npm version

Documentation v1.27.0: https://raw.githack.com/jaywcjlove/idoc/ecf55e4/index.html
Comparing Changes: v1.26.6...v1.27.0

npm i idoc@1.27.0