Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
morethan987 committed Jan 11, 2025
1 parent 40e927a commit 0296871
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
15 changes: 8 additions & 7 deletions blog/note-to-blog-report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"keywords": ["Hugo","博客","报告"],

"mainEntityOfPage": "true",
"wordCount": "3804"
"wordCount": "3911"
}]
</script>

Expand Down Expand Up @@ -1239,7 +1239,7 @@ <h1 class="mt-0 text-4xl font-extrabold text-neutral-900 dark:text-neutral">
</li>
<li><a href="#已有方案">已有方案</a>
<ul>
<li><a href="#quartzhugo">Quartz(Hugo)</a></li>
<li><a href="#quartz">Quartz</a></li>
<li><a href="#flowershow">Flowershow</a></li>
<li><a href="#官方发布">官方发布</a></li>
<li><a href="#digital-garden">Digital Garden</a></li>
Expand Down Expand Up @@ -1276,7 +1276,7 @@ <h1 class="mt-0 text-4xl font-extrabold text-neutral-900 dark:text-neutral">
</li>
<li><a href="#已有方案">已有方案</a>
<ul>
<li><a href="#quartzhugo">Quartz(Hugo)</a></li>
<li><a href="#quartz">Quartz</a></li>
<li><a href="#flowershow">Flowershow</a></li>
<li><a href="#官方发布">官方发布</a></li>
<li><a href="#digital-garden">Digital Garden</a></li>
Expand Down Expand Up @@ -1558,13 +1558,13 @@ <h3 class="relative group">已有方案
</h3>


<h4 class="relative group">Quartz(Hugo)
<div id="quartzhugo" class="anchor"></div>
<h4 class="relative group">Quartz
<div id="quartz" class="anchor"></div>

<span
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
<a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700"
style="text-decoration-line: none !important;" href="#quartzhugo" aria-label="锚点">#</a>
style="text-decoration-line: none !important;" href="#quartz" aria-label="锚点">#</a>
</span>

</h4>
Expand All @@ -1581,7 +1581,8 @@ <h5 class="relative group">介绍
</span>

</h5>
<p><a href="https://github.com/jackyzha0/quartz" target="_blank">Quartz</a> 是一个利用 Hugo 将 Obsidian 笔记转化为网页的工具集,最新版本优化了用户自定义的体验。</p>
<p><a href="https://github.com/jackyzha0/quartz" target="_blank">Quartz</a> 是一个将 Obsidian 笔记转化为网页的工具集。Quartz 的最新版本是 <code>v4</code> 版本,相较于 <code>v3</code> 版本, <code>v4</code> 版本从底层完全重构了代码,去除了对于 <code>Hugo</code> 的依赖,优化了用户自定义的体验。目前 <code>v4</code> 版本主要使用 <code>TypeScript</code> 构建,原本 <code>hugo</code><code>template</code> 也改用 <code>JSX</code> 替换。</p>
<p>因此,现在的 Quartz 几乎可以说和 <code>Hugo</code> 没什么关系了,但是目前国内的很多信息还是宣传 Quartz 的底层是 <code>Hugo</code></p>
<p>官方样例网站:<a href="https://quartz.jzhao.xyz/" target="_blank">Welcome to Quartz 4</a></p>


Expand Down
5 changes: 3 additions & 2 deletions en/blog/note-to-blog-report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"keywords": ["Hugo","博客","报告"],

"mainEntityOfPage": "true",
"wordCount": "1623"
"wordCount": "1687"
}]
</script>

Expand Down Expand Up @@ -1581,7 +1581,8 @@ <h5 class="relative group">Introduction
</span>

</h5>
<p><a href="https://github.com/jackyzha0/quartz" target="_blank">Quartz</a> is a toolset that uses Hugo to convert Obsidian notes into webpages. The latest version optimizes the user customization experience.</p>
<p><a href="https://github.com/jackyzha0/quartz" target="_blank">Quartz</a> is a toolset that converts Obsidian notes into web pages. The latest version, <code>v4</code>, has undergone a complete rewrite compared to <code>v3</code>, removing its dependency on <code>Hugo</code> and optimizing the user customization experience. The <code>v4</code> version is now primarily built with <code>TypeScript</code>, and the original <code>Hugo</code> templates have been replaced with <code>JSX</code>.</p>
<p>As a result, Quartz in its current form is almost entirely disconnected from <code>Hugo</code>. However, much of the information available in Internet still advertises Quartz as being built on top of <code>Hugo</code>.</p>
<p>Official example website: <a href="https://quartz.jzhao.xyz/" target="_blank">Welcome to Quartz 4</a></p>


Expand Down
2 changes: 1 addition & 1 deletion en/index.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.json

Large diffs are not rendered by default.

0 comments on commit 0296871

Please sign in to comment.