Skip to content

Gatsby theme powered by gatsby-theme-porfolio-minimal. Ready to be deployed on Fleek.xyz

License

Notifications You must be signed in to change notification settings

Mus156/gatsby-portfolio-theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fleek-xyz logo

Fleek Gatsby Portfolio template

This repo is part of fleekxyz/templates a collection of Collection of Boileplates & examples configured to easily deploy to Fleek.xyz with the pre-configured scrips.

This repo is uses the gatsby template gatsby-theme-portfolio-minimal which was created by Konstantin Münster – konstantin.digital

Getting started

Here is a summary of the available scripts and a description.

Install dependencies

yarn

Start development mode

This will start a server on http://localhost:3000 where you can check the changes made to the content.

yarn develop

Build your site

This will use gatsby build creating a directory called public which contains the site that will be uploaded

yarn build

Configure fleek.json using Fleek's CLI

You can configure this site using Fleek's CLI, to get started run:

fleek sites init

It will prompt you for the following inputs:

  1. Site name: You can go ahead and create a new site
  2. Specify dist directory: Use public which contains the site exported by next
  3. Build command: You can specify the build command so fleek cli can build & deploy the site for you, you can use yarn run build

After running this you'll be able to deploy the site using Fleek CLI

Deploy using Fleek CLI

After configuring the fleek.json file using Fleek's CLI you can go ahead and deploy your site by running:

fleek sites deploy

Then it will output a message that contains you IPFS CID

> Success! Deployed! IPFS CID: QmdswE9VopEmhttWd3VUeAxvaZKjAaCwn6w31srJQovDaz

Contributing

Contributions are always welcome!

Please refer to each project's style and contribution guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. Submit a Pull request so that we can review your changes

NOTE: Be sure to merge the latest from "upstream" before making a pull request!

About

Gatsby theme powered by gatsby-theme-porfolio-minimal. Ready to be deployed on Fleek.xyz

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%