Skip to content

iplaycode/webstack-hugo

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
October 2, 2022 12:14
August 2, 2021 17:49
August 2, 2021 17:49
April 12, 2020 19:08
April 12, 2020 19:08
November 14, 2022 13:29
July 16, 2021 14:38

Hugo版 WebStack 主题

本项目是基于纯静态的网址导航网站webstack.cc 制作的Hugo主题,主题安装后,将exampleSite目录下的文件复制到hugo站点根目录,网址信息可通过data目录下webstack.yml修改。

这是一个开源的公益项目,你可以拿来制作自己的网址导航,也可以做与导航无关的网站。

应一些网友要求,尝试做了2.0版主题升级,主要基于WordPress版主题,新增了聚合搜索框、夜间模式等,喜欢原版的网友请下载1.0版主题

2.0更新说明:

  • 分类标题前面的图标升级为Font-Awesome-4.7.0,图标样式及名称可到这里参阅
另外需要将webstack.yml文件中icon:后方的名称做批量替换,linecons替换为fa
如:icon: linecons-star
变更为:icon: fa-star
  • 可以加公众号二维码,webstack.yml中的配置如下
    - title: 二维码演示
      qrcode: assets/images/webstack-hugo-qrcode.png
      logo: assets/images/favicon.png
      description: 二维码演示,新增二维码,手机扫一扫
  • 新增聚合搜索框、夜间模式,可开关
config.toml配置文件新增如下参数进行相应模式的开(true)和关(false)
[params.search]
  enable = true
[params.darkmode]
  enable = false