netlify cms
This commit is contained in:
@@ -1,31 +0,0 @@
|
||||
---
|
||||
title: Hello World (example)
|
||||
date: 2019-04-15
|
||||
---
|
||||
|
||||
Hello, world! This is a demo post for `gatsby-theme-blog`.
|
||||
|
||||
Delete me, and get writing!
|
||||
|
||||
```js:title=gatsby-config.js
|
||||
module.exports = {
|
||||
__experimentalThemes: [
|
||||
"gatsby-theme-blog", // highlight-line
|
||||
"gatsby-theme-notes"
|
||||
]
|
||||
};
|
||||
```
|
||||
|
||||
This is another paragraph after the code block.
|
||||
|
||||
## This is a secondary heading
|
||||
|
||||
```jsx
|
||||
import React from "react";
|
||||
import { ThemeProvider } from "theme-ui";
|
||||
import theme from "./theme";
|
||||
|
||||
export default props => (
|
||||
<ThemeProvider theme={theme}>{props.children}</ThemeProvider>
|
||||
);
|
||||
```
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
title: My Second Post! (example)
|
||||
date: 2019-05-15
|
||||
---
|
||||
|
||||
Wow! I love blogging so much already.
|
||||
|
||||
Did you know that "despite its name, salted duck eggs can also be made from chicken eggs, though the taste and texture will be somewhat different, and the egg yolk will be less rich."? ([Wikipedia Link](http://en.wikipedia.org/wiki/Salted_duck_egg))
|
||||
|
||||
Yeah, I didn't either.
|
||||
Reference in New Issue
Block a user