July 04, 2020
Welcome, Gatsby! This starter is full-package for your new blog!
---
title: 'Welcome Bee starter'
date: 2019-2-6 16:21:13
category: 'development'
draft: false
---
import React from 'react'
const TEMPLATE = 'gatsby-starter-bee'
class Foo extends React.Component {
handleClick = val => {
if (val === 'bar') {
return 1
} else if (val !== 'zoo') {
return 2
}
console.log(`clicked`)
return 3
}
render() {
return <div>Welcome, Gatsby, ${TEMPLATE}</div>
}
}
code
quote!
bold italic
Based on emojione 🙏
Buy me a coffee
buttonSet, buyMeACoffeeId
of gatsby-meta-config.js
You can add comments feature by selecting one of them.
Support latex rendering with katex plugin.
$$\prod_{i=a}^{b} f(i)$$
/about
Let’s Start! Go