diff --git a/archetypes/default.md b/archetypes/default.md index 5630a2a1..501ff2f3 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -8,6 +8,9 @@ featuredImage: "https://h.cowbay.org/images/post-default-11.jpg" categories: [] tags: [] author: "Eric Chang" +keywords: + - key1 + - key2 --- SOME Text here diff --git a/content/post/ansible-run-task-depends-on-ipaddr.md b/content/post/ansible-run-task-depends-on-ipaddr.md index 69b81065..8d516fab 100644 --- a/content/post/ansible-run-task-depends-on-ipaddr.md +++ b/content/post/ansible-run-task-depends-on-ipaddr.md @@ -89,7 +89,7 @@ hwaddress: f4:4d:30:45:ef:aa', host: pc120', ipv4: 192.168.1.120', user: [wany'] ``` - name: get internet user ip list set_fact: - iuser_ip_list: "{{ ch['client_hosts']['konwen.com'] |selectattr('iuser', 'defined')| map(attribute='ipv4')|list }}" + iuser_ip_list: "{{ ch['client_hosts']['kw.com'] |selectattr('iuser', 'defined')| map(attribute='ipv4')|list }}" - name: add proxy to /etc/environment blockinfile: diff --git a/content/post/ansible-selectattr.md b/content/post/ansible-selectattr.md index 58b7ee59..d818d11c 100644 --- a/content/post/ansible-selectattr.md +++ b/content/post/ansible-selectattr.md @@ -85,7 +85,7 @@ author: "Eric Chang" - name: load teams.yml tags: env include_vars: - file: files/konwen/teams.yml + file: files/kw/teams.yml ``` 這時候在這個執行階段,就會有一個變數叫 teams 裡面有 chinese_name/description/gid 等等這些屬性 diff --git a/public/404.html b/public/404.html index 4a134414..5b4a9122 100644 --- a/public/404.html +++ b/public/404.html @@ -6,6 +6,7 @@ +
- name: get internet user ip list
set_fact:
- iuser_ip_list: "{{ ch['client_hosts']['konwen.com'] |selectattr('iuser', 'defined')| map(attribute='ipv4')|list }}"
+ iuser_ip_list: "{{ ch['client_hosts']['kw.com'] |selectattr('iuser', 'defined')| map(attribute='ipv4')|list }}"
- name: add proxy to /etc/environment
blockinfile:
diff --git a/public/post/ansible-selectattr-filter/index.html b/public/post/ansible-selectattr-filter/index.html
index 11a59952..cf734f0b 100644
--- a/public/post/ansible-selectattr-filter/index.html
+++ b/public/post/ansible-selectattr-filter/index.html
@@ -6,6 +6,7 @@
+
[筆記] 還是 Ansible Selectattr | MCの飄狂山莊㊣
diff --git a/public/post/ansible-selectattr-from-list-in-dictionary/index.html b/public/post/ansible-selectattr-from-list-in-dictionary/index.html
index 1d97570b..b3b66615 100644
--- a/public/post/ansible-selectattr-from-list-in-dictionary/index.html
+++ b/public/post/ansible-selectattr-from-list-in-dictionary/index.html
@@ -6,6 +6,7 @@
+
[ansible] 引用事先定義好的yaml檔裡面的變數 - Ansible Selectattr From List in Dictionary file | MCの飄狂山莊㊣
diff --git a/public/post/ansible-selectattr/index.html b/public/post/ansible-selectattr/index.html
index 54ba4f70..fdecef3f 100644
--- a/public/post/ansible-selectattr/index.html
+++ b/public/post/ansible-selectattr/index.html
@@ -6,6 +6,7 @@
+
[筆記] Ansible how to use 'list' in yaml file | MCの飄狂山莊㊣
@@ -202,7 +203,7 @@
- name: load teams.yml
tags: env
include_vars:
- file: files/konwen/teams.yml
+ file: files/kw/teams.yml
這時候在這個執行階段,就會有一個變數叫 teams 裡面有 chinese_name/description/gid 等等這些屬性
diff --git a/public/post/bookstack-docker/index.html b/public/post/bookstack-docker/index.html
index e4f632bd..119a0a6b 100644
--- a/public/post/bookstack-docker/index.html
+++ b/public/post/bookstack-docker/index.html
@@ -6,6 +6,7 @@
+
Bookstack Docker | MCの飄狂山莊㊣
diff --git a/public/post/change-preferred-language-in-firefox/index.html b/public/post/change-preferred-language-in-firefox/index.html
index 89d503b4..94817162 100644
--- a/public/post/change-preferred-language-in-firefox/index.html
+++ b/public/post/change-preferred-language-in-firefox/index.html
@@ -6,6 +6,7 @@
+
[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase | MCの飄狂山莊㊣
diff --git a/public/post/change-timezone-in-docker/index.html b/public/post/change-timezone-in-docker/index.html
index 0a69b67a..423d670d 100644
--- a/public/post/change-timezone-in-docker/index.html
+++ b/public/post/change-timezone-in-docker/index.html
@@ -6,6 +6,7 @@
+
[筆記] 修改 docker 容器內的時區 - Change Timezone in Docker | MCの飄狂山莊㊣
diff --git a/public/post/command_to_test_main_ssl/index.html b/public/post/command_to_test_main_ssl/index.html
index c892cc80..3cc03d71 100644
--- a/public/post/command_to_test_main_ssl/index.html
+++ b/public/post/command_to_test_main_ssl/index.html
@@ -6,6 +6,7 @@
+
[筆記] 測試mail server 的SSL憑證的指令 Command to test mailserver SSL | MCの飄狂山莊㊣
diff --git a/public/post/copy_role_in_pgsql/index.html b/public/post/copy_role_in_pgsql/index.html
index a086f4d6..89d847f6 100644
--- a/public/post/copy_role_in_pgsql/index.html
+++ b/public/post/copy_role_in_pgsql/index.html
@@ -6,6 +6,7 @@
+
PostgreSQL 直接從已經存在的使用者複製權限到另一個使用者 | MCの飄狂山莊㊣
diff --git a/public/post/create-portable-vim-environment/index.html b/public/post/create-portable-vim-environment/index.html
index 66196317..185de712 100644
--- a/public/post/create-portable-vim-environment/index.html
+++ b/public/post/create-portable-vim-environment/index.html
@@ -6,6 +6,7 @@
+
[筆記] 建立一個帶著走的 VIM 環境 Creating portable Vim environment | MCの飄狂山莊㊣
diff --git a/public/post/do-no-use-10-0-0-0-private-ipaddr-in-gcp/index.html b/public/post/do-no-use-10-0-0-0-private-ipaddr-in-gcp/index.html
index 28113ff8..dfb50ea8 100644
--- a/public/post/do-no-use-10-0-0-0-private-ipaddr-in-gcp/index.html
+++ b/public/post/do-no-use-10-0-0-0-private-ipaddr-in-gcp/index.html
@@ -6,6 +6,7 @@
+
[筆記] 在gcp 中用wireguard建立VPN時,不要用 10.0.0.0/16 網段/Do No Use 10 0 0 0 Private Ipaddr in GCP | MCの飄狂山莊㊣
diff --git a/public/post/enable-synology-public-ssh/index.html b/public/post/enable-synology-public-ssh/index.html
index 79509bbc..f0f2b24e 100644
--- a/public/post/enable-synology-public-ssh/index.html
+++ b/public/post/enable-synology-public-ssh/index.html
@@ -6,6 +6,7 @@
+
筆記- 啟用群暉NAS (Synology NAS)的SSH Server 透過Publickey 認證免密碼登入 | MCの飄狂山莊㊣
diff --git a/public/post/fix-zpool-device-busy-using-dmsetup/index.html b/public/post/fix-zpool-device-busy-using-dmsetup/index.html
index 60b4b360..3c9f0cb2 100644
--- a/public/post/fix-zpool-device-busy-using-dmsetup/index.html
+++ b/public/post/fix-zpool-device-busy-using-dmsetup/index.html
@@ -6,6 +6,7 @@
+
[筆記] 解決無法建立zpool 的錯誤 / Fix Zpool Device Busy Using dmsetup | MCの飄狂山莊㊣
diff --git a/public/post/incredibly-slow-mdadm-rebuild/index.html b/public/post/incredibly-slow-mdadm-rebuild/index.html
index 5f8d1c92..f58c3915 100644
--- a/public/post/incredibly-slow-mdadm-rebuild/index.html
+++ b/public/post/incredibly-slow-mdadm-rebuild/index.html
@@ -6,6 +6,7 @@
+
[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild | MCの飄狂山莊㊣
diff --git a/public/post/index.html b/public/post/index.html
index 3e28ac87..683b43e7 100644
--- a/public/post/index.html
+++ b/public/post/index.html
@@ -6,6 +6,7 @@
+
Posts | MCの飄狂山莊㊣
diff --git a/public/post/install-asus-10g-nic-in-proxmox/index.html b/public/post/install-asus-10g-nic-in-proxmox/index.html
index 59c0b7a3..0d072098 100644
--- a/public/post/install-asus-10g-nic-in-proxmox/index.html
+++ b/public/post/install-asus-10g-nic-in-proxmox/index.html
@@ -6,6 +6,7 @@
+
Install Asus 10G NIC XG-C100C in Proxmox | MCの飄狂山莊㊣
diff --git a/public/post/install-timeshift-on-ubuntu1804/index.html b/public/post/install-timeshift-on-ubuntu1804/index.html
index e5331201..e9dbc4f0 100644
--- a/public/post/install-timeshift-on-ubuntu1804/index.html
+++ b/public/post/install-timeshift-on-ubuntu1804/index.html
@@ -6,6 +6,7 @@
+
Install Timeshift on Ubuntu1804 | MCの飄狂山莊㊣
diff --git a/public/post/install-ubuntu1804-on-dell-6ir-raid-controller/index.html b/public/post/install-ubuntu1804-on-dell-6ir-raid-controller/index.html
index 7f3f063b..efc1a1e7 100644
--- a/public/post/install-ubuntu1804-on-dell-6ir-raid-controller/index.html
+++ b/public/post/install-ubuntu1804-on-dell-6ir-raid-controller/index.html
@@ -6,6 +6,7 @@
+
用DELL 6 i/R 建立RAID,並在上面安裝ubuntu 18.04 | MCの飄狂山莊㊣
diff --git a/public/post/inx-collect-detail-hardware-info/index.html b/public/post/inx-collect-detail-hardware-info/index.html
index 0987c254..e8a08e66 100644
--- a/public/post/inx-collect-detail-hardware-info/index.html
+++ b/public/post/inx-collect-detail-hardware-info/index.html
@@ -6,6 +6,7 @@
+
[筆記] inxi 蒐集詳盡的硬體資訊 / inxi Collect Detail Hardware Info | MCの飄狂山莊㊣
diff --git a/public/post/log-all-bash-commands/index.html b/public/post/log-all-bash-commands/index.html
index dbf05cab..e7fde250 100644
--- a/public/post/log-all-bash-commands/index.html
+++ b/public/post/log-all-bash-commands/index.html
@@ -6,6 +6,7 @@
+
[筆記] 紀錄所有下過的指令、時間 / Log All commands with timestamp | MCの飄狂山莊㊣
diff --git a/public/post/multiple-site-to-site-vpn-using-wireguard/index.html b/public/post/multiple-site-to-site-vpn-using-wireguard/index.html
index b90dfe8c..4bbe2900 100644
--- a/public/post/multiple-site-to-site-vpn-using-wireguard/index.html
+++ b/public/post/multiple-site-to-site-vpn-using-wireguard/index.html
@@ -6,6 +6,7 @@
+
[筆記] 透過 wireguard 建立多點 site to site VPN / Multiple Site to Site VPN Using Wireguard | MCの飄狂山莊㊣
diff --git a/public/post/nice-du-report-tool-durep/index.html b/public/post/nice-du-report-tool-durep/index.html
index e3ae2ca3..52877968 100644
--- a/public/post/nice-du-report-tool-durep/index.html
+++ b/public/post/nice-du-report-tool-durep/index.html
@@ -6,6 +6,7 @@
+
Nice Du Report Tool Durep | MCの飄狂山莊㊣
diff --git a/public/post/page/2/index.html b/public/post/page/2/index.html
index 8b7bb40e..2737e209 100644
--- a/public/post/page/2/index.html
+++ b/public/post/page/2/index.html
@@ -6,6 +6,7 @@
+
Posts | MCの飄狂山莊㊣
diff --git a/public/post/page/3/index.html b/public/post/page/3/index.html
index 4fdc93e8..e95816ed 100644
--- a/public/post/page/3/index.html
+++ b/public/post/page/3/index.html
@@ -6,6 +6,7 @@
+
Posts | MCの飄狂山莊㊣
diff --git a/public/post/page/4/index.html b/public/post/page/4/index.html
index bfbd936e..1b491672 100644
--- a/public/post/page/4/index.html
+++ b/public/post/page/4/index.html
@@ -6,6 +6,7 @@
+
Posts | MCの飄狂山莊㊣
diff --git a/public/post/remote-management-system-meshcentral/index.html b/public/post/remote-management-system-meshcentral/index.html
index 8ee17d76..6492657f 100644
--- a/public/post/remote-management-system-meshcentral/index.html
+++ b/public/post/remote-management-system-meshcentral/index.html
@@ -6,6 +6,7 @@
+
linux底下遠端遙控&管理的好用系統 Meshcentral / Remote Management & control system Meshcentral | MCの飄狂山莊㊣
diff --git a/public/post/send-mail-to-notify-after-pxe-install/index.html b/public/post/send-mail-to-notify-after-pxe-install/index.html
index a40ad8f9..cca34277 100644
--- a/public/post/send-mail-to-notify-after-pxe-install/index.html
+++ b/public/post/send-mail-to-notify-after-pxe-install/index.html
@@ -6,6 +6,7 @@
+
[筆記] 用pxe 安裝系統,完成後送出郵件通知 / send mail notification after pxe install | MCの飄狂山莊㊣
diff --git a/public/post/site-to-site-vpn-using-wireguard-in-two-edgerouters/index.html b/public/post/site-to-site-vpn-using-wireguard-in-two-edgerouters/index.html
index 01dbf5ea..fa2ccf00 100644
--- a/public/post/site-to-site-vpn-using-wireguard-in-two-edgerouters/index.html
+++ b/public/post/site-to-site-vpn-using-wireguard-in-two-edgerouters/index.html
@@ -6,6 +6,7 @@
+
[筆記] 在edgerouter上用wireguard 建立site to site VPN / Site to Site Vpn Using Wireguard in Two Edgerouters | MCの飄狂山莊㊣
diff --git a/public/post/smartd-failed-to-start-in-freenas/index.html b/public/post/smartd-failed-to-start-in-freenas/index.html
index 25049675..751cc864 100644
--- a/public/post/smartd-failed-to-start-in-freenas/index.html
+++ b/public/post/smartd-failed-to-start-in-freenas/index.html
@@ -6,6 +6,7 @@
+
[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas | MCの飄狂山莊㊣
diff --git a/public/post/synology-ds415-repair-cost/index.html b/public/post/synology-ds415-repair-cost/index.html
index c368d207..37802226 100644
--- a/public/post/synology-ds415-repair-cost/index.html
+++ b/public/post/synology-ds415-repair-cost/index.html
@@ -6,6 +6,7 @@
+
[雜念] 群暉 Synology NAS DS 415+ 誇張的維修費用 | MCの飄狂山莊㊣
diff --git a/public/post/transfer-cent62-using-rsync/index.html b/public/post/transfer-cent62-using-rsync/index.html
index 9adcff2c..23dcaaf0 100644
--- a/public/post/transfer-cent62-using-rsync/index.html
+++ b/public/post/transfer-cent62-using-rsync/index.html
@@ -6,6 +6,7 @@
+
[筆記] 用rsync 移轉 centos 6.2的老機器 Transfer Cent6.2 using rsync | MCの飄狂山莊㊣
diff --git a/public/post/transfer-file-content-using-xclip-in-terminal/index.html b/public/post/transfer-file-content-using-xclip-in-terminal/index.html
index fd9e7c70..b6047faa 100644
--- a/public/post/transfer-file-content-using-xclip-in-terminal/index.html
+++ b/public/post/transfer-file-content-using-xclip-in-terminal/index.html
@@ -6,6 +6,7 @@
+
Transfer File Content Using Xclip in Terminal | MCの飄狂山莊㊣
diff --git a/public/post/ubuntu-1804-install-root-on-raid/index.html b/public/post/ubuntu-1804-install-root-on-raid/index.html
index 2c58ec4a..491dc0bc 100644
--- a/public/post/ubuntu-1804-install-root-on-raid/index.html
+++ b/public/post/ubuntu-1804-install-root-on-raid/index.html
@@ -6,6 +6,7 @@
+
Ubuntu 1804 Install Root on Raid | MCの飄狂山莊㊣
diff --git a/public/post/weird-client-server-connection/index.html b/public/post/weird-client-server-connection/index.html
index 173fd656..61d31ccf 100644
--- a/public/post/weird-client-server-connection/index.html
+++ b/public/post/weird-client-server-connection/index.html
@@ -6,6 +6,7 @@
+
[筆記] 詭異的client&server間連線的問題,或許跟KVM有關係? | MCの飄狂山莊㊣
diff --git a/public/tags/10g/index.html b/public/tags/10g/index.html
index 82c78aad..ce82ed10 100644
--- a/public/tags/10g/index.html
+++ b/public/tags/10g/index.html
@@ -6,6 +6,7 @@
+
10g | MCの飄狂山莊㊣
diff --git a/public/tags/ansible/index.html b/public/tags/ansible/index.html
index 3e58cc47..9ca71633 100644
--- a/public/tags/ansible/index.html
+++ b/public/tags/ansible/index.html
@@ -6,6 +6,7 @@
+
Ansible | MCの飄狂山莊㊣
diff --git a/public/tags/backup/index.html b/public/tags/backup/index.html
index d3891a27..62d6f1ee 100644
--- a/public/tags/backup/index.html
+++ b/public/tags/backup/index.html
@@ -6,6 +6,7 @@
+
Backup | MCの飄狂山莊㊣
diff --git a/public/tags/bookstack/index.html b/public/tags/bookstack/index.html
index 71c13292..110061e5 100644
--- a/public/tags/bookstack/index.html
+++ b/public/tags/bookstack/index.html
@@ -6,6 +6,7 @@
+
Bookstack | MCの飄狂山莊㊣
diff --git a/public/tags/bsd/index.html b/public/tags/bsd/index.html
index 914e7704..920e788a 100644
--- a/public/tags/bsd/index.html
+++ b/public/tags/bsd/index.html
@@ -6,6 +6,7 @@
+
Bsd | MCの飄狂山莊㊣
diff --git a/public/tags/centos/index.html b/public/tags/centos/index.html
index 2b8c2452..b9f8ff1c 100644
--- a/public/tags/centos/index.html
+++ b/public/tags/centos/index.html
@@ -6,6 +6,7 @@
+
Centos | MCの飄狂山莊㊣
diff --git a/public/tags/docker/index.html b/public/tags/docker/index.html
index 09b9f7e6..e5b40485 100644
--- a/public/tags/docker/index.html
+++ b/public/tags/docker/index.html
@@ -6,6 +6,7 @@
+
Docker | MCの飄狂山莊㊣
diff --git a/public/tags/du/index.html b/public/tags/du/index.html
index 25312a2e..41aa9ab0 100644
--- a/public/tags/du/index.html
+++ b/public/tags/du/index.html
@@ -6,6 +6,7 @@
+
Du | MCの飄狂山莊㊣
diff --git a/public/tags/edgerouter/index.html b/public/tags/edgerouter/index.html
index d648b73e..c1034331 100644
--- a/public/tags/edgerouter/index.html
+++ b/public/tags/edgerouter/index.html
@@ -6,6 +6,7 @@
+
Edgerouter | MCの飄狂山莊㊣
diff --git a/public/tags/firefox/index.html b/public/tags/firefox/index.html
index 33efa068..6dccc6d2 100644
--- a/public/tags/firefox/index.html
+++ b/public/tags/firefox/index.html
@@ -6,6 +6,7 @@
+
Firefox | MCの飄狂山莊㊣
diff --git a/public/tags/freenas/index.html b/public/tags/freenas/index.html
index f06ff3fd..69ac784e 100644
--- a/public/tags/freenas/index.html
+++ b/public/tags/freenas/index.html
@@ -6,6 +6,7 @@
+
Freenas | MCの飄狂山莊㊣
diff --git a/public/tags/index.html b/public/tags/index.html
index 0c6aa376..d9a56125 100644
--- a/public/tags/index.html
+++ b/public/tags/index.html
@@ -6,6 +6,7 @@
+
Tags | MCの飄狂山莊㊣
diff --git a/public/tags/inventory/index.html b/public/tags/inventory/index.html
index 6ef90344..7ce84256 100644
--- a/public/tags/inventory/index.html
+++ b/public/tags/inventory/index.html
@@ -6,6 +6,7 @@
+
Inventory | MCの飄狂山莊㊣
diff --git a/public/tags/linux/index.html b/public/tags/linux/index.html
index a1f0d2bf..e6ad79ea 100644
--- a/public/tags/linux/index.html
+++ b/public/tags/linux/index.html
@@ -6,6 +6,7 @@
+
Linux | MCの飄狂山莊㊣
diff --git a/public/tags/log/index.html b/public/tags/log/index.html
index 725caf97..6f183421 100644
--- a/public/tags/log/index.html
+++ b/public/tags/log/index.html
@@ -6,6 +6,7 @@
+
Log | MCの飄狂山莊㊣
diff --git a/public/tags/mdadm/index.html b/public/tags/mdadm/index.html
index c59dfcf0..29ad9d68 100644
--- a/public/tags/mdadm/index.html
+++ b/public/tags/mdadm/index.html
@@ -6,6 +6,7 @@
+
Mdadm | MCの飄狂山莊㊣
diff --git a/public/tags/mellanox/index.html b/public/tags/mellanox/index.html
index de57d299..687a23be 100644
--- a/public/tags/mellanox/index.html
+++ b/public/tags/mellanox/index.html
@@ -6,6 +6,7 @@
+
Mellanox | MCの飄狂山莊㊣
diff --git a/public/tags/meshcentral/index.html b/public/tags/meshcentral/index.html
index cf5b8578..f6c413db 100644
--- a/public/tags/meshcentral/index.html
+++ b/public/tags/meshcentral/index.html
@@ -6,6 +6,7 @@
+
Meshcentral | MCの飄狂山莊㊣
diff --git a/public/tags/metabase/index.html b/public/tags/metabase/index.html
index e1cc6c9a..8bb575ee 100644
--- a/public/tags/metabase/index.html
+++ b/public/tags/metabase/index.html
@@ -6,6 +6,7 @@
+
Metabase | MCの飄狂山莊㊣
diff --git a/public/tags/nas/index.html b/public/tags/nas/index.html
index aa8bd91d..69120672 100644
--- a/public/tags/nas/index.html
+++ b/public/tags/nas/index.html
@@ -6,6 +6,7 @@
+
Nas | MCの飄狂山莊㊣
diff --git a/public/tags/proxmox/index.html b/public/tags/proxmox/index.html
index e379ccf3..3e3f6197 100644
--- a/public/tags/proxmox/index.html
+++ b/public/tags/proxmox/index.html
@@ -6,6 +6,7 @@
+
Proxmox | MCの飄狂山莊㊣
diff --git a/public/tags/ps/index.html b/public/tags/ps/index.html
index 15679f6a..38d8bade 100644
--- a/public/tags/ps/index.html
+++ b/public/tags/ps/index.html
@@ -6,6 +6,7 @@
+
Ps | MCの飄狂山莊㊣
diff --git a/public/tags/psql/index.html b/public/tags/psql/index.html
index c4e690ba..245be5ca 100644
--- a/public/tags/psql/index.html
+++ b/public/tags/psql/index.html
@@ -6,6 +6,7 @@
+
Psql | MCの飄狂山莊㊣
diff --git a/public/tags/pxe/index.html b/public/tags/pxe/index.html
index 30157f41..9ce50b67 100644
--- a/public/tags/pxe/index.html
+++ b/public/tags/pxe/index.html
@@ -6,6 +6,7 @@
+
Pxe | MCの飄狂山莊㊣
diff --git a/public/tags/raid/index.html b/public/tags/raid/index.html
index 0ad827fb..6598136e 100644
--- a/public/tags/raid/index.html
+++ b/public/tags/raid/index.html
@@ -6,6 +6,7 @@
+
Raid | MCの飄狂山莊㊣
diff --git a/public/tags/remote/index.html b/public/tags/remote/index.html
index cbdfb038..8ab6d723 100644
--- a/public/tags/remote/index.html
+++ b/public/tags/remote/index.html
@@ -6,6 +6,7 @@
+
Remote | MCの飄狂山莊㊣
diff --git a/public/tags/ssh/index.html b/public/tags/ssh/index.html
index e1d50d2d..47413ba6 100644
--- a/public/tags/ssh/index.html
+++ b/public/tags/ssh/index.html
@@ -6,6 +6,7 @@
+
Ssh | MCの飄狂山莊㊣
diff --git a/public/tags/synology/index.html b/public/tags/synology/index.html
index 61042799..fba23e5f 100644
--- a/public/tags/synology/index.html
+++ b/public/tags/synology/index.html
@@ -6,6 +6,7 @@
+
Synology | MCの飄狂山莊㊣
diff --git a/public/tags/timezone/index.html b/public/tags/timezone/index.html
index 7bfa8558..adf6caa0 100644
--- a/public/tags/timezone/index.html
+++ b/public/tags/timezone/index.html
@@ -6,6 +6,7 @@
+
Timezone | MCの飄狂山莊㊣
diff --git a/public/tags/ubuntu/index.html b/public/tags/ubuntu/index.html
index 0865ce82..2166a4b3 100644
--- a/public/tags/ubuntu/index.html
+++ b/public/tags/ubuntu/index.html
@@ -6,6 +6,7 @@
+
Ubuntu | MCの飄狂山莊㊣
diff --git a/public/tags/vim/index.html b/public/tags/vim/index.html
index d669901a..db08c480 100644
--- a/public/tags/vim/index.html
+++ b/public/tags/vim/index.html
@@ -6,6 +6,7 @@
+
Vim | MCの飄狂山莊㊣
diff --git a/public/tags/vpn/index.html b/public/tags/vpn/index.html
index f57e3cb1..fb753a85 100644
--- a/public/tags/vpn/index.html
+++ b/public/tags/vpn/index.html
@@ -6,6 +6,7 @@
+
Vpn | MCの飄狂山莊㊣
diff --git a/public/tags/wireguard/index.html b/public/tags/wireguard/index.html
index 164956fa..d6c9e2b4 100644
--- a/public/tags/wireguard/index.html
+++ b/public/tags/wireguard/index.html
@@ -6,6 +6,7 @@
+
Wireguard | MCの飄狂山莊㊣
diff --git a/public/tags/zfs/index.html b/public/tags/zfs/index.html
index c7cdbac7..99a13500 100644
--- a/public/tags/zfs/index.html
+++ b/public/tags/zfs/index.html
@@ -6,6 +6,7 @@
+
Zfs | MCの飄狂山莊㊣
diff --git a/public/tags/短今/index.html b/public/tags/短今/index.html
index c018b45c..9f4e02ad 100644
--- a/public/tags/短今/index.html
+++ b/public/tags/短今/index.html
@@ -6,6 +6,7 @@
+
短今 | MCの飄狂山莊㊣
diff --git a/public/tags/筆記/index.html b/public/tags/筆記/index.html
index a7705db4..aac44c99 100644
--- a/public/tags/筆記/index.html
+++ b/public/tags/筆記/index.html
@@ -6,6 +6,7 @@
+
筆記 | MCの飄狂山莊㊣
diff --git a/public/tags/群暉/index.html b/public/tags/群暉/index.html
index 6acca2b7..58348dad 100644
--- a/public/tags/群暉/index.html
+++ b/public/tags/群暉/index.html
@@ -6,6 +6,7 @@
+
群暉 | MCの飄狂山莊㊣
diff --git a/public/tw/sitemap.xml b/public/tw/sitemap.xml
index 0c42fb98..7bd9fbb0 100644
--- a/public/tw/sitemap.xml
+++ b/public/tw/sitemap.xml
@@ -174,13 +174,13 @@
- https://h.cowbay.org/tags/ansible/
+ https://h.cowbay.org/categories/ansible/
2019-08-05T16:24:40+08:00
0
- https://h.cowbay.org/categories/ansible/
+ https://h.cowbay.org/tags/ansible/
2019-08-05T16:24:40+08:00
0
@@ -299,14 +299,14 @@
- https://h.cowbay.org/tags/linux/
- 2019-07-31T11:06:33+08:00
+ https://h.cowbay.org/categories/linux/
+ 2019-05-17T12:18:54+08:00
0
- https://h.cowbay.org/categories/linux/
- 2019-05-17T12:18:54+08:00
+ https://h.cowbay.org/tags/linux/
+ 2019-07-31T11:06:33+08:00
0
@@ -374,25 +374,25 @@
- https://h.cowbay.org/tags/proxmox/
+ https://h.cowbay.org/categories/proxmox/
2019-06-17T13:20:57+08:00
0
- https://h.cowbay.org/categories/proxmox/
+ https://h.cowbay.org/tags/proxmox/
2019-06-17T13:20:57+08:00
0
- https://h.cowbay.org/tags/ps/
+ https://h.cowbay.org/categories/ps/
2018-11-05T07:46:53+08:00
0
- https://h.cowbay.org/categories/ps/
+ https://h.cowbay.org/tags/ps/
2018-11-05T07:46:53+08:00
0
@@ -503,25 +503,25 @@
- https://h.cowbay.org/tags/%E7%AD%86%E8%A8%98/
- 2018-11-30T16:05:14+08:00
+ https://h.cowbay.org/categories/%E7%AD%86%E8%A8%98/
+ 2019-08-16T10:18:06+08:00
0
- https://h.cowbay.org/categories/%E7%AD%86%E8%A8%98/
- 2019-08-16T10:18:06+08:00
+ https://h.cowbay.org/tags/%E7%AD%86%E8%A8%98/
+ 2018-11-30T16:05:14+08:00
0
- https://h.cowbay.org/tags/%E7%BE%A4%E6%9A%89/
+ https://h.cowbay.org/categories/%E7%BE%A4%E6%9A%89/
2018-12-04T10:25:19+08:00
0
- https://h.cowbay.org/categories/%E7%BE%A4%E6%9A%89/
+ https://h.cowbay.org/tags/%E7%BE%A4%E6%9A%89/
2018-12-04T10:25:19+08:00
0
diff --git a/themes/bilberry-hugo-theme/layouts/_default/baseof.html b/themes/bilberry-hugo-theme/layouts/_default/baseof.html
index 96e8bbe3..6a37d792 100644
--- a/themes/bilberry-hugo-theme/layouts/_default/baseof.html
+++ b/themes/bilberry-hugo-theme/layouts/_default/baseof.html
@@ -30,6 +30,7 @@
+
{{ .Hugo.Generator }}
{{ block "title" . }} {{ .Scratch.Get "title" }} | {{ .Site.Title }}{{ end }}