Skip to content

Commit 363b795

Browse files
committed
use hexo with volantis theme
Signed-off-by: flb_ <floatlibai@gmail.com>
1 parent d32d56e commit 363b795

28 files changed

Lines changed: 44421 additions & 0 deletions

2026/08/hello-world/index.html

Lines changed: 4185 additions & 0 deletions
Large diffs are not rendered by default.

404.html

Lines changed: 3989 additions & 0 deletions
Large diffs are not rendered by default.

archives/2026/08/index.html

Lines changed: 4100 additions & 0 deletions
Large diffs are not rendered by default.

archives/2026/index.html

Lines changed: 4100 additions & 0 deletions
Large diffs are not rendered by default.

archives/index.html

Lines changed: 4010 additions & 0 deletions
Large diffs are not rendered by default.

content.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"meta":{"title":"floatlibai's blog","subtitle":"","description":"floatlibai github page blog","author":"floatlibai","url":"https://floatlibai.github.io","root":"/"},"pages":[],"posts":[{"title":"Hello World","slug":"hello-world","date":"2026-08-19T14:52:37.047Z","updated":"2026-08-19T14:52:37.047Z","comments":true,"path":"2026/08/hello-world/","permalink":"https://floatlibai.github.io/2026/08/hello-world/","excerpt":"","text":"Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new &quot;My New Post&quot; More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment","categories":[],"tags":[]}],"categories":[],"tags":[]}

css/README.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<h1 id="样式文件说明"><a href="#样式文件说明" class="headerlink" title="样式文件说明"></a>样式文件说明</h1><h2 id="样式拆分说明"><a href="#样式拆分说明" class="headerlink" title="样式拆分说明"></a>样式拆分说明</h2><p>方案是对 <a href="https://blog.skk.moe/post/improve-fcp-for-my-blog/">https://blog.skk.moe/post/improve-fcp-for-my-blog/</a> 的开源实现</p>
2+
<h3 id="first-styl"><a href="#first-styl" class="headerlink" title="first.styl"></a>first.styl</h3><p>首屏样式, 内含 首屏基础样式、 cover、 navbar、 首屏search、首屏暗黑模式、首屏字体 等样式, 首屏样式采用硬编码的方式写在HTML中.</p>
3+
<p>内联硬编码自动化方案 see:scripts&#x2F;helpers&#x2F;first-style&#x2F;index.js</p>
4+
<h3 id="style-styl"><a href="#style-styl" class="headerlink" title="style.styl"></a>style.styl</h3><p>异步加载样式, 除首屏样式外的其他样式, 最终生成 &#x2F;css&#x2F;style.css 异步加载.</p>
5+
<h2 id="暗黑模式样式说明"><a href="#暗黑模式样式说明" class="headerlink" title="暗黑模式样式说明"></a>暗黑模式样式说明</h2><p>暗黑模式样式被拆分为首屏暗黑模式样式和异步暗黑模式样式,其中在 source&#x2F;css&#x2F; 文件夹下:</p>
6+
<p>_first&#x2F;dark_first.styl : 包含 首屏暗黑模式样式 的 暗黑模式 CSS 变量 和 强制覆盖样式</p>
7+
<p>_style&#x2F;_plugins&#x2F;_dark : 异步暗黑模式样式文件夹</p>
8+
<p>_style&#x2F;_plugins&#x2F;_dark&#x2F;dark_async.styl : 包含 异步暗黑模式样式 的 暗黑模式 CSS 变量</p>
9+
<p>_style&#x2F;_plugins&#x2F;_dark&#x2F;dark_plugins.styl : 包含 异步暗黑模式样式 的 强制覆盖样式</p>

0 commit comments

Comments
 (0)