saber-theme-tufte
v1.0.4
Published
Tufte inspired theme for saber.js.
Readme
saber-theme-tufte
Install
yarn add saber-theme-tufteIn your saber-config.yml:
theme: tufteThis theme works best with following plugins:
saber-plugin-query-posts: Injectpoststo homepage'spageprop, generate tag pages
yarn add saber-plugin-query-postsplugins:
- resolve: saber-plugin-query-postsLayouts
post: For individual blog posts.page: For normal page with only the header and footer.default: A home page to show all your posts.
The default page can be customized with a title, subtitle, and description:
layout: default
# Inject post list as `page.posts` (by saber-plugin-query-posts)
injectAllPosts: true
title:
subtitle:
description: Site Config
Configure site title, description etc in your saber-config.yml:
siteConfig:
title: My Site
description: About this website.
author: My Name
email: [email protected]Theme Config
Navbar
Configure nav to show a set of links in header and optional repository link:
themeConfig:
nav:
- text: Home
link: /
- text: About
link: /about.htmlLicense
MIT.
