cover_image

如何將Wordpress 博客轉移到Hugo

文章目錄 在本地電腦安裝好Hugo, 選擇主題,建立Hugo 專案 從Wordpress後台導出內容,再回到本地電腦轉換成Hugo 的 Markdown 格式 將整理好的內容和Hugo部落格push 到Github 在Vercel 上連接Github repository , 並設定build 指令和 配置專屬網域 1.安裝hugo主題並啟動測試 Binary Install cd ~ wget https://github.com/gohugoio/hugo/releases/download/v0.164.0/hugo_0.164.0_linux-amd64.tar.gz #download tar -xzf hugo_0.164.0_linux-amd64.tar.gz #unzip sudo mv hugo /usr/local/bin/hugo #move to bin hugo version #check hugo versionNew Site and Add Theme cd ~ hugo new site myblog #new site by hugo cd myblog git init # git init git submodule add --depth=1 https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod #Add PaperMod theme現在, 你就可以在 hugo.toml 文件中将主題 PaperMod` 添加進去。 ...

Git and Github 筆記

Git and Github 筆記 Git fast version control 一些基本概念 版本管理和跟蹤 版本控制系統是軟件工具 可以幫助團隊管理源代碼 Status of Version 版本狀態 Untracked 未追蹤 Tracked 已追蹤 Staged 已暫存 Committed 已提交 HEAD -> master / branch HEAD : 目前進度,最新狀態 Master : 主線 git 追蹤的是檔案的變化,不是檔案本身 刪除檔案也需要"add" 和 “commit” 需要忽略的版本管理的文件 在projec 目錄下 新增 .gitignore 在.gitignore 文件中寫入不需要進行版本管理控制的文件後綴或者文件名 Github 是平台 / 相當於Server Git 工具將文檔或者代碼 託管到github 平台 - Install 安裝 Mac os Mac OS 自帶 git 輸入 git -- version 就可以看到git 版本 Windows 下載最新的 https://git-for-windows.github.io/ git for windows 根據指示完成git 的安裝 完成安裝之後就可以看到git bash 的圖標 Ubuntu /Debian 根據下方命令進行安裝 $ sudo apt-get update $ sudo apt-get install git $ git --versionUse 使用 基礎配置 使用以下命令配置git 用戶名和電子郵件 ...

Github上那些V2ray客户端们

v2rayN(Windows) Github https://github.com/2dust/v2rayN/releases V2rayU(Mac) Github https://github.com/yanue/V2rayU/releases v2rayNG(Android) Github https://github.com/2dust/v2rayNG/releases Google Play https://play.google.com/store/apps/details?id=com.v2ray.ang Kitsunebi(Android) Github https://github.com/eycorsican/kitsunebi-android/releases Google Play https://play.google.com/store/apps/details?id=fun.kitsunebi.kitsunebi4android BifrostV(Android) Google Play https://play.google.com/store/apps/details?id=com.github.dawndiy.bifrostv Kitsunebi(iOS) App store https://itunes.apple.com/us/app/kitsunebi-proxy-utility/id1446584073?mt=8 i2Ray(iOS) App store https://itunes.apple.com/us/app/i2ray/id1445270056?mt=8 Shadowrocket(iOS) App store https://itunes.apple.com/us/app/shadowrocket/id932747118?mt=8 Pepi(iOS) App store https://itunes.apple.com/us/app/pepi/id1283082051?mt=8 Quantumult(iOS) App store https://itunes.apple.com/us/app/quantumult/id1252015438?mt=8

搜尋文章

輸入標題、分類或文章內容

Plz typing to search for articles.