IT数码 购物 网址 头条 软件 日历 阅读 图书馆
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
图片批量下载器
↓批量下载图片,美女图库↓
图片自动播放器
↓图片自动播放器↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁
 
   -> 开发工具 -> hexo + github pages 创建你的个人博客 -> 正文阅读

[开发工具]hexo + github pages 创建你的个人博客

欢迎访问: https://shufanhao.github.io

为什么要创建自己的博客

自己的博客是写在CSDN,shu-frank的专栏。但为什么还要自己setup blog 呢?

  • 有一个自己定制的Website不爽么。
  • 学习下Hexo + github pages
  • 可以写点防止被墙的文章。

hexo

参考Stun

hexo 安装

创建 github pages 和创建普通的 github 仓库没太大区别(记住仓库名称是 username.github.io)。以下安装基于 mac。

  • 安装 node 和 npm
brew install node

如果想安装其他版本的 node,可以使用 brew search node ,找到对应的版本包然后安装。

  • 安装 hexo
npm install -g hexo-cli
  • hexo init
    hexo 初始化并自动创建博客目录,根据提示,初始化完成后,进入到博客目录,执行 npm install
hexo init shufanhao.github.io
  • 常用命令
hexo d -g 生成并部署
hexo s 本地部署
hexo g 生成站点
hexo clean
hexo new 新建文章 

基础配置

一下是一些基础配置,主题选择,页面布局等,我们只需要记住两个配置文件就行了。

  • 站点配置文件 _config.yml
  • 主题配置文件 themes/主题名/_config.yml,这里就是 themes/stun/_config.yml
themes stun 安装

用github submodule 管理themes,创建.gitmodules

[submodule "themes/stun"]
	path = themes/stun
	url = git@github.com:shufanhao/hexo-theme-stun.git
启用 stun

编辑站点配置文件,修改 theme 选项。

theme: stun
新建标签,分类,关于页面

会在 source 目录下生成对应的文件夹。这几个页面也是 markdown 文件,你可以自由编辑,比如关于页面。

hexo new page tag
hexo new page categories
hexo new page about
设置站点语言

修改站点配置文件,如果你发现配置不管用的话,可以查看下 themes/stun/languages 目录,看下是否存在 zh-Hans.yml 或者 zh-CN.yml。如果只存在 zh-CN.yml,重命名成 zh-Hans.yml 即可。

language: zh-Hans
设置侧边栏菜单

修改主题配置文件,想显示哪个菜单,把对应的注释去掉就行。

menu:
  home: / || fa fa-home
  about: /about/ || fa fa-user
  tags: /tags || fa fa-tags
  categories: /categories || fa fa-th
  archives: /archives || fa fa-archive
  #schedule: /schedule/ || fa fa-calendar
  #sitemap: /sitemap.xml || fa fa-sitemap
  #commonweal: /404/ || fa fa-heartbeat
侧栏位置

修改主题配置文件

sidebar:
  # Sidebar Position.
  position: left
  #position: right
头像

修改主题配置文件,可以选择是否圆框,是否鼠标点击头像旋转。

# Sidebar Avatar
avatar:
  # Replace the default image and set the url here.
  url: https://avatars2.githubusercontent.com/u/24888835?s=400&u=20f46b828b9ee5d5a93dfce95ec7c01d07cff6cf&v=4
  # If true, the avatar will be dispalyed in circle.
  rounded: true
  # If true, the avatar will be rotated with the cursor.
  rotated: true
站点描述

修改站点配置文件,主要是站点名称,描述,关键字,作者这些

title: Frank Blog
subtitle: '上天之所以不给你,是因为你要的不够强烈'
descriptin: '于离别之朝束起约定之花'
keywords: Docker,Kubernetes,k8s,Java,Mac,Linux,生活,life,容器,云,编程
author: Frank
language: zh-CN # en
timezone: Asia/shanghai
开启阅读数,字数统计

修改主题配置文件

# Post wordcount display settings
# Dependencies: https://github.com/theme-stun/hexo-symbols-count-time
symbols_count_time:
  separated_meta: true
  item_text_post: true
  item_text_total: false
  awl: 4
  wpm: 275
添加搜索栏

安装搜索插件

npm install hexo-generator-searchdb --save

修改站点配置文件,添加 search 配置

# search
search:
  path: search.xml
  field: post
  format: html
  limit: 10000
相关文章

安装插件

npm install hexo-related-popular-posts --save

修改主题配置文件

related_posts:
  enable: true
  title: 相关文章推荐# Custom header, leave empty to use the default one
  display_in_home: false
  params:
    maxCount: 5
    #PPMixingRate: 0.0
    #isDate: false
    #isImage: false
    isExcerpt: fals
社交地址

修改主题配置文件,用自带的图标其实就可以了

social:
  GitHub: https://github.com/Flyraty || fab fa-github
  Zhihu: https://www.zhihu.com/people/zhang-hai-liang-83-28 || fab fa-zhihu
  E-Mail: 139hailiangabc@gmail.com || fa fa-envelope
  Weibo: https://weibo.com/yourname || fab fa-weibo
  #Google: https://plus.google.com/yourname || fab fa-google
  #Twitter: https://twitter.com/yourname || fab fa-twitter
  #FB Page: https://www.facebook.com/yourname || fab fa-facebook
  #StackOverflow: https://stackoverflow.com/yourname || fab fa-stack-overflow
  #YouTube: https://youtube.com/yourname || fab fa-youtube
  #Instagram: https://instagram.com/yourname || fab fa-instagram
  #Skype: skype:yourname?call|chat || fab fa-skype

social_icons:
  enable: true
  icons_only: false
  transition: false
自动生成摘要

自动生成摘要在 stun7 中被去除掉了。不想显示全文的话,有两种方式控制,建议第一种方式

  • <!--more-->,会显示之前的内容,之后的内容不会显示
  • 文章 meta 中添加 description字段
    不要在设置啥 auto_encrypt 了。。。
添加 Disqus 评论系统

访问 disqus.com,选择 i want to install disqus on my site。然后跟着提示一步步走,只需要记住自己的 shortname 即可。
修改主题配置文件

 Disqus
disqus:
  enable: true
  shortname: flyraty
  count: true
  #post_meta_order: 0
部署到 git

安装插件

npm install hexo-deployer-git --save

具体参考:https://shufanhao.github.io/posts/1eb3f811/

美化

代码框风格,并添加复制按钮

修改主题配置文件,设置 theme 和 style

codeblock:
  # Code Highlight theme
  # Available values: normal | night | night eighties | night blue | night bright | solarized | solarized dark | galactic
  # See: https://github.com/chriskempson/tomorrow-theme
  highlight_theme: night
  # Add copy button on codeblock
  copy_button:
    enable: true
    # Show text copy result.
    show_result: true
    # Available values: default | flat | mac
    style: mac
页面动画效果

hexo 内置了一些页面动态效果。如果想打开的话,只需要在主题配置文件里搜索打开即可。

  • canvas_nest
  • canvas_ribbon
  • three_waves

比如 canvas_nest

# Canvas-nest
# Dependencies: https://github.com/theme-stun/theme-stun-canvas-nest
canvas_nest:
  enable: false
  onmobile: true # display on mobile or not
  color: "0,0,255" # RGB values, use ',' to separate
  opacity: 0.5 # the opacity of line: 0~1
  zIndex: -1 # z-index property of the background
  count: 99 # the number of lines
页面顶部加载阅读进度条

修改主题配置文件

# Reading progress bar
reading_progress:
  enable: true
  # Available values: top | bottom
  position: top
  color: "#37c6c0"
  height: 3px
文章阅读进度条

安装插件

npm install hexo-cake-moon-menu --save

修改主题配置文件,添加如下内容

moon_menu:
  back2top:
    enable: true
    icon: fa fa-chevron-up
    func: back2top
    order: -1
  back2bottom:
    enable: true
    icon: fa fa-chevron-down
    func: back2bottom
    order: -2

stun 自带了文章阅读进度条(pace 配置),但是不如这个插件好看。

鼠标点击烟花效果

参考 小丁的博客

修改页面布局为圆角

新建 source/_data/variables.styl

// 圆角设置
$border-radius-inner     = 20px 20px 20px 20px;
$border-radius           = 20px;

修改主题配置文件,打开自定义 variables.styl 的设置

custom_file_path:
	variable: source/_data/variables.sty
添加粒子时钟

参考 小丁的博客

去掉底部·强力驱动·

修改主题配置文件

footer:
	power: false
关于页面显示 github commit chart

参考 小丁的博客

优化加速

启用 FastClick

修改主题配置文件

fastclick: true
启用 QuickLink

修改主题配置文件,quickclick 用于资源文件的预加载

quicklink:
  enable: true

  # Home page and archive page can be controlled through home and archive options below.
  # This configuration item is independent of `enable`.
  home: true
  archive: true

  # Default (true) will initialize quicklink after the load event fires.
  delay: true
  # Custom a time in milliseconds by which the browser must execute prefetching.
  timeout: 3000
  # Default (true) will enable fetch() or falls back to XHR.
  priority: true

  # For more flexibility you can add some patterns (RegExp, Function, or Array) to ignores.
  # See: https://github.com/GoogleChromeLabs/quicklink#custom-ignore-patterns
  ignores:

SEO

主要就是生成站点地图并提交百度和谷歌收录,生成永久链接,参考: https://shufanhao.github.io/posts/cfd1b897/

参考

timemachine

  开发工具 最新文章
Postman接口测试之Mock快速入门
ASCII码空格替换查表_最全ASCII码对照表0-2
如何使用 ssh 建立 socks 代理
Typora配合PicGo阿里云图床配置
SoapUI、Jmeter、Postman三种接口测试工具的
github用相对路径显示图片_GitHub 中 readm
Windows编译g2o及其g2o viewer
解决jupyter notebook无法连接/ jupyter连接
Git恢复到之前版本
VScode常用快捷键
上一篇文章      下一篇文章      查看所有文章
加:2022-05-05 11:40:32  更:2022-05-05 11:41:05 
 
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁

360图书馆 购物 三丰科技 阅读网 日历 万年历 2024年11日历 -2024/11/13 15:03:00-

图片自动播放器
↓图片自动播放器↓
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
图片批量下载器
↓批量下载图片,美女图库↓
  网站联系: qq:121756557 email:121756557@qq.com  IT数码