Skip to content

Commit

Permalink
docs: add info about blogs link
Browse files Browse the repository at this point in the history
  • Loading branch information
UNICKCHENG committed Dec 11, 2022
1 parent e8c0e63 commit f749b5b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions readme-zh.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# logseq-developer-theme

[logseq-developer-theme](https://github.com/UNICKCHENG/logseq-developer-theme) 是将 [logseq-dev-theme](https://github.com/pengx17/logseq-dev-theme) 主题作为上游的二次开发,您可以在 [main.scss](scss/main.scss) 看到 `@import` 引用信息。如果您想知道二者的区别,可以通过各自的网站清楚地比较 [logseq-dev-theme](https://pengx17.github.io/knowledge-garden/)[logseq-developer-theme](https://docs.unickcheng.cc/#/page/%E5%B9%B3%E5%8F%B0%E9%A3%9F%E7%94%A8%E6%8C%87%E5%8C%97),同时这个项目也在 [这篇文章](https://docs.unickcheng.cc/#/page/logseq-developer-theme)下进行跟进。
[logseq-developer-theme](https://github.com/UNICKCHENG/logseq-developer-theme) 是将 [logseq-dev-theme](https://github.com/pengx17/logseq-dev-theme) 主题作为上游的二次开发,您可以在 [main.scss](scss/main.scss) 看到 `@import` 引用信息。如果您想知道二者的区别,可以通过各自的网站清楚地比较 [logseq-dev-theme](https://pengx17.github.io/knowledge-garden/)[logseq-developer-theme](https://docs.unickcheng.cc) [^1][^2],同时这个项目也在 [这篇文章](https://docs.unickcheng.cc/#/page/logseq-developer-theme)下进行跟进。

**logseq-developer-theme 并不会成为 logseq-dev-theme 2.0**,仅仅因为 logseq-dev-theme 让我更关注于开发期望的 css 样式,因此这个项目不是一个 fork,而是通过 `@import` 来引用它。

Expand All @@ -14,7 +14,7 @@
```css
@import url("https://cdn.jsdelivr.net/gh/unickcheng/developer-theme-for-logseq@release/custom.css");
```
⚠️ 请注意,虽然  jsDelivr CDN 比使用 GitHub 自带的方式更快速,但是它无法做到实时更新到最新版本 [^1]
⚠️ 请注意,虽然  jsDelivr CDN 比使用 GitHub 自带的方式更快速,但是它无法做到实时更新到最新版本 [^3]

![](assets/Pasted%20image%2020221210174733.png)

Expand Down Expand Up @@ -79,4 +79,6 @@ npm run dev
- 感谢所有开源项目分享的想法和技术


[^1]: https://blog.juanertu.com/archives/cbcd1946↩︎
[^1]: https://pengx17.github.io/knowledge-garden/
[^2]: https://docs.unickcheng.cc
[^3]: https://blog.juanertu.com/archives/cbcd1946
8 changes: 5 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

[中文版](readme-zh.md)

[logseq-developer-theme](https://github.com/UNICKCHENG/logseq-developer-theme) is a secondary development of the [logseq-dev-theme](https://github.com/pengx17/logseq-dev-theme) theme as an upstream, and you can easily see the `@import` reference in [main.scss](scss/main.scss) . You can clearly compare the differences between [logseq-dev-theme](https://pengx17.github.io/knowledge-garden/) and [logseq-developer-theme](https://docs.unickcheng.cc/#/page/%E5%B9%B3%E5%8F%B0%E9%A3%9F%E7%94%A8%E6%8C%87%E5%8C%97) via respective website, for more information see [this article](https://docs.unickcheng.cc/#/page/logseq-developer-theme).
[logseq-developer-theme](https://github.com/UNICKCHENG/logseq-developer-theme) is a secondary development of the [logseq-dev-theme](https://github.com/pengx17/logseq-dev-theme) theme as an upstream, and you can easily see the `@import` reference in [main.scss](scss/main.scss) . You can clearly compare the differences between [logseq-dev-theme](https://pengx17.github.io/knowledge-garden/) and [logseq-developer-theme](https://docs.unickcheng.cc) via respective website [^1][^2], for more information see [this article](https://docs.unickcheng.cc/#/page/logseq-developer-theme).

**logseq-developer-theme will not be made into logseq-dev-theme 2.0**, just because logseq-dev-theme allows me to focus more on the desired css style, therefore, this project is not a fork, but a reference via `@import`.

Expand All @@ -21,7 +21,7 @@ Using the jsDelivr CDN to get theme styles , simply add the following code to yo
```css
@import url("https://cdn.jsdelivr.net/gh/unickcheng/developer-theme-for-logseq@release/custom.css");
```
⚠️ Please note that the jsDelivr CDN provides a faster service, but may not be able to refresh the latest version in time [^1]
⚠️ Please note that the jsDelivr CDN provides a faster service, but may not be able to refresh the latest version in time [^3]

![](assets/Pasted%20image%2020221210174733.png)

Expand Down Expand Up @@ -82,4 +82,6 @@ You can see more information at [logseq-developer-theme](https://docs.unickcheng
- [RemNote](https://github.com/orgs/remnoteio/repositories) default theme style
- Thanks to all open source projects for sharing ideas and techniques

[^1]: https://blog.juanertu.com/archives/cbcd1946
[^1]: https://pengx17.github.io/knowledge-garden/
[^2]: https://docs.unickcheng.cc
[^3]: https://blog.juanertu.com/archives/cbcd1946

0 comments on commit f749b5b

Please sign in to comment.