<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Jekyll - 标签 - 研发日志 · R&amp;D Log</title><link>https://rd163.visword.com/tags/jekyll/</link><description>Jekyll - 标签 - 研发日志 · 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/tags/jekyll/" 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>&lt;p>下面整理常见的静态网站生成工具（Static Site Generator，SSG）与文档站点方案，记录它们的特点与代表性应用案例，便于横向对比与选型。&lt;/p></description></item><item><title>如何创建 XML 网站地图 (并向 Google 提交)</title><link>https://rd163.visword.com/posts/how-to-create-sitemap/</link><pubDate>Fri, 24 Jan 2025 00:00:00 +0800</pubDate><author><name>小智晖</name></author><guid>https://rd163.visword.com/posts/how-to-create-sitemap/</guid><description>&lt;p>网站地图（SiteMap）是一个网站所有链接的容器。很多网站的链接层次比较深，爬虫很难抓取到，网站地图可以方便爬虫抓取网站页面，通过抓取这些页面，清晰了解网站的架构。网站地图一般存放在根目录下并命名为 &lt;code>sitemap.xml&lt;/code>,为爬虫指路，增加网站重要内容页面的收录。简单来说，网站地图就是根据网站的结构、框架、内容生成的导航网页文件。此外，网站地图对提高用户体验也有好处，它们为网站访问者指明方向，帮助迷失的访问者找到他们想看的页面。&lt;/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>&lt;p>Jekyll 是 GitHub Pages 官方支持的静态网站生成工具，最大的优势在于可以直接在 GitHub 上用 VS Code Online 编辑 Markdown 文件，提交后由 GitHub 自动完成 HTML 的生成与部署。除了 Jekyll，常见的替代方案还有:&lt;/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>&lt;p>Liquid 是一门开源的模板语言（template language）,由 Shopify 创造并用 Ruby 实现。它是 Shopify 主题（theme）的骨骼，负责把店铺后台的动态内容渲染成浏览器看到的 HTML。自 2006 年起，Liquid 就在 Shopify 的生产环境中使用，如今已被大量 Web 应用所采纳，其中最知名的莫过于 GitHub Pages 默认的静态站点生成器 Jekyll。&lt;/p></description></item></channel></rss>