Jekyll 博客主题 jekyll-bootstrap-blog 更新,支持页面不在导航显示

简介: Todey, `jekyll-bootstrap-blog` add an enhancement, that pages can excluded from top bar nav(See https://github.com/waylau/jekyll-bootstrap-blog/issues

New Features and Enhancements

Todey, jekyll-bootstrap-blog add an enhancement, that pages can excluded from top bar nav(See https://github.com/waylau/jekyll-bootstrap-blog/issues/3). It's very uesful to hide the page, but you can still visit it derictly by page's url.

The jekyll-bootstrap-blog is a theme for Jekyll to build a personal blog. See https://github.com/waylau/jekyll-bootstrap-blog

Page excluded from top bar nav

By default, created pages will show on the top bar nav. If you want page excluded from top bar nav, you just addexcludedFromNav: true in the page as below. For example, we want hide the labs page:

---
layout: page
title: Labs
permalink: /labs/
excludedFromNav:true
---

Now, as you see ,the labs page was excluded from top bar nav:

But, you can still visit it derictly by page's url:

Demo

You can see the theme running on my blog.

目录
相关文章
|
6月前
|
前端开发
Bootstrap02 家居商城首页之最新上架&热门家具&分类页面
Bootstrap02 家居商城首页之最新上架&热门家具&分类页面
|
7月前
|
索引 容器
Bootstrap4----网络系统、图像形状、轮播、滚动监听、多媒体对象、下拉菜单导航及按钮
Bootstrap4----网络系统、图像形状、轮播、滚动监听、多媒体对象、下拉菜单导航及按钮
bootstrap+thymeleaf 页面多选回显时莫名其妙多了
【1月更文挑战第5天】bootstrap+thymeleaf 页面多选回显时莫名其妙多了 问题分析处理
N..
|
25天前
|
开发框架 前端开发 UED
bootstrap导航
bootstrap导航
N..
10 0
|
6月前
|
前端开发 JavaScript 容器
|
2月前
Bootstrap5 导航组件和面包屑
Bootstrap5 导航组件和面包屑
17 0
|
6月前
|
前端开发 JavaScript
Javascript知识【BootStrap技术实现商品页面】(下)
Javascript知识【BootStrap技术实现商品页面】
|
6月前
|
前端开发 JavaScript
|
6月前
Bootstrap03购物车页面&登录注册界面&其他组件使用
Bootstrap03购物车页面&登录注册界面&其他组件使用
|
6月前
|
开发框架 前端开发 JavaScript
Bootstrap01【前端开发框架】家居商城首页之导航&轮播图
Bootstrap01【前端开发框架】家居商城首页之导航&轮播图