仓库源文站点原文


title: "建站记录" categories: Miscellanea updated: 2022-01-13 comments: true

mathjax: false

当前状况

在 Jekyll 版本的 NexT 主题上做了若干修改. 目前初步搬运完成, 还需要进一步 debug.

线下使用 VNote 写作, 目前发现的和线上 md 的区别:

写了一个 简陋的 Python 脚本 自动处理线下线上的 gap. 另外, 主题自带的 categories 页面不好看, 也一并集成在脚本中了. 功能并不完善, 是按照个人 md 写作习惯写的. 2022 年重构了代码.

另外在修改样式的时候, Agent Ransack 的全文搜索功能非常有帮助.

一些 HTML 用法

2020/8/17

<details><summary><b>Details on installing with <tt>conda</tt></b><font color="deepskyblue"> (Show more »)</font></summary> <p>The following example commands give some more color on installing with <code>conda</code>. These commands assume that your <code>conda</code> installation is Python 3.6, and that you want to use a virtual environment called <code>snorkel-env</code>.</p> <pre><code class="language-shell"># [OPTIONAL] Activate a virtual environment called "snorkel" conda create --yes -n snorkel-env python=3.6 conda activate snorkel-env # We specify PyTorch here to ensure compatibility, but it may not be necessary. conda install pytorch==1.1.0 -c pytorch conda install snorkel==0.9.0 -c conda-forge </code></pre> <pre><code class="language-python">print('test') </code></pre></details>

<a name="模型简介"></a>

手动加 anchor, 跳转

+ import numpy as np
- import pandas as pd

其他已经发现的 bug

其他想修正的点

过往博客

Wordpress.com -> Github Page -> Blogger -> Github Page

<details><summary><b>WP 和 blogger 倒是都找到了好看的主题.</b><font color="deepskyblue"> (Show more »)</font></summary> <p><img alt="WordPress" src="https://shiina18.github.io/assets/posts/images/20200817232911683_26586.png" /></p> <p><img alt="Blogger" src="https://shiina18.github.io/assets/posts/images/20200817232813332_31551.png" /></p> <p>一点小发现是很多网站比如豆瓣 (<a href="https://www.douban.com/service/badgemaker">豆瓣收藏秀</a>), goodreads (<a href="https://www.goodreads.com/blog/show/42-new-widget-for-your-blog">new widget for your blog</a>) 等会提供一个 JavaScript widget 作为博客插件, 相关讨论帖大多是十多年前的, 非常有年代感, 也间接反映了博客的没落...</p></details>

考虑过/使用过的平台

使用过的编辑器