https://github.com/osom8979/answer-homepage
answer homepage
https://github.com/osom8979/answer-homepage
answer gatsby
Last synced: about 2 months ago
JSON representation
answer homepage
- Host: GitHub
- URL: https://github.com/osom8979/answer-homepage
- Owner: osom8979
- Created: 2020-04-06T05:11:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-06T08:24:49.000Z (about 5 years ago)
- Last Synced: 2025-01-19T06:17:42.657Z (3 months ago)
- Topics: answer, gatsby
- Language: CSS
- Homepage: https://answer.bogonets.com/
- Size: 4.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gatsby-starter-solidstate
Gatsby.js V2 starter template based on Solid State by HTML5 UP
For an overview of the project structure please refer to the [Gatsby documentation - Building with Components](https://www.gatsbyjs.org/docs/building-with-components/).

Check online preview [here](https://anubhavsrivastava.github.io/gatsby-starter-solidstate/)
## Screenshot

## Install
Make sure that you have the Gatsby CLI program installed:
```sh
npm install --global gatsby-cli
```And run from your CLI:
```sh
gatsby new https://github.com/anubhavsrivastava/gatsby-starter-solidstate
```Then you can run it by:
```sh
cd gatsby-example-site
npm install
gatsby develop
```### Personalization
Edit `config.js` to put up your details
```javascript
module.exports = {
siteTitle: 'Gatsby Starter solidstate', //
...
heading: 'Anubhav',
subHeading: 'Web Developer',
// social
socialLinks: [
{
icon: 'fa-github',
name: 'Github',
url: 'https://github.com/anubhavsrivastava',
}
...
],
};```
### Deploying using Github page
`package.json` has a default script that uses `gh-pages` module to publish on Github pages. Simply running `npm run deploy` would publish the site on github pages.
Additionally, it also has [path-prefix](https://www.gatsbyjs.org/docs/path-prefix/) value set for gatsby config in `config.js`. Change `pathPrefix` to relevant path if your gatsby site is hosted on subpath of a domain, `https://theanubhav.com/somePath/`. If you are hosting it as root site, i.e, `https://theanubhav.com/` , remove the pathPrefix configuration.
### Checkout other similar starters
- [gatsby-starter-casual](https://github.com/anubhavsrivastava/gatsby-starter-casual)
- [gatsby-starter-grayscale](https://github.com/anubhavsrivastava/gatsby-starter-grayscale)
- [gatsby-starter-resume](https://github.com/anubhavsrivastava/gatsby-starter-resume)
- [gatsby-starter-spectral](https://github.com/anubhavsrivastava/gatsby-starter-spectral)
- [gatsby-starter-newage](https://github.com/anubhavsrivastava/gatsby-starter-newage)
- [gatsby-starter-stylish](https://github.com/anubhavsrivastava/gatsby-starter-stylish)
- [gatsby-starter-readonly](https://github.com/anubhavsrivastava/gatsby-starter-readonly)
- [gatsby-starter-prologue](https://github.com/anubhavsrivastava/gatsby-starter-prologue)
- [gatsby-starter-phantom](https://github.com/anubhavsrivastava/gatsby-starter-phantom)
- [gatsby-starter-paradigmshift](https://github.com/anubhavsrivastava/gatsby-starter-paradigmshift)
- [gatsby-starter-overflow](https://github.com/anubhavsrivastava/gatsby-starter-overflow)
- [gatsby-starter-multiverse](https://github.com/anubhavsrivastava/gatsby-starter-multiverse)
- [gatsby-starter-identity](https://github.com/anubhavsrivastava/gatsby-starter-identity)
- [gatsby-starter-highlights](https://github.com/anubhavsrivastava/gatsby-starter-highlights)
- [gatsby-starter-fractal](https://github.com/anubhavsrivastava/gatsby-starter-fractal)
- [gatsby-starter-eventually](https://github.com/anubhavsrivastava/gatsby-starter-eventually)
- [gatsby-starter-directive](https://github.com/anubhavsrivastava/gatsby-starter-directive)
- [gatsby-starter-creative](https://github.com/anubhavsrivastava/gatsby-starter-creative)
- [gatsby-starter-aerial](https://github.com/anubhavsrivastava/gatsby-starter-aerial)### Contribution
Suggestions and PRs are welcome!
Please create issue or open PR request for contribution.
### License
[](LICENSE)
refer `LICENSE` file in this repository.