All Projects → redVi → voyager

redVi / voyager

Licence: MIT license
Just another jekyll theme.

Programming Languages

SCSS
7915 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language

Labels

Projects that are alternatives of or similar to voyager

Jekyll Gist
📃 Liquid tag for displaying GitHub Gists in Jekyll sites.
Stars: ✭ 218 (+431.71%)
Mutual labels:  jekyll
Poole
The Jekyll Butler. A no frills responsive Jekyll blog theme.
Stars: ✭ 2,666 (+6402.44%)
Mutual labels:  jekyll
help
The help website/knowledgebase (bitwarden.com/help).
Stars: ✭ 121 (+195.12%)
Mutual labels:  jekyll
Hcz Jekyll Blog
A simple material theme for blogger
Stars: ✭ 220 (+436.59%)
Mutual labels:  jekyll
Tutorials
🗒 codebar's tutorials
Stars: ✭ 231 (+463.41%)
Mutual labels:  jekyll
Polyglot
🔤 Multilingual and i18n support tool for Jekyll Blogs
Stars: ✭ 242 (+490.24%)
Mutual labels:  jekyll
Jekyll Minifier
Jekyll HTML/XML/CSS/JS Minifier utilising yui-compressor, and htmlcompressor
Stars: ✭ 215 (+424.39%)
Mutual labels:  jekyll
jekyll-atlantic-theme
Jekyll Atlantic is a beautiful Tailwind CSS theme. It shows best practices for using Tailwind with Jekyll.
Stars: ✭ 40 (-2.44%)
Mutual labels:  jekyll
Jekyll Serif Theme
Serif is a beautiful business theme for Jekyll.
Stars: ✭ 235 (+473.17%)
Mutual labels:  jekyll
jekyll-typogrify
A Jekyll plugin that improves the typography of your Liquid templates.
Stars: ✭ 26 (-36.59%)
Mutual labels:  jekyll
Millennial
A minimalist Jekyll theme for running an online publication
Stars: ✭ 223 (+443.9%)
Mutual labels:  jekyll
Jekyll Mdl
A Jekyll theme based in Google Material Design Lite library.
Stars: ✭ 227 (+453.66%)
Mutual labels:  jekyll
Hyde
A front-end to Jekyll that parses C++ sources to produce and enforce out-of-line documentation
Stars: ✭ 250 (+509.76%)
Mutual labels:  jekyll
Noflo Jekyll
Flow-based reimplementation of the Jekyll static site generator
Stars: ✭ 219 (+434.15%)
Mutual labels:  jekyll
arkadianriver.com
Using the Spectral theme from HTML5UP and jekyll, this is the source for https://arkadianriver.com. Clean demo and documentation at https://arkadianriver.github.io/arkadianriver.com
Stars: ✭ 115 (+180.49%)
Mutual labels:  jekyll
Jekyll Admin
A Jekyll plugin that provides users with a traditional CMS-style graphical interface to author content and administer Jekyll sites.
Stars: ✭ 2,531 (+6073.17%)
Mutual labels:  jekyll
Open Publisher
Using Jekyll to create outputs that can be used as Pandoc inputs. In short - input markdown, output mobi, epub, pdf, and print-ready pdf. With a focus on fiction.
Stars: ✭ 242 (+490.24%)
Mutual labels:  jekyll
efcl.github.io
Web Scratchブログのリポジトリ
Stars: ✭ 95 (+131.71%)
Mutual labels:  jekyll
cops-website
COPS Official Website
Stars: ✭ 27 (-34.15%)
Mutual labels:  jekyll
Just The Docs
A modern, high customizable, responsive Jekyll theme for documention with built-in search.
Stars: ✭ 3,747 (+9039.02%)
Mutual labels:  jekyll

Voyager

Just another jekyll theme. Demo: http://redvi.github.io/voyager

Feathures:

All HTML files are compressed (see _layouts/compress.html).

Post

All post settings can be changed. Example:

---
layout: post
bg: '2016/background.jpg'
title: "Post Heading"
crawlertitle: "page title"
summary: "post description"
date: 2016-06-29
tags : ['front-end']
slug: post-url
author: "Author"
categories: posts
---

bg is a path to background of your article. By default backgrounds are placed in the assets/images directory.

Page

If page contains active tag, it will be show on site menu.

---
layout: page
title: "About"
permalink: /about/
active: about
---

Archive

Archive page is sorting posts by tags. No more than one tag in one post.

Good:

tags : ['front-end']

Bad:

tags : ['front-end', 'jekyll']

Don't forget to change _config.yml.

Relative paths

If your blog is not in the root directory, you can include images with a relative path. For example:

![my_image]({{ site.images | relative_url }}/image.jpg)

Production environment

Build for production:

JEKYLL_ENV=production jekyll build

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].