当前位置:网站首页>Next -21- 添加相册系列 - 1- 框架设置
Next -21- 添加相册系列 - 1- 框架设置
2022-08-04 14:48:00 【为为为什么】
Next 主题原生没有相册功能,我又是摄影爱好者,不得不下点功夫在这了。本系列介绍添加相册的方法,本文是开篇,记录Next主题下开启相册按钮和开启相应页面,后面的一边研究一边发。
Next设置
- 新建hexo page
hexo new page photos
将会在
source/
下创建photos/index.md
- 在index.md中添加
type: photos
title: photos
date: 2020-03-22 23:03:55
type: photos
- 修改
主题配置文件
,在menu
字段中加入photos: /photos/ || image
# Usage: `Key: /link/ || icon`
# Key is the name of menu item. If the translation for this item is available, the translated text will be loaded, otherwise the Key name will be used. Key is case-senstive.
# Value before `||` delimiter is the target link, value after `||` delimiter is the name of Font Awesome icon.
# When running the site in a subdirectory (e.g. yoursite.com/blog), remove the leading slash from link value (/archives -> archives).
# External url should start with http:// or https://
menu:
home: / || home
about: /about/ || user
tags: /tags/ || tags
categories: /categories/ || th
archives: /archives/ || archive
photos: /photos/ || image
#schedule: /schedule/ || calendar
sitemap: /sitemap.xml || sitemap
#commonweal: /404/ || heartbeat
- 修改 themes/next/languages/zh-Hans.yml,添加photos字段
menu:
home: 首页
archives: 归档
categories: 分类
tags: 标签
about: 关于
search: 搜索
commonweal: 公益404
something: 有料
sitemap: 站点地图
photos: 相册
- 此时效果
边栏推荐
- 如何在ubuntu环境下安装postgresql并配置远程访问
- leetcode:241. 为运算表达式设计优先级
- Google plug-in. Download contents file is automatically deleted after solution
- 兆骑科创创新创业大赛活动举办,线上直播路演,投融资对接
- 16、学习MySQL 正则表达式
- 如何和程序员谈恋爱
- Zheng Qing freshmen school competition and middle-aged engineering selection competition
- B.构造一个简单的数列(贪心)
- eNSP-小型网络拓扑(DNS、DHCP、网站服务器、无线路由器)
- 技术分享| 小程序实现音视频通话
猜你喜欢
随机推荐
Why does the decimal point appear when I press the space bar in word 2003?
Go 语言快速入门指南: 变量和常量
杭电校赛(逆袭指数)
Oracle database user creation, restart, import and export
License server system does not support this version of this feature
理论篇1:深度学习之----LetNet模型详解
第十六章 源代码文件 REST API 教程(一)
期货开户之前要谈好最低手续费和交返
【Today in History】August 4: First female Turing Award winner; NVIDIA acquires MediaQ; first Cybersecurity Challenge completed
饿了么智能头盔专利获授权,进一步提升骑手安全保障
代码随想录笔记_动态规划_1049最后一块石头的重量II
Chinese valentine's day, of course, to learn SQL optimization better leave work early to find objects
【剑指offer33】二叉搜索树的后序遍历序列
7 天能找到 Go 工作吗?学学 Go 数组和指针试试
Find My技术|防止你的宠物跑丢,苹果Find My技术可以帮到你
16、学习MySQL 正则表达式
CF1527D MEX Tree (mex & tree & inclusive)
本周讨论用户体验:Daedalus 的 Nemo 加入 Ambire,探索加密海洋
1403. Minimum Subsequence in Non-Increasing Order
Rust from entry to proficient 04-variables