<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>建站 - 标签 - 研发日志 · R&amp;D Log</title><link>https://rd163.visword.com/tags/%E5%BB%BA%E7%AB%99/</link><description>建站 - 标签 - 研发日志 · 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>Mon, 13 Jan 2025 00:00:00 +0800</lastBuildDate><atom:link href="https://rd163.visword.com/tags/%E5%BB%BA%E7%AB%99/" rel="self" type="application/rss+xml"/><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>导航网站</title><link>https://rd163.visword.com/posts/nav-sites/</link><pubDate>Sun, 12 Jan 2025 00:00:00 +0800</pubDate><author><name>小智晖</name></author><guid>https://rd163.visword.com/posts/nav-sites/</guid><description><![CDATA[<h1 id="导航网站" class="headerLink">
    <a href="#%e5%af%bc%e8%88%aa%e7%bd%91%e7%ab%99" class="header-mark"></a>导航网站</h1><p><strong>next</strong></p>
<ul>
<li><a href="https://github.com/liwenka1/next-web-nav" target="_blank" rel="noopener noreferrer">next-web-nav 一个简单好用的导航网站</a></li>
<li><a href="https://github.com/6677-ai/tap4-ai-webui" target="_blank" rel="noopener noreferrer">tap4-ai-webui</a> 支持支付</li>
</ul>
<p><strong>nuxt</strong></p>
<ul>
<li><a href="https://github.com/geekape/geek-navigation" target="_blank" rel="noopener noreferrer">geek-navigation 极客猿导航</a> 前端 + server + admin</li>
</ul>
<p><strong>Vue</strong></p>
<ul>
<li><a href="https://github.com/eehhh/naviii" target="_blank" rel="noopener noreferrer">naviii 一个简单优雅的导航页</a> 个人设置存储于本地</li>
<li><a href="https://github.com/lissy93/dashy" target="_blank" rel="noopener noreferrer">Dashy</a> Github 18K. 支持可视化编辑。</li>
</ul>
<p><strong>angular</strong></p>
<ul>
<li><a href="https://github.com/xjh22222228/nav" target="_blank" rel="noopener noreferrer">发现导航</a> 支持检测网站存活状态 多款高颜值主题切换 三叉树分类 SEO 搜索引擎</li>
</ul>
<p><strong>golang + react</strong></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>