0.2.3 • Published 5 years ago

@dschau/gatsby-theme-blog v0.2.3

Weekly downloads
5
License
MIT
Repository
-
Last release
5 years ago

@dschau/gatsby-theme-blog

The backing theme powering my blog.

Note: this isn't generally applicable... yet. I wanted to explore themes, and this was my way of exploring. However--by all means, check it out and see if you can customize and use for your own blog!

Install

npm install --save @dschau/gatsby-theme-blog gatsby@^2.0.75

Usage

In gatsby-config.js:

module.exports = {
  __experimentalThemes: [
    {
      resolve: '@dschau/gatsby-theme-blog',
      options: {
        root: __dirname,
      },
    },
  ],
}

Additionally, you'll need to create a content folder with Markdown files powering the blog.

mkdir -p content/blog/2018-12-28-hello-world
touch content/blog/2018-12-28-hello-world/index.md

A sample post is below:

---
date: '2018-12-28'
title: 'Hello World'
excerpt: 'This is an excerpt optimized for SEO'
featured: ./images/create-an-image-here.jpg
tags:
  - gatsby
  - is
  - wonderful
---

Hello World! This is my first post! I'll have great features enabled by default, including:

- Syntax highlighting with triple backticks
- Responsive images
- Responsive iframe embeds
- and more!
0.2.3

5 years ago

0.2.3-alpha.9

5 years ago

0.2.3-alpha.8

5 years ago

0.2.2

5 years ago

0.2.0

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.1

5 years ago

0.0.0-rc.32

5 years ago

0.0.0-rc.31

5 years ago

0.0.0-rc.30

5 years ago

0.0.0-rc.29

5 years ago

0.0.0-rc.27

5 years ago

0.0.0-rc.26

5 years ago

0.0.0-rc.25

5 years ago

0.0.0-rc.24

5 years ago

0.0.0-rc.23

5 years ago

0.0.0-rc.22

5 years ago

0.0.0-rc.21

5 years ago

0.0.0-rc.20

5 years ago

0.0.0-rc.19

5 years ago

0.0.0-rc.18

5 years ago

0.0.0-rc.16

5 years ago

0.0.0-rc.15

5 years ago

0.0.0-rc.14

5 years ago

0.0.0-rc.13

5 years ago

0.0.0-rc.12

5 years ago

0.0.0-rc.11

5 years ago

0.0.0-rc.10

5 years ago

0.0.0-rc.9

5 years ago

0.0.0-rc.8

5 years ago

0.0.0-rc.7

5 years ago

0.0.0-rc.6

5 years ago

0.0.0-rc.5

5 years ago

0.0.0-rc.4

5 years ago

0.0.0-rc.3

5 years ago

0.0.0-rc.2

5 years ago

0.0.0-rc.1

5 years ago

0.0.0-rc.0

5 years ago

0.0.0

5 years ago