Skippor's Blog

Home Archives
2023-01-21

hexo博客搭建及主题选择

准备

    1. github上创建仓库,一般和用户名一致,如https://skippor.github.io/
    1. 设置好clinet id和client key
    1. 安装配置hexo
    1. 发布部署博客文章

安装

1
2
3
4
$ npm install -g hexo

#hexo 目录下执行
$ rm -rf node_modules && npm install --force

操作

1
2
3
$ hexo new "title"
$ hexo clean
$ hexo g -d

hexo主题

  • NexT
  • Landscape Plus
  • 从零开始制作 Hexo 博客
分享
  • hexo
  • work
前一篇
drawio画图环境搭建
后一篇
Hello World

标签

  • cert
  • concurrency
  • dataplane
  • deb
  • docker
  • dpdk
  • ebpf
  • gcc
  • gm
  • go
  • grpc
  • hexo
  • https
  • ikev1
  • ikev2
  • io
  • ipsec
  • k3s
  • kernel
  • linux
  • memory
  • misc
  • mysql
  • network
  • nginx
  • nmap
  • notes
  • openssl
  • openstick
  • openvpn
  • ovs
  • package
  • pandas
  • performance
  • python
  • qemu
  • reprint
  • rpm
  • rust
  • rxe
  • sdn
  • security
  • shadowsocks
  • shell
  • siw
  • socket
  • ssl
  • strongswan
  • study
  • tips
  • v2ray
  • vlan
  • vpn
  • vscode
  • wifi
  • windows
  • wireguard
  • work
  • xdp

标签云

cert concurrency dataplane deb docker dpdk ebpf gcc gm go grpc hexo https ikev1 ikev2 io ipsec k3s kernel linux memory misc mysql network nginx nmap notes openssl openstick openvpn ovs package pandas performance python qemu reprint rpm rust rxe sdn security shadowsocks shell siw socket ssl strongswan study tips v2ray vlan vpn vscode wifi windows wireguard work xdp

归档

  • 十二月 2024
  • 十一月 2024
  • 十月 2024
  • 九月 2024
  • 八月 2024
  • 七月 2024
  • 六月 2024
  • 五月 2024
  • 三月 2024
  • 二月 2024
  • 十一月 2023
  • 十月 2023
  • 九月 2023
  • 八月 2023
  • 七月 2023
  • 六月 2023
  • 五月 2023
  • 四月 2023
  • 三月 2023
  • 二月 2023
  • 一月 2023
  • 十二月 2022

最新文章

  • openssl常用命令
  • nmap使用指南
  • shadowsocks简易代理隧道
  • v2ray简易代理隧道
  • 使用ovs+docker实现容器间vlan隔离
© 2025 Skippor
Powered by Hexo
Home Archives