跳过正文
  1. Pages/

搜索

41 字·1 分钟·

新版博客使用 Blowfish 的全站即时搜索。请点击页面顶部的搜索图标,或按下 ⌘ K / Ctrl K 开始搜索。

相关文章

Links

66 字·1 分钟
To use this feature, add links section to frontmatter. This page’s frontmatter: 1 2 3 4 5 6 7 8 9 links: - title: GitHub description: GitHub is the world's largest software development platform. website: https://github.com image: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png - title: TypeScript description: TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. website: https://www.typescriptlang.org image: ts-logo-128.jpg image field accepts both local and external images.

文章归档

863 字·2 分钟
按时间浏览所有已发布文章。 全部文章 Hello World 2022年3月6日·41 字·1 分钟 Example Category Example Tag Welcome to Hugo theme Stack. This is your first post. Edit or delete it, then start writing! For more information about this theme, check the documentation: https://stack.jimmycai.com/ Want a site like this? Check out hugo-theme-stack-stater Photo by Pawel Czerwinski on Unsplash 购买 VPS 后如何完成密钥登录、v2ray 节点搭建与测试 2026年5月7日·3877 字·8 分钟 部署 VPS VPS SSH V2ray VPN Linux 这篇笔记整理了一台新 VPS 从买来之后到真正可用的完整流程,重点包括三部分: 把服务器改成仅允许 SSH 密钥登录 利用脚本快速搭建 v2ray 节点 对 VPS 本身和节点线路做测试 这样整理之后,后续如果重新买服务器、迁移节点,或者帮别人重复搭建,基本都可以直接照着做。 VPS-telegram 配置笔记 2026年4月30日·2518 字·6 分钟 部署 Telegram VPS Telegram GitHub Actions Systemd Python 一、整体流程和核心思路 # 这套方案的目标是: Hugo 博客自动部署到 VPS 的完整流程记录 2026年4月28日·3367 字·7 分钟 部署 Hugo Hugo GitHub Actions VPS Nginx HTTPS Certbot 这篇笔记完整记录了我把一个本地 Hugo 博客部署到 VPS 的全过程,包括: 本地 Hugo 模板初始化与基础配置 GitHub 仓库与 Actions 自动部署 VPS 上的目录规划与 Nginx 配置 域名解析与 HTTPS 证书申请 常见问题排查 这个过程中经常使用的命令与含义 最终实现的效果是:本地写文章并提交到 GitHub 后,GitHub Actions 自动构建静态站点并发布到 VPS,网页内容自动更新。 Markdown Syntax Guide 2023年9月7日·566 字·3 分钟 Themes Syntax Markdown Css Html Themes This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme. Image gallery 2023年8月26日·75 字·1 分钟 Hugo theme Stack supports the creation of interactive image galleries using Markdown. It’s powered by PhotoSwipe and its syntax was inspired by Typlog. To use this feature, the image must be in the same directory as the Markdown file, as it uses Hugo’s page bundle feature to read the dimensions of the image. External images are not supported. Shortcodes 2023年8月25日·114 字·1 分钟 For more details, check out the documentation. Bilibili video # Tencent video # YouTube video # Generic video file # Your browser cannot play this video. Download video. Math Typesetting 2023年8月24日·115 字·1 分钟 Stack has built-in support for math typesetting using KaTeX. It’s not enabled by default side-wide, but you can enable it for individual posts by adding math: true to the front matter. Or you can enable it side-wide by adding math = true to the params.article section in config.toml.