Sha256: 5fca387e2993afdbf18d2188accfabf274a02fdf3500d2ca7cc02f71e0d5a2e3

Contents?: true

Size: 855 Bytes

Versions: 2

Compression:

Stored size: 855 Bytes

Contents

# Add the below to your _config.yml
collections_dir: content
collections:
  writers:
    output: true

# Custom fields
title: "AskClass News"
description: "News and discussions on learning and education"
site_url: "https://news.askclass.com"
site_cat:
  - education
twitter: "askclass_com"
logo:
  image: "logo-icon.svg"
  size: 70
  alt_image: "logo.svg"
  alt_size: 200
color:
  theme: "#ffc100"
  bg: "#222"
date_format: "%b %d, %Y"

footer:
  - icon: "copyright"
    href: "https://askclass.com"
    text: "AskClass"
  - icon: "toys"
    href: "https://app.askclass.com"
    text: "Icebreakers"

font_families:
  - Teko
  - Open+Sans
  - Josefin+Sans
  - Share+Tech+Mono
  - Material+Icons

# Theme
excerpt_separator: "<!--more-->"

sass:
  style: compact

exclude:
  - README.md
  - LICENSE.txt
  - Gemfile
  - askclass-news-theme.gemspec
  - CNAME

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
askclass-news-theme-0.2.1 _config.yml
askclass-news-theme-0.2.0 _config.yml