Skip to content

chyanog/selectedTopics

 
 

Repository files navigation

Build Status

gatsby-react-blog

My Simple blog site with gatsby with react

Installation

Run local Server:

npm install -g gatsby-cli gh-pages yarn
git clone https://github.com/emathgroup/selectedTopics
cd selectedTopics
yarn
# gatsby develop
gatsby build
gh-pages -r [email protected]:emathgroup/emathgroup.github.io.git -b master -d public
# 这条命令的意思就是将public目录的内容push到emathgroup/emathgroup.github.io.git的master分支

Go to localhost:8000

Customization

  • Put your markdown files in /content/posts and images in content/images

Features

  • Posts and pages in markdown
  • tags
  • Sorting by dates
  • sass compiled
  • code scheme (starring New Moon)

Author

  • Aman Kumar

Releases

No releases published

Packages

No packages published

Languages

  • CSS 40.3%
  • JavaScript 38.7%
  • C++ 21.0%