Getting Started
Get started with Chirpy basics in this comprehensive overview. You will learn how to install, configure, and use your first Chirpy-based website, as well as deploy it to a web server.
Get started with Chirpy basics in this comprehensive overview. You will learn how to install, configure, and use your first Chirpy-based website, as well as deploy it to a web server.
Examples of text, typography, math equations, diagrams, flowcharts, pictures, videos, and more.
这是一篇测试文章
架构搭建相关总结 架构构建原则 无论再复杂的架构,在构建时都需要满足以下原则: 易用性 架构暴露给使用者的一定是最存粹的接口,架构需要向使用者屏蔽内部实现细节。同时架构的各个模块的使用方法应该趋同,这样可以降低架构的使用难度。 架构尽可能在使用上要贴合既有的系统机制,就是说架构在使用机制上,应该以所使用的语言或者底层系统的使用机制为前提进行。尽可...
SVN配置 参考CSDN文章https://blog.csdn.net/weixin_42096792/article/details/119376681 SVN外链 参考CSDN文章https://blog.csdn.net/wag2765/article/details/84773514 SVN配置时可能会遇到的问题 checkout时连接服务器失败 ...
Unity学习日志_Unity地形系统简介 地形创建: Terrain中的组件: Transform Terrain 四大功能: paint Terrain,可以选择下面几种具体的模式: Create Neighbor Terrains:创建临近地形。临近地形拥有和源地形相同的基础纹理。 ...
Git多端构建 安装git 网络上教如何安装git的文章有很多,这里就不过多赘述了,额外提示一点,在安装git之前建议现在命令行中输入git –version查看当前电脑是否已经安装了git(可能在一些软件中已经包含了git,比如macos中的xcode) 连通github 网上教如何连通github的文章也有很多,这里不过多赘述 文章链接:https://www.cnblogs....
Cinemachine 参考文章: https://zhuanlan.zhihu.com/p/516625841 https://docs.unity.cn/Packages/com.unity.cinemachine@2.9/manual/index.html 快速使用Cinemachine系统 Cinemachine是用于处理Unity相机相关逻辑的系统。Cinemachine...
The favicons of Chirpy are placed in the directory assets/img/favicons/. You may want to replace them with your own. The following sections will guide you to create and replace the default favicons...
This tutorial will guide you how to write a post in the Chirpy template, and it’s worth reading even if you’ve used Jekyll before, as many features require specific variables to be set. Naming and...