全栈工程师俱乐部首页
Go to file
2024-09-19 15:25:56 +08:00
src 更新 ukey 程序 2024-09-19 15:25:56 +08:00
swa 更新 ukey 程序 2024-09-19 15:25:56 +08:00
.gitignore move www 2023-08-09 13:58:31 +08:00
build.cmd save all 2023-08-09 13:57:49 +08:00
default.conf 更换基础镜像 2024-03-07 11:32:45 +08:00
Dockerfile 更换基础镜像 2024-03-07 11:32:45 +08:00
fullstack.web.tar 更换基础镜像 2024-03-07 11:32:45 +08:00
kit.json save all 2023-08-09 13:57:49 +08:00
LICENSE 初始化 2022-10-15 20:42:49 +08:00
push.cmd save all 2023-08-09 13:57:49 +08:00
README.md 更换基础镜像 2024-03-07 11:32:45 +08:00
start.sh save all 2023-08-09 13:57:49 +08:00
sync.cmd save all 2023-08-09 13:57:49 +08:00
test.cmd 更换基础镜像 2024-03-07 11:32:45 +08:00

fullstack web

本项目是 fullstack.club 的官网,主要是一些导航和在线工具。

  • 采用 hugo 部署方式,方便高效。
  • 主要的配置信息都集成到了 config.toml一键完成各种自定义的配置。
  • 导航的各个信息都集成在 data/webstack.yml 文件中,方便后续增删改动。
  • 图标存放在目录 static/assets/images/logos, 120 x 120 像素。
- taxonomy: 科研办公
  icon: fas fa-flask fa-lg
  list:
    - term: 生物信息
      links:
        - title: NCBI
          logo: ncbi.jpg
          url: https://www.ncbi.nlm.nih.gov/
          description: National Center for Biotechnology Information.
        - title: Bioconda
          logo: bioconda.jpg
          url: https://anaconda.org/bioconda/
          description: "Bioconda :: Anaconda.org."
    - term: 云服务器
      links:
        - title: 阿里云
          logo: 阿里云.jpg
          url: https://www.aliyun.com/
          description: 上云就上阿里云。
        - title: 腾讯云
          logo: 腾讯云.jpg
          url: https://cloud.tencent.com/
          description: 产业智变,云启未来。
  • 做了手机电脑自适应以及夜间模式。
  • 增加了搜索功能,以及下拉的热词选项(基于百度 API
  • 增加了一言、和风天气的 API。

hugo 安装

文档: https://gohugo.io/getting-started/ 安装包: https://github.com/gohugoio/hugo/releases

本地启动

cd hugo hugo server

发布

build.cmd push.cmd