1.0.0 • Published 6 years ago
@lemonslicenebula/gatsby-theme-vlog v1.0.0
Gatsby Theme Vlog
Create a vlog and with this simple and customizable Gatsby Theme.
It includes:
- MDX support
- a demo site (located in
demo/) that installs the theme - Option to style with Theme UI
Usage
Create a Gatsby site.
gatsby new cool-new-vlogChange directory to the folder you just created and install the theme
cd cool-new-vlogyarn add @lemonslicenebula/gatsby-theme-vlogAdd theme to your
gatsby-config.jsmodule.exports = { siteMetadata: { title: "My Countdown", author: "Rafael Quintanilha" }, plugins: [ `@lemonslicenebula/gatsby-theme-vlog`, ], }Adding pages Create an
.mdxfile in your/src/pages/directory. For example `/src/pages/index.mdx to create the home page.Run
yarn developand go to http://localhost:8000
1.0.0
6 years ago