GitXplorerGitXplorer
m

workshops-website

public
3 stars
0 forks
21 issues

Commits

List of commits on branch master.
Unverified
855f6d34a97522458b32b98c38d8103b8e15ca5f

Upgrade to latest version of Gatsby

mmxstbr committed 5 years ago
Unverified
c7b2dc4ebee2f99a1f40fbc4df75eeeb88ba4f40

First work

mmxstbr committed 5 years ago
Unverified
d3344390bbba4131b32c90b9e4ffe78c80d388d6

Upgrade all dependencies

mmxstbr committed 5 years ago
Verified
cb3988dd6f50391a978799957e2636360e5f06d1

Initial Commit

ggatsby-cloud[bot] committed 5 years ago
Verified
e689c87ecde62252a1032b5b1fe3453e9cb5e9e0

First Commit

ggatsby-cloud[bot] committed 5 years ago

README

The README file for this repository.

Gatsby Portfolio Website

This repo contains a static website written with GatsbyJS, integrated with content coming from DatoCMS.

Preview

See the live demo

If you want to use try this out yourself, you first need to set up a project on DatoCMS which will host your data.

You can sign up for a free account and then you can simply click this button:

Deploy with DatoCMS

Repo usage

First, install the dependencies of this project:

yarn install

Add an .env file containing the read-only API token of your DatoCMS site:

echo 'DATO_API_TOKEN=abc123' >> .env

Then, to run this website in development mode (with live-reload):

yarn develop

To build the final, production ready static website:

yarn build

The final result will be saved in the public directory.

About

The goal of this project is to show how easily you can create static sites using the content (text, images, links, etc.) stored on DatoCMS. This project is configured to fetch data from a specific administrative area using the API DatoCMS provides.

You can find further information about how to integrate DatoCMS with Gatsby in our documentation.

This websites uses: