https://github.com/stemmlerjs/univjobs-front-static
Netlify + Gatsby static front end for landing page, resources, and blog.
https://github.com/stemmlerjs/univjobs-front-static
Last synced: about 1 year ago
JSON representation
Netlify + Gatsby static front end for landing page, resources, and blog.
- Host: GitHub
- URL: https://github.com/stemmlerjs/univjobs-front-static
- Owner: stemmlerjs
- License: mit
- Created: 2018-06-11T16:09:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-31T16:10:30.000Z (almost 7 years ago)
- Last Synced: 2025-04-12T02:09:31.852Z (about 1 year ago)
- Language: JavaScript
- Size: 91.2 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# gatsby-starter-default
The default Gatsby starter.
For an overview of the project structure please refer to the [Gatsby documentation - Building with Components](https://www.gatsbyjs.org/docs/building-with-components/).
## 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 gatsby-example-site
```
Then you can run it by:
```sh
cd gatsby-example-site
gatsby develop
```
## Deploy
[](https://app.netlify.com/start/deploy?repository=https://github.com/gatsbyjs/gatsby-starter-default)
## NOTES on links
- Use an tag to send the users to different domains outside univjobs.
- Use gastby link to send users to url's inside the univjobs domain.
- Use redirectTo function in the utils function if you don't want to use the tag.