Skip to content

alzaq/gatsby-starter-minimal-blog

 
 

Repository files navigation

Gatsby Starter: Minimal Blog

Big typography, focus on the content & minimal style.

Demo Website

Features

As this starter is used for my (german) tutorials on my blog the features are subject to change. I'll add more features or replace some with other features in the process.

Current features:

  • Articles in Markdown
  • Offline Support
  • WebApp Manifest Support
  • Typography.js
  • SEO
    • Sitemap
    • Schema.org JSONLD
    • OpenGraph Tags
    • Twitter Tags
  • Favicons

Getting Started

Check your development environment! You'll need Node.js, the Gatsby CLI and node-gyp installed. The official Gatsby website also lists two articles regarding this topic:

To copy and install this starter run this command (with "project-name" being the name of your folder you wish to install it in):

gatsby new project-name https://github.com/LeKoArts/gatsby-starter-minimal-blog
npm run dev

Adding new features/plugins

You can add other features by having a look at the offical plugins page

Building your site

npm run build

Copy the content of the public folder to your webhost or use a website like Netlify which automates that for you.

Attention: You also need to edit static/robots.txt to include your domain!

About Me

Thanks for using my gatsby-starter. I hope you like it and create something awesome! To see some of my work you can visit my website or support me on Patreon to get some neat rewards (4K images, project files, tutorial insights).

About

Minimal blog focused on the content. Made with React and Gatsby.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.3%
  • CSS 14.7%