Skip to content

Commit 89cd032

Browse files
authoredMar 13, 2019
fix: fix themes roadmap blog post date (#12532)
* fix: fix themes roadmap blog post date * remove duplicated title and adjust section title to h2
1 parent 46674c6 commit 89cd032

File tree

1 file changed

+6
-8
lines changed
  • docs/blog/2019-03-11-gatsby-themes-roadmap

1 file changed

+6
-8
lines changed
 

‎docs/blog/2018-03-11-gatsby-themes-roadmap/index.md ‎docs/blog/2019-03-11-gatsby-themes-roadmap/index.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
---
22
title: Gatsby Themes Roadmap
3-
date: 2018-03-11
3+
date: 2019-03-11
44
author: Chris Biscardi
55
excerpt: "Where Gatsby themes are headed in 2019"
66
tags: ["themes", "architecture"]
77
---
88

9-
# Gatsby Themes Roadmap
10-
119
Gatsby themes have come a long way in the last few months. We've iteratively
1210
shipped functionality that has enabled people to ship sites quickly on short
1311
deadline with an absolute minimum (1) of breaking changes. In this post we'll
@@ -19,7 +17,7 @@ like for where we're going:
1917
3. Simplifying the Data Model
2018
4. ?
2119

22-
# Theme Composition
20+
## Theme Composition
2321

2422
The core theme composition algorithm was the first set of functionality we
2523
worked on. This piece of the code at its core can be thought of as
@@ -77,7 +75,7 @@ what best practices will end up being and if you're just getting started its a
7775
good idea to build out a single theme before attempting to build a set of themes
7876
that work together.
7977

80-
# Component Shadowing
78+
## Component Shadowing
8179

8280
The next problem we approached can be described as "How do I change the
8381
navigation component in a theme?".
@@ -106,7 +104,7 @@ To learn more about child themes and component shadowing, [read this themes
106104
update blog
107105
post](https://www.gatsbyjs.org/blog/2019-01-29-themes-update-child-theming-and-component-shadowing/).
108106

109-
# Improving Documentation
107+
## Improving Documentation
110108

111109
After composition and shadowing were released, we focused a bit on fixing any
112110
bugs that popped up and expanding usage to a wider audience. Some companies have
@@ -121,7 +119,7 @@ on other platforms.
121119
We've also written and are updating a set of documentation that will be released
122120
on gatsbyjs.org for anyone that is using or looking to start using themes.
123121

124-
# Simplifying the Data Model
122+
## Simplifying the Data Model
125123

126124
We shipped composition, child themes, and component shadowing and we're not
127125
stopping there. Next up on our plate is something you may have seen us tweeting
@@ -151,7 +149,7 @@ We're still experimenting and doing research here so I won't show any code
151149
today. If you want to participate in the development of the data abstraction, I
152150
highly encourage you to install `gatsby@schema-customization` and play around.
153151

154-
# The Future
152+
## The Future
155153

156154
There are a number of directions we can go from here to give a better user
157155
experience to developing and using themes for experienced Gatsby contributors

0 commit comments

Comments
 (0)
Please sign in to comment.