Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wonism/gatsby-advanced-blog
Gatsby starter for advanced blog
https://github.com/wonism/gatsby-advanced-blog
blog gatsby gatsby-starter gh-pages react reactjs
Last synced: 12 days ago
JSON representation
Gatsby starter for advanced blog
- Host: GitHub
- URL: https://github.com/wonism/gatsby-advanced-blog
- Owner: wonism
- License: mit
- Created: 2018-03-28T16:01:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T09:58:56.000Z (almost 2 years ago)
- Last Synced: 2024-10-02T07:47:56.066Z (about 1 month ago)
- Topics: blog, gatsby, gatsby-starter, gh-pages, react, reactjs
- Language: JavaScript
- Homepage: https://wonism.github.io/
- Size: 7.02 MB
- Stars: 125
- Watchers: 6
- Forks: 34
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# gatsby-advanced-blog
> Gatsby starter for advanced blog## Install
```
$ git clone [email protected]:wonism/gatsby-advanced-blog.git <>
# Recommend you to delete `.git`
$ cd <> && rm -r .git
```## Start with gatsby-cli
```
$ gatsby new <> https://github.com/wonism/gatsby-advanced-blog
```## Development
```
$ npm run dev
```## Build
```
$ npm run build
```## ⚠️ Caution
You **SHOULD** change some constants variable in `src/constants/index.js`.
They are related with site informations, social media and Disqus.## Features
- Post
- Pagination
- Categories
- Tags
- Search
- Put React Application into post
- Put Tweet into post
- Draft (set `hide` to `true`)
- Copy codes with clicking button
- Portfolio
- Resume
- UI Theme