Skip to content

Latest commit

 

History

History
executable file
·
98 lines (31 loc) · 2.12 KB

README.md

File metadata and controls

executable file
·
98 lines (31 loc) · 2.12 KB

Gatsby Blog Template

Typography driven, feature-rich blogging theme with minimal aesthetics. Includes tags/categories support and extensive features for code blocks such as live preview, line numbers, and line highlighting. Using the Gatsby Theme @lekoarts/gatsby-theme-minimal-blog.

Demo Website

✨ Features

  • MDX

  • Fully customizable through the usage of Gatsby Themes (and Theme UI)

  • Light Mode / Dark Mode

  • Typography driven, minimal style

  • Tags/Categories support

  • Code highlighting with prism-react-renderer. Also allows adding line numbers, line highlighting, language tabs, and file titles.

  • RSS Feed for blog posts

  • SEO (Sitemap, OpenGraph tags, Twitter tags)

  • WebApp Manifest

🚀 Getting Started

Deploy to Gatsby Cloud

1. Navigate to your new project.

cd project-name

2. Open the code and start customizing!

Start the site by running npm run develop or gatsby develop.

Your site is now running at http://localhost:8000!

🎓 Learning Gatsby

Looking for more guidance? Full documentation for Gatsby lives on Gatsby's website.

Themes

To learn more about Gatsby themes specifically, I recommend checking out the theme docs.

General