Hexo 快速開始

2021-10-24 07:41:06 字數 556 閱讀 2791

hexo 是乙個快速、簡潔且高效的部落格框架,使用 markdown 或其他渲染引擎解析文章,在幾秒內,即可利用靚麗的主題生成靜態網頁

hexo 官網

安裝 hexo 之前需要安裝以下程式

全域性安裝

npm install -g hexo-cli
安裝 hexo 完成後,執行下列命令,hexo 會在指定資料夾中新建所需要的檔案

hexo init 

cd npm install

新建 檔案完成後,指定的資料夾的目錄有

.

├── _config.yml

├── package

.json

├── scaffolds

├── source

| ├── _drafts

| └── _posts

└── themes

hexo clean

hexo g

hexo s

Pytest 快速開始

我們先來感受一下 pytest 的用例,老規矩 待測函式依然是add 然後再找個資料夾新建乙個 test demo.py 檔案 最後寫下如下內容 test demo.py import pytest 待測函式 defadd a,b return a b deftest str 測試字串 a,b 1 ...

Nacos Spring Cloud 快速開始

參考位址 本文主要面向 spring cloud 的使用者,通過兩個示例來介紹如何使用 nacos 來實現分布式環境下的配置管理和服務註冊發現。關於 nacos spring cloud 的詳細文件請參看 nacos config 和 nacos discovery。通過 nacos server ...

RabbitMQ快速開始

第一步 安裝erlang語言環境 rpm ivh erlang 18.3 1.el7.centos.x86 64.rpm 第二步 安裝socat加解密軟體 rpm ivh socat 1.7.3.2 5.el7.lux.x86 64.rpm 第三步 最後安裝rabbitmqrpm ivh rabbi...