HEXO博客框架建设

2022-07-14 14:10:59 浏览数 (1)

腾讯云工作台

https://console.cloud.tencent.com/lighthouse/instance/index?action=DescribeInstanceLoginKeyPair

网址域名瞎想

www.camerastack.com

www.camerautil.com

www.camerahelper.com

云服务器 搭建网站-最佳实践-文档中心-腾讯云-腾讯云

关于麦克 - 外贸麦克

Mac下使用GitHub Hexo搭建个人博客

Blog模版

SaltyLeo’s Blog

Brando ZHANG

框架建设

themes,fluid和hexo基本操作配置;

—fluid 比较不错,后面阅读文章时 分类不好查看;

—再体验archer

背景图,文章目录设置,关键字,类别;

浏览器标签,图标

域名设定

页面动态随机英文名言

中英文设定切换

文章post已英文为主

blog搜索功能

文章置顶功能

文章如何潜入视频,音频等?

文章内容量增加后,考虑网站加载速度? 已优化lazyload

增加评论功能

添加Google Analytics用来做流量统计

添加icon图标点击直接跳转到本地发送固定mail的方法,见下文:

代码语言:javascript复制
#---------------------------
# 关于页
# About Page
#---------------------------
about:
  enable: true
  banner_img: /img/meipai.webp
  banner_img_height: 70
  banner_mask_alpha: 0.3
  avatar: /img/logo.jpg
  name: "Abalone"
  intro: "An elegant blog documenting camera stacker and life essays!"
  # 更多图标可从 https://hexo.fluid-dev.com/docs/icon/ 查找,`class` 代表图标的 css class,添加 `qrcode` 后,图标不再是链接而是悬浮二维码
  # More icons can be found from https://hexo.fluid-dev.com/docs/en/icon/  `class` is the css class of the icon. If adding `qrcode`, The icon is no longer a link, but a hovering QR code
  icons:
    - { class: "iconfont icon-mail", link: "mailto:geoffbao0822@gmail.com", tip: "Gmail" }

0 人点赞