<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>WearFacta</title>
  <subtitle>Clear facts, practical guides, and material insights for apparel, accessories, and everyday gear.</subtitle>
  <link href="/" rel="alternate" type="text/html"/>
  <link href="/feed.xml" rel="self" type="application/atom+xml"/>
  <id>/</id>
  <updated>2026-03-14T00:00:00Z</updated>
  <entry>
    <title>Project Roadmap</title>
    <link href="/meta/roadmap/" rel="alternate" type="text/html"/>
    <link href="/meta/roadmap.md" rel="alternate" type="text/markdown"/>
    <id>/meta/roadmap/</id>
    <updated>2026-03-14T00:00:00Z</updated>
    <author><name>Janus-MD</name></author>
    <summary>Tracking the development milestones of this site.</summary>
    <content type="html">
&lt;p&gt;A demo of &lt;strong&gt;task status markers&lt;/strong&gt; in a nested article path (&lt;code&gt;articles/meta/roadmap.md&lt;/code&gt; → &lt;code&gt;/meta/roadmap/&lt;/code&gt;).&lt;/p&gt;
&lt;h2 id=&quot;phase-1-foundation&quot;&gt;Phase 1 — Foundation&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span class=&quot;task-marker task-done&quot; title=&quot;已完成&quot;&gt;[x]&lt;/span&gt; Set up Janus-MD template&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;task-marker task-done&quot; title=&quot;已完成&quot;&gt;[x]&lt;/span&gt; Configure GitHub Actions CI/CD&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;task-marker task-done&quot; title=&quot;已完成&quot;&gt;[x]&lt;/span&gt; Connect custom domain&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;phase-2-content&quot;&gt;Phase 2 — Content&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span class=&quot;task-marker task-wip&quot; title=&quot;进行中&quot;&gt;[-]&lt;/span&gt; Write introductory series (3/5 done)&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;task-marker task-todo&quot; title=&quot;未开始&quot;&gt;[ ]&lt;/span&gt; Create tutorials section&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;task-marker task-todo&quot; title=&quot;未开始&quot;&gt;[ ]&lt;/span&gt; Add tag index pages&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;phase-3-enhancement&quot;&gt;Phase 3 — Enhancement&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span class=&quot;task-marker task-todo&quot; title=&quot;未开始&quot;&gt;[ ]&lt;/span&gt; Full-text search (Fuse.js)&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;task-marker task-blocked&quot; title=&quot;阻塞中&quot;&gt;[!]&lt;/span&gt; Image optimization pipeline — blocked by CDN decision&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;task-marker task-deferred&quot; title=&quot;延后/放弃&quot;&gt;[~]&lt;/span&gt; Comments system — decided against to keep it static&lt;/li&gt;
&lt;/ul&gt;</content>
  </entry>
  <entry>
    <title>Welcome to Janus-MD</title>
    <link href="/welcome/" rel="alternate" type="text/html"/>
    <link href="/welcome.md" rel="alternate" type="text/markdown"/>
    <id>/welcome/</id>
    <updated>2026-03-14T00:00:00Z</updated>
    <author><name>Janus-MD</name></author>
    <summary>A dual-state static site template — HTML for humans, Markdown for AI.</summary>
    <content type="html">
&lt;p&gt;This is your first article. Delete it and start writing your own.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Janus-MD&lt;/strong&gt; generates two versions of every article:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;/&amp;lt;slug&amp;gt;/index.html&lt;/code&gt; — rendered HTML for browsers&lt;/li&gt;
&lt;li&gt;&lt;code&gt;/&amp;lt;slug&amp;gt;.md&lt;/code&gt; — raw Markdown for AI agents &amp;amp; tools&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;task-status-markers&quot;&gt;Task Status Markers&lt;/h2&gt;
&lt;p&gt;Use these markers anywhere in your Markdown to track work:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span class=&quot;task-marker task-todo&quot; title=&quot;未开始&quot;&gt;[ ]&lt;/span&gt; This task has &lt;strong&gt;not started&lt;/strong&gt; yet&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;task-marker task-wip&quot; title=&quot;进行中&quot;&gt;[-]&lt;/span&gt; This task is &lt;strong&gt;in progress&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;task-marker task-done&quot; title=&quot;已完成&quot;&gt;[x]&lt;/span&gt; This task is &lt;strong&gt;done&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;task-marker task-blocked&quot; title=&quot;阻塞中&quot;&gt;[!]&lt;/span&gt; This task is &lt;strong&gt;blocked&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;task-marker task-deferred&quot; title=&quot;延后/放弃&quot;&gt;[~]&lt;/span&gt; This task is &lt;strong&gt;deferred or abandoned&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;They render as styled inline badges and are preserved verbatim in &lt;code&gt;.md&lt;/code&gt; output.&lt;/p&gt;
&lt;h2 id=&quot;nested-articles&quot;&gt;Nested Articles&lt;/h2&gt;
&lt;p&gt;Place articles in subdirectories for organized content:&lt;/p&gt;
&lt;div class=&quot;codehilite&quot;&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;articles/
  2026/
    03/
      my-post.md        → /2026/03/my-post/
  tutorials/
    getting-started.md  → /tutorials/getting-started/
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;h2 id=&quot;emoji-support&quot;&gt;Emoji Support 🚀&lt;/h2&gt;
&lt;p&gt;Janus-MD converts emoji shortcodes at build time — no JavaScript required:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;✅ Build-time conversion — zero runtime cost&lt;/li&gt;
&lt;li&gt;📚 Extensive library — standard GitHub/Slack shortcodes&lt;/li&gt;
&lt;li&gt;✨ Works everywhere — pure Unicode output&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Examples: ❤️ 🔥 🎉 ⚠️ 💡 ⚡️&lt;/p&gt;
&lt;p&gt;Full shortcode reference: &lt;a href=&quot;https://github.com/ikatyang/emoji-cheat-sheet&quot;&gt;emoji-cheat-sheet&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&quot;math-rendering&quot;&gt;Math Rendering&lt;/h2&gt;
&lt;p&gt;Janus-MD supports LaTeX math via MathJax, loaded on-demand only when formulas are present.&lt;/p&gt;
&lt;p&gt;Inline math: The energy-mass equivalence &lt;span class=&quot;arithmatex&quot;&gt;\(E = mc^2\)&lt;/span&gt; is fundamental to physics.&lt;/p&gt;
&lt;p&gt;Display math:&lt;/p&gt;
&lt;div class=&quot;arithmatex&quot;&gt;\[
\int_{-\infty}^{\infty} e^{-x^2} \, dx = \sqrt{\pi}
\]&lt;/div&gt;
&lt;p&gt;The quadratic formula:&lt;/p&gt;
&lt;div class=&quot;arithmatex&quot;&gt;\[
x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
\]&lt;/div&gt;
&lt;h2 id=&quot;code-highlighting&quot;&gt;Code Highlighting&lt;/h2&gt;
&lt;div class=&quot;codehilite&quot;&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class=&quot;k&quot;&gt;def&lt;/span&gt;&lt;span class=&quot;w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;nf&quot;&gt;greet&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;nb&quot;&gt;str&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;-&amp;gt;&lt;/span&gt; &lt;span class=&quot;nb&quot;&gt;str&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;:&lt;/span&gt;
    &lt;span class=&quot;k&quot;&gt;return&lt;/span&gt; &lt;span class=&quot;sa&quot;&gt;f&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;&amp;quot;Hello, &lt;/span&gt;&lt;span class=&quot;si&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;si&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;!&amp;quot;&lt;/span&gt;

&lt;span class=&quot;nb&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;greet&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;&amp;quot;Janus&amp;quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;))&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;h2 id=&quot;wiki-links-obsidian-compatible&quot;&gt;Wiki Links (Obsidian-compatible)&lt;/h2&gt;
&lt;p&gt;Link to other articles using Obsidian syntax:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;/meta/roadmap/&quot;&gt;Project Roadmap&lt;/a&gt; — with display title&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/welcome/&quot;&gt;welcome&lt;/a&gt; — without display title&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;next-steps&quot;&gt;Next Steps&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span class=&quot;task-marker task-done&quot; title=&quot;已完成&quot;&gt;[x]&lt;/span&gt; Clone the template&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;task-marker task-wip&quot; title=&quot;进行中&quot;&gt;[-]&lt;/span&gt; Edit &lt;code&gt;janus.config.toml&lt;/code&gt; with your site info&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;task-marker task-todo&quot; title=&quot;未开始&quot;&gt;[ ]&lt;/span&gt; Write your first article in &lt;code&gt;articles/&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;task-marker task-todo&quot; title=&quot;未开始&quot;&gt;[ ]&lt;/span&gt; Push to GitHub and watch CI build your site&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;task-marker task-todo&quot; title=&quot;未开始&quot;&gt;[ ]&lt;/span&gt; Configure DNS and enjoy your dual-state site&lt;/li&gt;
&lt;/ul&gt;</content>
  </entry>
</feed>
