Kyle’s Website

👋 Welcome to demo page of Hugo’s theme PaperMod!

  • PaperMod is designed to be clean and simple but fast and responsive theme with useful feature-set that enhances UX.
  • Feel free to show your support by giving us a star 🌟 on GitHub and sharing with your friends and social media .
  • PaperMod is based on theme Paper.

Install / Update PaperMod

Read aboout Install and Update instructions and sampled configuration templates

January 20, 2021 · 5 min · Aditya Telange

如何利用 AtomGit Pages 快速搭建你的静态站点

最终效果地址:https://kaiyuanxiaobing.atomgit.net/my-blog-website/ 准备工作 在开始之前,请确保你已经有了以下条件: 一个 AtomGit 账户。 安装 Git: Windows:下载并安装 Git for Windows。 macOS: 首先,检查是否已经安装了 Git:在终端中运行 git --version。 如果未安装,使用 Homebrew 安装 Git:brew install git。 如果已安装,但版本较旧,可以使用 Homebrew 更新 Git:brew update && brew upgrade git。 Linux: 首先,检查是否已经安装了 Git:在终端中运行 git --version。 如果未安装,使用你的包管理器安装 Git(例如,在 Ubuntu 上使用 sudo apt-get update && sudo apt-get install git)。 如果已安装,但版本较旧,可以使用包管理器更新 Git(例如,在 Ubuntu 上使用 sudo apt-get update && sudo apt-get upgrade git)。 安装 Hugo: 静态博客系统有很多,可以根据自己的喜好选择,本教程选择用 hugo。 Windows:下载并安装 Hugo for Windows。 macOS:使用 Homebrew 安装 Hugo (brew install hugo) 或者下载 Hugo for macOS。 Linux:使用 Snap 安装 Hugo (sudo snap install hugo) 或者下载 Hugo for Linux。 配置 Git 用户信息: 在终端中运行以下命令来设置你的用户名和电子邮件地址:...

May 10, 2024 · 3 min · Kyle

开放原子开源活动贡献榜开源项目协作教程

项目地址:https://atomgit.com/lijin/open-atom-contributor-leaderboard/ 根据此项目的 README.md 文件里面的“项目使用”撰写一篇可以让更多非技术同学能玩转的教程 0、前提条件 可能有的人是首次使用,那么我们可以尽量全面介绍,照顾到细节。 为了简化操作的复杂度,尽量全部用 GUI 的形式来操作。 Windows11 Python3 NodeJS v20.12.2 Git Client:OpenLinkSaaS 1、安装所需软件和运行环境配置 1)安装 Python 推荐使用 Anaconda 进行 Python 开发,它集成了 Python 解释器和常用的科学计算库,方便管理环境和软件包,尤其适合数据科学、机器学习等领域。 下载地址 https://www.python.org/downloads/ 双击安装 Python3 软件 验证 Python 安装成功 2)安装NodeJS 下载地址 https://nodejs.org/dist/v20.12.2/node-v20.12.2-x64.msi 双击安装 NodeJS 验证 NodeJS 安装成功 3)安装OpenLinkSaaS 下载地址:https://www.linksaas.pro/download 双击安装 2、下载开源项“开放原子开源活动贡献榜” 2.1、用你的 AtomGit 登录 OpenLinkSaaS 2.2、设置 SSH,让你的本地电脑和AtomGit 进行通信 生成 SSH Key 复制 SSH Key 公钥 在 AtomGit 中设置此公钥 2.3、推荐使用 SSH 方式下载克隆 3、数据转换 进入“开放原子开源活动贡献榜”项目的“src”目录 在“src”目录下,打开终端 安装python 项目的依赖包:pandas pip install pandas 执行命令python3 ....

May 1, 2024 · 1 min · Kyle

Features / Mods

Learn About All Features in PaperMod

January 20, 2021 · 7 min · Aditya Telange
Generated using [OG Image Playground by Vercel](https://og-playground.vercel.app/)

Markdown Syntax Guide

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. ...

March 11, 2019 · 2 min · Hugo Authors