Skip to content

A template created for designers, developers, or anyone else who needs a basic and lightweight blog site.

Notifications You must be signed in to change notification settings

stvehayes/react-blog-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

You can find a demo version of this template right here. It is tailored for those looking to generate a blog using markdown. This was created using Create React App, styled-components, and deployed with Netlify.

Setup

Assuming that you have the necesary dependancies to start a React app:

  • Run yarn install.
  • Run yarn start to start the app.
  • Edit the file src/Data.js in order to customize the content of your site.

New Blog Post

  • Insert your {post-name-here}.md file inside the posts folder.
  • Edit the file src/Posts.js adding the necessary information, including your markdown file location, to generate your post. The route and page will be generated based on what's inside Posts.js.

Once started, open http://localhost:3000 to view it in the browser.

About

A template created for designers, developers, or anyone else who needs a basic and lightweight blog site.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published