-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearch.xml
78 lines (37 loc) · 23.1 KB
/
search.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<?xml version="1.0" encoding="utf-8"?>
<search>
<entry>
<title>Windows 使用 VMware 17 Pro 安装 Mac OS,搭建 iOS 开发环境</title>
<link href="/2024/10/27/Windows-%E4%BD%BF%E7%94%A8-VMware-17-Pro-%E5%AE%89%E8%A3%85-Mac-OS%EF%BC%8C%E6%90%AD%E5%BB%BA-iOS-%E5%BC%80%E5%8F%91%E7%8E%AF%E5%A2%83/"/>
<url>/2024/10/27/Windows-%E4%BD%BF%E7%94%A8-VMware-17-Pro-%E5%AE%89%E8%A3%85-Mac-OS%EF%BC%8C%E6%90%AD%E5%BB%BA-iOS-%E5%BC%80%E5%8F%91%E7%8E%AF%E5%A2%83/</url>
<content type="html"><![CDATA[<h4 id="本文参考文章"><a href="#本文参考文章" class="headerlink" title="本文参考文章"></a>本文参考文章</h4><blockquote><p><a href="https://zhuanlan.zhihu.com/p/663874133">【2023最新版】VMware Workstation Pro v17安装教程+激活秘钥</a><br><a href="https://zhuanlan.zhihu.com/p/658521465">Windows用VM虚拟机安装MacOS Ventura 13.6系统全流程教程</a> </p></blockquote><h3 id="前言与其他方案论述"><a href="#前言与其他方案论述" class="headerlink" title="前言与其他方案论述"></a>前言与其他方案论述</h3><p>在最开始选择在 Windows 搭建 iOS 开发环境时,尽管 VMware 虚拟机(或是 Hyper-V)运行 Mac OS 的方案已经很多,但我第一选择没有选择它(尽管最后兜了一圈还是绕回来了)</p><p><strong>先来说说 VMware 方案的缺点</strong> </p><ol><li>VMware 原生不支持 Mac OS 的安装,是需要使用第三方 Unlocker 之后才能创建 Mac OS 的虚拟机</li><li>VMware 虚拟机运行的 Mac OS 事实上没办法调用显卡,也没任何方法安装显卡驱动或是借助某些手段间接调用显卡,这使得其对 CPU 的性能要求非常高</li><li>VMware Tools 对于显示渲染的优化似乎并不好,甚至是负优化。在我测试时安装 VMware Tools 后,反而导致虚拟机容易崩溃,貌似因为反复渲染而导致虚拟机死机</li></ol><p><strong>VMware 方案的优点</strong></p><ol><li>VMware(或 Hyper-V 等)虚拟机方便管理与保存虚拟机状态</li><li>VMware(或 Hyper-V 等)虚拟机能够直接连接物理 USB,从而能从虚拟机调试物理设备(这是最为重要的)</li></ol><p>最开始时我首先考虑到了 VMware 虚拟机的缺点,所以一开始采用的是 OSX-KVM 的方案<br>具体文章可以参考这两篇 </p><blockquote><p><a href="https://classsoft.net/archives/Smoothly-run-macOS-VMs-on-Windows10--with-WSL-and-QEMU-KVM.html">在Windows11 WSL上通过QEMU KVM流畅运行macOS虚拟机(2024)</a><br><a href="https://blog.hal.wang/7afa8fc1/">在 Windows 上流畅使用 MacOS 虚拟机</a></p></blockquote><p><strong>尽管 OSX-KVM 方案确实有它的好处</strong><br>例如: </p><ol><li>由于 Linux 下的 KVM 能够通过虚拟 GPU 硬件,间接调用物理显卡,因此在显示性能上远远超过 VMware 方案</li><li>调用 GPU 渲染,因此大大减轻了 CPU 的负载</li></ol><p><strong>但是!在我一遍遍排除万难在 Windows 11 上安装了 Wsl2,又在 Wsl 里面成功配置了 KVM 虚拟机,又成功安装 Mac OS 到了 KVM 虚拟机之后,最终才发现 USB 总线没办法透过两层虚拟机传给 Mac OS,这意味我没办法进行实机调试和安装,最终放弃了这个方案</strong></p><blockquote><p>当然如果只是想在 Windows 上体验 Mac OS,你可以选择此方案,只是稍微有些折腾,但是是可行的(我实测过可以,但过程有些痛苦)</p></blockquote><h3 id="安装-VMWare-17-Pro-虚拟机"><a href="#安装-VMWare-17-Pro-虚拟机" class="headerlink" title="安装 VMWare 17 Pro 虚拟机"></a>安装 VMWare 17 Pro 虚拟机</h3><p>安装虚拟机和过程在此不赘述,因为相关文章太多了<br>这里提供一篇安装步骤参考文章,以及找到的一个城通网盘的 VMWare 17 Pro 下载链接<br><em>(目前 VMware 被收购之后,下载软件本体变得极为困难,那个破登录、许可证始终搞不好)</em> </p><p><a href="https://zhuanlan.zhihu.com/p/663874133">【2023最新版】VMware Workstation Pro v17安装教程+激活秘钥</a><br><a href="https://545c.com/d/7369060-52756935-0f8a8d">城通网盘 VMware17</a> </p><h3 id="在-VMware-虚拟机中安装-Mac-OS"><a href="#在-VMware-虚拟机中安装-Mac-OS" class="headerlink" title="在 VMware 虚拟机中安装 Mac OS"></a>在 VMware 虚拟机中安装 Mac OS</h3><p>这里提供 Unlocker GitHub 下载地址,以及两个 Mac OS 的安装镜像,分别是 13 Ventura 和 14 Sonoma </p><p><a href="https://github.com/DrDonk/unlocker/releases">[GitHub Releases] Unlocker 4.2.7</a><br><a href="https://download2390.mediafire.com/6nv18jgzbzkgFHkjejBmYTrFY2R_m_oOB0jswGjQK5WXIa_CPxyeYYiwCxgB3KynQxb0JySfjwrqWEgQpJqIoKvLky_bdcZnOCIdNzCBjo_-7Fqo6yCD0bHjszxpmK1PFFfWGgxSJ4hgB8SsJMlKaGPaLW3Aw4a8i3jNj0jrju52EF4W/dcji26zay7s3p8r/macOS+Ventura+ISO+for+VM+by+techrechard.com.iso">[mediafire] macOS Ventura ISO for VM by techrechard.com.iso</a><br><a href="https://download2438.mediafire.com/0xh6gfoh7vdgDbb5RDXM-9hY8glz8qexIGeY3iurbafC0yfjOxEqCo3JwOmmgwv5TQekTAydtanpqBzRCshZLjvCscoq9RL5hmHMYLotXYddqxQ8Pbw28ejhAeE5abz8659XyJBBO8McEa8XR0t2XTgsJdo_0m412uQ2c7zjuTOJ/vku90kjifs1fmu0/macOS+Sonoma+ISO+by+techrechard.com.iso">[mediafire] macOS Sonoma ISO by techrechard.com.iso</a> </p><blockquote><p>我个人建议选择 14 Sonoma 的镜像安装,<br>因为这个 13 Ventura 的镜像最高支持的 Xcode 版本是 <code>Xcode 14.3.1</code> 而它最多支持到 <code>iOS 16.4</code>,<br>现在最新的都已经是 <code>iOS 18.1</code>,像我自己的设备是 <code>iOS 17.4</code>,用 Ventura 完全没法开发,<br>而 <code>macOS Sonoma 14.5</code> 则支持最新的 <code>iOS 18.1</code>(提供的镜像是 14.0 的需要自己更新系统) </p></blockquote><p>具体安装请参考这篇文章<br><a href="https://zhuanlan.zhihu.com/p/658521465">Windows用VM虚拟机安装MacOS Ventura 13.6系统全流程教程</a></p><h3 id="配置-Mac-OS-虚拟机的序列号"><a href="#配置-Mac-OS-虚拟机的序列号" class="headerlink" title="配置 Mac OS 虚拟机的序列号"></a>配置 Mac OS 虚拟机的序列号</h3><p>在上一步安装 Mac OS 的步骤教程中,有一步是让你往虚拟机配置文件中添加如下配置</p><figure class="highlight plaintext"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br></pre></td><td class="code"><pre><span class="line">board-id.reflectHost = "FALSE"</span><br><span class="line">board-id = "Mac-AA95B1DDAB278B95" </span><br><span class="line">hw.model.reflectHost = "FALSE" </span><br><span class="line">hw.model = "MacBookPro19,1" </span><br><span class="line">serialNumber.reflectHost = "FALSE" </span><br><span class="line">serialNumber = "C01234567890"</span><br></pre></td></tr></table></figure><p>这一段配置其实就是在配置虚拟机的序列号,但是很明显上面的序列号代码 <code>serialNumber</code> 是乱写的</p><p><strong>为什么要配置序列号代码</strong> </p><p>因为在高版本 Mac OS 登录 App Store 的时候会验证你的机器码(主要包括主板 Id,机器序列号,BIOS 序列号等)<br>如果乱写,或是三个对不上的话,是没办法登录 App Store 的<br>下面找了一段实测可以使用的机器码</p><figure class="highlight plaintext"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br></pre></td><td class="code"><pre><span class="line">board-id.reflectHost = "FALSE"</span><br><span class="line">board-id = "Mac-94245B3640C91C81"</span><br><span class="line">hw.model.reflectHost = "FALSE"</span><br><span class="line">hw.model = "MacBook Pro"</span><br><span class="line">serialNumber.reflectHost = "FALSE"</span><br><span class="line">serialNumber = "C02JJ8B3DH2G"</span><br><span class="line">smbios.reflectHost = "FALSE"</span><br></pre></td></tr></table></figure><p>当然你也可以使用其他的 <em>三码工具</em> 来生成正确的机器码<br>例如 <a href="https://blog.csdn.net/Z17362251225/article/details/125891385">黑苹果自动获取与注入三码的方法,附相关工具,解锁iCloud变白果!</a><br>不过我们只需要拿到生成好的三码,之后写入到上面的配置文件的对应位置,不需要用那些注入工具</p><h3 id="关于-VMware-Tools"><a href="#关于-VMware-Tools" class="headerlink" title="关于 VMware Tools"></a>关于 VMware Tools</h3><p>我自己在使用的时候发现安装了 <code>VMware Tools</code> 之后容易导致虚拟机一些渲染问题<br>同时加重了渲染负担,容易导致虚拟机渲染卡死,崩溃等问题 </p><blockquote><p><strong>我个人认为是不建议安装的</strong>,尽管不装它也会导致一些问题,比如无法调整分辨率之类的,也请各位酌情考虑是否安装 </p></blockquote><h3 id="VMware-虚拟机优化"><a href="#VMware-虚拟机优化" class="headerlink" title="VMware 虚拟机优化"></a>VMware 虚拟机优化</h3><p>有许多方案从不同的角度对虚拟机进行优化</p><ol><li>使用 beamoff, 参考安装 Mac OS 教程流程的第六步</li><li>修改最小化动画,参考 <a href="https://jingyan.baidu.com/article/3aed632e64f485311180910f.html">苹果电脑设置应用最小化窗口时动画效果?</a></li><li>使用 Onyx,参考 <a href="https://blog.csdn.net/Deng_Xian_Sheng/article/details/124533828">优化不必要的动画,以减少Mac卡顿</a></li></ol><h3 id="Xcode-开发环境配置"><a href="#Xcode-开发环境配置" class="headerlink" title="Xcode 开发环境配置"></a>Xcode 开发环境配置</h3><h4 id="安装-Xcode"><a href="#安装-Xcode" class="headerlink" title="安装 Xcode"></a>安装 Xcode</h4><p>请在此处选择合适版本的 Xcode 软件包下载并进行安装<br><a href="https://developer.apple.com/download/all/">More Downloads</a></p><h4 id="安装-iOS-模拟器"><a href="#安装-iOS-模拟器" class="headerlink" title="安装 iOS 模拟器"></a>安装 iOS 模拟器</h4><p><strong>首先需要强调的是,任何 iOS 真机调试,都需要 iOS 对应版本的模拟器</strong><br>尽管 Xcode 安装时,会自带勾选一个该 Xcode 版本发布时最新的 iOS 版本的模拟器,但是这在大多数情况下都不适合真机调试<br>所以更多的你需要安装对应版本的 iOS 模拟器,你可以手动安装,就像下面这篇文章一样,你也可以在连接 iPhone 时,通过连接提示来安装对应的模拟器 </p><p>关于手动安装请参考 <a href="https://blog.csdn.net/RreamigOfGirls/article/details/138581052">Xcode15真机调试iOS17的方法</a></p><h4 id="连接-iPhone-到-Mac-OS"><a href="#连接-iPhone-到-Mac-OS" class="headerlink" title="连接 iPhone 到 Mac OS"></a>连接 iPhone 到 Mac OS</h4><p>直接连接 iPhone 到电脑,在虚拟机已经启动的时候,第一次连接时 iPhone 会提示是否连接此设备到虚拟机,此时点击是即可,或者也可以在 iPhone 已连接到电脑后,在 VMware 虚拟机窗口的右下角,找到一排图标,其中找到手机的图标,右键它打开菜单选择连接</p><h3 id="完成"><a href="#完成" class="headerlink" title="完成"></a>完成</h3><p><strong>至此完成了整个开发环境的搭建</strong><br>过程十分艰难,我在此也只是概述其中步骤,并之抓了几个注意点阐述,更多的还是需要网上查阅大量的资料,结合自身情况考虑每一步操作</p><p><img src="/images/2024-10-28/1.png" alt="展示 1" title="属性"><br><img src="/images/2024-10-28/2.png" alt="展示 2" title="Xcode 连接 iPhone"></p>]]></content>
<categories>
<category> 开发实践 </category>
</categories>
<tags>
<tag> iOS </tag>
<tag> VMware </tag>
<tag> Xcode </tag>
</tags>
</entry>
<entry>
<title>使用 hexo + github pages 搭建个人博客</title>
<link href="/2024/10/23/%E4%BD%BF%E7%94%A8-hexo-github-pages-%E6%90%AD%E5%BB%BA%E4%B8%AA%E4%BA%BA%E5%8D%9A%E5%AE%A2/"/>
<url>/2024/10/23/%E4%BD%BF%E7%94%A8-hexo-github-pages-%E6%90%AD%E5%BB%BA%E4%B8%AA%E4%BA%BA%E5%8D%9A%E5%AE%A2/</url>
<content type="html"><![CDATA[<blockquote><p><a href="https://mini-pi.github.io/2024/02/28/how-to-make-blog-wedsite/">本文参考文章地址</a></p></blockquote><h2 id="快速开始"><a href="#快速开始" class="headerlink" title="快速开始"></a>快速开始</h2><h3 id="创建-GitHub-仓库"><a href="#创建-GitHub-仓库" class="headerlink" title="创建 GitHub 仓库"></a>创建 GitHub 仓库</h3><p>创建一个名为 <code><username>.github.io</code> 的仓库,其中 <code><username></code> 替换为你自己的用户名称<br>例如我的仓库 <a href="https://github.com/natsurainko/natsurainko.github.io">natsurainko.github.io</a></p><h3 id="创建分支"><a href="#创建分支" class="headerlink" title="创建分支"></a>创建分支</h3><p>在创建的 <code><username>.github.io</code> 仓库下新建一个分支 <code>source</code> 用于存放你 <code>hexo</code> 的源代码,<br>而原分支 <code>main</code> 等下将用于 <code>GitHub Pages</code> 的部署</p><h3 id="本地部署-hexo"><a href="#本地部署-hexo" class="headerlink" title="本地部署 hexo"></a>本地部署 hexo</h3><p>克隆 <code><username>.github.io</code> 仓库到本地,并切换到 <code>source</code> 分支<br>在此目录下运行以下命令</p><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br></pre></td><td class="code"><pre><span class="line">npm install -g hexo-cli</span><br><span class="line">hexo init blog</span><br><span class="line"><span class="built_in">cd</span> blog</span><br><span class="line">npm install</span><br></pre></td></tr></table></figure><p>命令会在仓库目录下新建文件夹 <code>/blog</code><br>并初始化 hexo 及其配置文件<br>接下来尝试运行这条命令来启动 hexo 本地服务器</p><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">hexo server</span><br></pre></td></tr></table></figure><p>成功运行的话就算本地配置成功了<br>你可以将现在这部分的代码提交上分支进行保存</p><h3 id="配置-hexo-主题"><a href="#配置-hexo-主题" class="headerlink" title="配置 hexo 主题"></a>配置 hexo 主题</h3><p>引用的帖子里面使用 Next 主题,<br>但如你所见,我自己搭建时使用的是 <code>安知鱼主题</code> 具体配置步骤可以看<a href="https://docs.anheyu.com/initall.html">这篇文档</a> </p><blockquote><p>其他 hexo 主题可以看官方<a href="https://hexo.io/themes/">主题浏览页面</a></p></blockquote><p>但配置 hexo 主题基本步骤基本都相同,就是<br>克隆主题仓库到 <code>/blog/themes/<theme></code> ,其中 <code><theme></code> 为这个主题的名称<br>然后修改文件 <code>/blog/_config.yml</code> </p><figure class="highlight yaml"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line"><span class="attr">theme:</span> <span class="string"><theme></span></span><br></pre></td></tr></table></figure><p>然后重新运行 <code>hexo server</code> 应用主题 </p><p>对于每个主题的细节配置,请修改这个文件 <code>/blog/themes/<theme>/_config.yml</code>,<br>每个主题的 <code>_config.yml</code> 并不相同,具体配置不在此赘述</p><h3 id="修改、添加博客内容"><a href="#修改、添加博客内容" class="headerlink" title="修改、添加博客内容"></a>修改、添加博客内容</h3><p>对于个人信息,站点标题之类的配置,请修改文件 <code>/blog/_config.yml</code><br>具体参见<a href="https://hexo.io/docs/configuration.html">官方配置文档</a></p><figure class="highlight yaml"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br><span class="line">8</span><br></pre></td><td class="code"><pre><span class="line"><span class="comment"># Site</span></span><br><span class="line"><span class="attr">title:</span> <span class="string">"natsurainko 的博客"</span></span><br><span class="line"><span class="attr">subtitle:</span> <span class="string">"Forever young erver strong ever brave"</span></span><br><span class="line"><span class="attr">description:</span> <span class="string">"这里能看到我的一些开发经历和一些开发教程,<br>希望能对你有所帮助"</span></span><br><span class="line"><span class="attr">keywords:</span></span><br><span class="line"><span class="attr">author:</span> <span class="string">Natsurainko</span></span><br><span class="line"><span class="attr">language:</span> <span class="string">zh</span></span><br><span class="line"><span class="attr">timezone:</span> <span class="string">''</span></span><br></pre></td></tr></table></figure><p>创建一篇新文章或者新的页面,请在 <code>/blog</code> 目录下运行这条命令</p><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">hexo new [layout] <title></span><br></pre></td></tr></table></figure><p>具体参见<a href="https://hexo.io/zh-cn/docs/writing">官方写作文档</a></p><h3 id="部署-hexo-到-GitHub-Pages"><a href="#部署-hexo-到-GitHub-Pages" class="headerlink" title="部署 hexo 到 GitHub Pages"></a>部署 hexo 到 GitHub Pages</h3><p>请先修改文件 <code>/blog/_config.yml</code>,例如 </p><figure class="highlight yaml"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br></pre></td><td class="code"><pre><span class="line"><span class="attr">deploy:</span></span><br><span class="line"> <span class="attr">type:</span> <span class="string">git</span></span><br><span class="line"> <span class="attr">repo:</span> <span class="string">https://github.com/<username>/<username>.github.io.git</span></span><br><span class="line"> <span class="attr">branch:</span> <span class="string">main</span></span><br></pre></td></tr></table></figure><p>再安装部署工具 <code>hexo-deployer-git</code>,在 <code>/blog</code> 文件夹下运行 </p><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">npm install hexo-deployer-git --save</span><br></pre></td></tr></table></figure><p>最后再运行</p><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br></pre></td><td class="code"><pre><span class="line">hexo clean <span class="comment">#清除之前生成的东西</span></span><br><span class="line">hexo generate <span class="comment">#生成静态文章,缩写hexo g</span></span><br><span class="line">hexo deploy <span class="comment">#部署文章,缩写hexo d</span></span><br></pre></td></tr></table></figure><blockquote><p>[!CAUTION] 注意<br><code>hexo deploy</code> 命令会覆写仓库下 <code>main</code> 分支之前所有的提交,<br>所以最开始不建议将代码文件直接放在 <code>main</code> 分支下<br>且该命令会创建 <code>/blog/.deploy_git</code> 文件夹,用于存放之前的提交,<br>如果删除了这个文件夹,下一次部署的时候之前的提交记录就会丢失</p></blockquote><h3 id="至此完成部署"><a href="#至此完成部署" class="headerlink" title="至此完成部署"></a>至此完成部署</h3><p>请访问 <code>http://<username>.github.io</code> 以访问你的博客</p>]]></content>
<categories>
<category> 开发实践 </category>
</categories>
<tags>
<tag> hexo </tag>
<tag> github-pages </tag>
<tag> web </tag>
</tags>
</entry>
<entry>
<title>Hello World</title>
<link href="/2024/10/23/hello-world/"/>
<url>/2024/10/23/hello-world/</url>
<content type="html"><![CDATA[<p>Welcome to <a href="https://hexo.io/">Hexo</a>! This is your very first post. Check <a href="https://hexo.io/docs/">documentation</a> for more info. If you get any problems when using Hexo, you can find the answer in <a href="https://hexo.io/docs/troubleshooting.html">troubleshooting</a> or you can ask me on <a href="https://github.com/hexojs/hexo/issues">GitHub</a>.</p><h2 id="Quick-Start"><a href="#Quick-Start" class="headerlink" title="Quick Start"></a>Quick Start</h2><h3 id="Create-a-new-post"><a href="#Create-a-new-post" class="headerlink" title="Create a new post"></a>Create a new post</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo new <span class="string">"My New Post"</span></span><br></pre></td></tr></table></figure><p>More info: <a href="https://hexo.io/docs/writing.html">Writing</a></p><h3 id="Run-server"><a href="#Run-server" class="headerlink" title="Run server"></a>Run server</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo server</span><br></pre></td></tr></table></figure><p>More info: <a href="https://hexo.io/docs/server.html">Server</a></p><h3 id="Generate-static-files"><a href="#Generate-static-files" class="headerlink" title="Generate static files"></a>Generate static files</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo generate</span><br></pre></td></tr></table></figure><p>More info: <a href="https://hexo.io/docs/generating.html">Generating</a></p><h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerlink" title="Deploy to remote sites"></a>Deploy to remote sites</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo deploy</span><br></pre></td></tr></table></figure><p>More info: <a href="https://hexo.io/docs/one-command-deployment.html">Deployment</a></p>]]></content>
</entry>
</search>