/gatsby-theme-journal

時光荏苒,於此貯存 - A gatsby journal theme, record the moments ...

Primary LanguageJavaScript

Gatsby

Gatsby theme journal

Desktop:

Mobile:

Features

  • 📝 write posts in markdown and get them published
  • 🌈 tailwindcss easy-to-use stylesheets
  • 📻 RSS support
  • 🤔 support Google Analytics
  • ⚡ fast loading time with Gatsby
  • 🛠 add anything you want, with the Gatsby ecology and React

⚙️ Installation

git clone https://github.com/Ahacad/gatsby-theme-journal
cd gatsby-theme-journal
yarn install # or npm i
yarn dev # and head to localhost:8000 to see the result

🧰 Customization

Change the followings in gatsby-config.js:

pathPrefix: "your github repo, or leave it empty if you don't need this",
siteMetaData: {
    siteUrl: "your site url",
    siteName: "your site name",
    sign: "your sign for the site"
}

💡 Inspirations