<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Site - 分类 - 研发日志 · R&amp;D Log</title><link>https://rd163.visword.com/categories/site/</link><description>Site - 分类 - 研发日志 · R&amp;D Log</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>whutluohui@gmail.com (小智晖)</managingEditor><webMaster>whutluohui@gmail.com (小智晖)</webMaster><copyright>本作品采用知识共享署名-非商业性使用 4.0 国际许可协议进行许可。</copyright><lastBuildDate>Tue, 25 Mar 2025 00:00:00 +0800</lastBuildDate><atom:link href="https://rd163.visword.com/categories/site/" rel="self" type="application/rss+xml"/><item><title>静态网站生成工具</title><link>https://rd163.visword.com/posts/static-site-gen-tools/</link><pubDate>Tue, 25 Mar 2025 00:00:00 +0800</pubDate><author><name>小智晖</name></author><guid>https://rd163.visword.com/posts/static-site-gen-tools/</guid><description><![CDATA[<h2 id="静态网站工具" class="headerLink">
    <a href="#%e9%9d%99%e6%80%81%e7%bd%91%e7%ab%99%e5%b7%a5%e5%85%b7" class="header-mark"></a>静态网站工具</h2><h3 id="1-jekyll" class="headerLink">
    <a href="#1-jekyll" class="header-mark"></a>1. Jekyll</h3><h3 id="2-hugo" class="headerLink">
    <a href="#2-hugo" class="header-mark"></a>2. Hugo</h3><p>应用：
k8s文档 <a href="https://github.com/kubernetes/website" target="_blank" rel="noopener noreferrer">https://github.com/kubernetes/website</a></p>
<h3 id="3-hexo" class="headerLink">
    <a href="#3-hexo" class="header-mark"></a>3. Hexo</h3><p><a href="https://github.com/hexojs/hexo" target="_blank" rel="noopener noreferrer">https://github.com/hexojs/hexo</a></p>
<h3 id="4-gatsby" class="headerLink">
    <a href="#4-gatsby" class="header-mark"></a>4. Gatsby</h3><h3 id="5-vuepress" class="headerLink">
    <a href="#5-vuepress" class="header-mark"></a>5. VuePress</h3><ul>
<li><a href="https://vuepress.vuejs.org/" target="_blank" rel="noopener noreferrer">vuepress.vuejs.org</a></li>
<li><a href="https://www.vuepress.cn/" target="_blank" rel="noopener noreferrer">VuePress中文文档 | VuePress中文网</a></li>
<li><a href="https://github.com/liyupi/codefather" target="_blank" rel="noopener noreferrer">应用-codefather </a></li>
<li><a href="https://github.com/PicGo/PicGo-Doc" target="_blank" rel="noopener noreferrer">应用-PicGo文档</a></li>
</ul>
<h3 id="6-nuxtjs" class="headerLink">
    <a href="#6-nuxtjs" class="header-mark"></a>6. Nuxt.js</h3><h3 id="7-docusaurus" class="headerLink">
    <a href="#7-docusaurus" class="header-mark"></a>7. Docusaurus</h3><h3 id="8-eleventy" class="headerLink">
    <a href="#8-eleventy" class="header-mark"></a>8. Eleventy</h3><h3 id="9-publii" class="headerLink">
    <a href="#9-publii" class="header-mark"></a>9. Publii</h3><h3 id="10-primo" class="headerLink">
    <a href="#10-primo" class="header-mark"></a>10. Primo</h3><h3 id="11-mkdocs" class="headerLink">
    <a href="#11-mkdocs" class="header-mark"></a>11. mkdocs</h3><p><a href="https://github.com/mkdocs/mkdocs" target="_blank" rel="noopener noreferrer">https://github.com/mkdocs/mkdocs</a></p>]]></description></item><item><title>使用 Certbot 为 Nginx 网站服务器设置永久免费的 HTTPS 证书</title><link>https://rd163.visword.com/posts/nginx-free-certificates-with-certbot/</link><pubDate>Mon, 13 Jan 2025 00:00:00 +0800</pubDate><author><name>小智晖</name></author><guid>https://rd163.visword.com/posts/nginx-free-certificates-with-certbot/</guid><description><![CDATA[<h1 id="使用-certbot-为-nginx-网站服务器设置永久免费的-https-证书" class="headerLink">
    <a href="#%e4%bd%bf%e7%94%a8-certbot-%e4%b8%ba-nginx-%e7%bd%91%e7%ab%99%e6%9c%8d%e5%8a%a1%e5%99%a8%e8%ae%be%e7%bd%ae%e6%b0%b8%e4%b9%85%e5%85%8d%e8%b4%b9%e7%9a%84-https-%e8%af%81%e4%b9%a6" class="header-mark"></a>使用 Certbot 为 Nginx 网站服务器设置永久免费的 HTTPS 证书</h1><p>目前流行的设置https证书的方案有2种：</p>
<ul>
<li><a href="https://github.com/acmesh-official/acme.sh" target="_blank" rel="noopener noreferrer">acme</a> 采用纯Shell实现， 并且有完善的中文文档。【只能支持Nginx配置安装在标准目录，如果自定义了配置目录，则无法使用】</li>
<li>certbot</li>
</ul>
<p>本文介绍第二种方式。</p>]]></description></item><item><title>Github Pages + jekyll 搭建个人网站和博客</title><link>https://rd163.visword.com/posts/github-pages-setup-with-jekyll/</link><pubDate>Sun, 12 Jan 2025 00:00:00 +0800</pubDate><author><name>小智晖</name></author><guid>https://rd163.visword.com/posts/github-pages-setup-with-jekyll/</guid><description><![CDATA[<h1 id="github-pages--jekyll-搭建个人网站和博客" class="headerLink">
    <a href="#github-pages--jekyll-%e6%90%ad%e5%bb%ba%e4%b8%aa%e4%ba%ba%e7%bd%91%e7%ab%99%e5%92%8c%e5%8d%9a%e5%ae%a2" class="header-mark"></a>Github Pages + jekyll 搭建个人网站和博客</h1><p>Jekyll 是 Github Pages 官方支持的静态网站生成工具，优点是在可以直接github上使用vscode online编辑md，提交后，github会承担生成html的工作。除了Jekyll， 还有其它一些工具方案，如：</p>]]></description></item><item><title>VuePress 使用指南</title><link>https://rd163.visword.com/posts/vuepress-getting-started/</link><pubDate>Sun, 12 Jan 2025 00:00:00 +0800</pubDate><author><name>小智晖</name></author><guid>https://rd163.visword.com/posts/vuepress-getting-started/</guid><description><![CDATA[<h1 id="vuepress-使用指南" class="headerLink">
    <a href="#vuepress-%e4%bd%bf%e7%94%a8%e6%8c%87%e5%8d%97" class="header-mark"></a>VuePress 使用指南</h1><p>本文档基于 <a href="https://vuepress.vuejs.org/zh/" target="_blank" rel="noopener noreferrer">VuePress 文档</a> 总结而成。</p>
<h2 id="介绍" class="headerLink">
    <a href="#%e4%bb%8b%e7%bb%8d" class="header-mark"></a>介绍</h2><p>VuePress 是一个以 Markdown 为中心的静态网站生成器。你可以使用 Markdown 来书写内容（如文档、博客等），然后 VuePress 会帮助你生成一个静态网站来展示它们。</p>]]></description></item><item><title>模板编程语言-Liquid</title><link>https://rd163.visword.com/posts/template-lang-liquid/</link><pubDate>Sun, 12 Jan 2025 00:00:00 +0800</pubDate><author><name>小智晖</name></author><guid>https://rd163.visword.com/posts/template-lang-liquid/</guid><description><![CDATA[<h1 id="模板编程语言-liquid" class="headerLink">
    <a href="#%e6%a8%a1%e6%9d%bf%e7%bc%96%e7%a8%8b%e8%af%ad%e8%a8%80-liquid" class="header-mark"></a>模板编程语言-Liquid</h1><p>Liquid 是一门开源的模板语言，由 Shopify 创造并用 Ruby 实现。它是 Shopify 主题的骨骼，并且被用于加载店铺系统的动态内容。</p>
<p>从 2006 年起，Liquid 就被 Shopify 所使用，现在更是被大量 web 应用所使用。</p>]]></description></item></channel></rss>