All Projects β†’ saberland β†’ saber-theme-tailsaw

saberland / saber-theme-tailsaw

Licence: other
A Saber theme for blogging, based on Jigsaw's Blog Template.

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to saber-theme-tailsaw

static-webpack-boilerplate
πŸš€ Minimal & Modern Webpack Boilerplate for building static sites
Stars: ✭ 40 (-24.53%)
Mutual labels:  static-site
Mizi
A simple markdown to website generator written in C++.
Stars: ✭ 31 (-41.51%)
Mutual labels:  static-site
website
The DocPad Website. Replaced by GitBook: https://docpad.bevry.me
Stars: ✭ 22 (-58.49%)
Mutual labels:  static-site
bluff
A static website generator in Dart.
Stars: ✭ 84 (+58.49%)
Mutual labels:  static-site
markkarpov.com
My personal web site
Stars: ✭ 16 (-69.81%)
Mutual labels:  static-site
my eu
Code and data for myeu.uk - find out what the EU has done for your area
Stars: ✭ 18 (-66.04%)
Mutual labels:  static-site
11ta-template
Deeply customizable, full-featured, ready to publish blog template built with 11ty, TailwindCSS, & Alpine.js
Stars: ✭ 98 (+84.91%)
Mutual labels:  static-site
urlzap
⚑️ Your own static URL shortener
Stars: ✭ 57 (+7.55%)
Mutual labels:  static-site
static-auth
The most simple way to add Basic Authentication to a static website hosted on Vercel.
Stars: ✭ 25 (-52.83%)
Mutual labels:  static-site
nodejsdesignpatterns.com
Source for Website for Node.js Design Patterns, book by Mario Casciaro and Luciano Mammino, published by Packt (https://nodejsdp.link/buy)
Stars: ✭ 27 (-49.06%)
Mutual labels:  static-site
Pointless
A Static Blog Generator
Stars: ✭ 18 (-66.04%)
Mutual labels:  static-site
presta
Minimalist serverless framework for SSR, SSG, serverless APIs and more.
Stars: ✭ 89 (+67.92%)
Mutual labels:  static-site
dekontaminasi
DIY static API server for COVID-19 data in Indonesia
Stars: ✭ 66 (+24.53%)
Mutual labels:  static-site
tm-nextjs-starter
React + Nextjs + MobX starter
Stars: ✭ 49 (-7.55%)
Mutual labels:  static-site
mpc-hc.org
The source code of our website.
Stars: ✭ 64 (+20.75%)
Mutual labels:  static-site
pehapkari.cz-old
Website of Czech and Slovak PHP Community
Stars: ✭ 31 (-41.51%)
Mutual labels:  static-site
AnotherBadBeatSaberClone
This is a discontinued but perhaps helpful VR project created during my Master's degree at FH Wedel.
Stars: ✭ 22 (-58.49%)
Mutual labels:  saber
reflex-stone
Template repository for writing GHCJS/Reflex apps targeting static sites without a backend.
Stars: ✭ 24 (-54.72%)
Mutual labels:  static-site
krashna-site
Website for Krashna Musika - Student Society for Classical Music in Delft
Stars: ✭ 17 (-67.92%)
Mutual labels:  static-site
readme-in-static-site
πŸ’Ž Transform and insert your GitHub readme in your static site.
Stars: ✭ 24 (-54.72%)
Mutual labels:  static-site

Tailsaw: Saber Blog Starter Template

This is a starter template for creating a beautiful, customizable blog in Saber with minimal effort. It is based on the Blog Template for Jigsaw. See the demo.

Installation

yarn add saber-theme-tailsaw

Then, in your Saber config file:

theme: tailsaw
plugins:
  - saber-plugin-query-posts
  - saber-plugin-prismjs
  # If you want to enable local search:
  - saber-plugin-search

This starter template includes samples of common page types, and comes pre-configured with:

  • A fully responsive theme
  • Tailwind CSS, a utility CSS framework that allows you to customize your design without touching a line of CSS
  • Syntax highlighting using Prism
  • A search bar which indexes your content automatically (when saber-plugin-search is used)
  • Progress bar and page transition
  • A custom 404 page
  • A component for accepting newsletter signups
  • A sample contact form

Coming soon:

  • RSS feed and sitemap generator
  • Config options

Adding Content

You can write your content using a variety of file types. Your content is located in the pages/_posts/ folder.

The top of each content page contains a YAML header that specifies how it should be rendered. The title attribute is used to dynamically generate HTML title and OpenGraph tags for each page. The layout attribute defines which parent layout this content file will render with (e.g. post will render with theme/layouts/post.vue).

---
title: First Post
layout: post
date: 2019-04-29
author: Jane
categories:
  - meta
slug: first-post
featured: true
assets:
  cover: ./first-post.png
---

Adding Assets

You can easily include assets in your posts, just by linking to their relative location.


Building Your Site

Now that you know how to customize your content, let’s build the site.

yarn build

Your built site is under public/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].