使用hugo本地建站

使用命令创建站点 1 hugo new site hugoblog 会显示以下结构 下载主题 git submodule add git@github.com:flysnow-org/maupassant-hugo.git themes/maupassant 启动本地博客服务 1 hugo server -D -t maupassant -D代表草稿可以发布 -t 代表主题名称 执行完后显示如下 https://img.vinua.cn/image/Otu9E 打印构建过程,然后显示……

阅读全文

使用巧克力包管理安装其他工具

确保上篇文章已经正确安装 就可以开始使用包管理器进行搜索,安装,更新操作 巧克力查看命令帮助 常用命令 chocolatey -version 显示版本 chocolatey help 帮助 chocolatey search 、find 查找包 chocolatey install 安装包 chocolatey uninstall 卸载包 chocolatey upgrade……

阅读全文

GTD,ELisp教程

阅读gtd Entered on [2023-05-22 Mon 09:42] -天气: 下雨 学习GTD define: GETTING THINGS DONE® is a personal productivity methodology that redefines how you approach your life and work. step1: STEP 1 CAPTURE Collect what has your attention Write, record, or gather any and everything that has your attention into a collection tool. step2: STEP 2 CLARIFY Process what it means Is it actionable? If so,……

阅读全文

chocolatey安装教程

chocolatey安装教程 packagemanage 在window系统安装chocolatey包管理器 使用 powershell 来安装(如果你的系统没有 powershell, 需要首先安装 powershell). 使用管理员权限打开 powershell Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol =……

阅读全文

博客搭建工具

博客搭建工具 chocolatey hugo emacs org-mode ox-hugo easy-hugo git bash github action 腾讯云域名 CDN加速……

阅读全文