Coder Social home page Coder Social logo

website's Introduction

gatsby-resume-template

Gatsby.js V2 starter template based on gatsby-starter-resume.

Check online preview here.

Screenshot

Screenshot

Install

Make sure that you have the Gatsby CLI program installed:

npm install --global gatsby-cli

And run from your CLI:

gatsby new <site-name> https://github.com/cto-ai/gatsby-resume-template

Then you can run it by:

cd <site-name>
npm install
gatsby develop

Personalization

Edit config.js with your details:

const REPOSITORY = 'resume'
const FIRST_NAME = 'Jane'
const LAST_NAME = 'Doe'
const GITHUB_USERNAME = 'awesome-developer'
const TWITTER_USERNAME = 'awesome-developer'
const LINKEDIN_USERNAME = 'awesome-developer'
const PHONE_NUMBER = '604-XXX-XXXX'
const ADDRESS = 'Vancouver'
const EMAIL = '[email protected]'
const FOOTER_URL = 'https://www.cto.ai'

const BIO = ...

const EXPERIENCE_LIST = ...

const EDUCATION_LIST = ...

const LANGUAGES_AND_TOOLS = ...

const SKILLS = ...

const PORTFOLIO = ...

const CERTIFICATIONS = ...

Automated deployment to Github pages using Github actions

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 value set for gatsby config in config.js as REPOSITORY. Change REPOSITORY to relevant path if your gatsby site is hosted on subpath of a domain, https://domain.com/somePath/. If you are hosting it as root site, i.e, https://domain.com/ , remove the pathPrefix configuration entirely or set it an empty string.

The present project leverages Github Actions for automated deployment to Github pages. Any push to the master branch will trigger the workflow that builds and pushes the built code to the gh-pages, triggering a deployment. In order for the deployment to work, it is necessary for the repository to be configured correctly for Github Pages, as well as for an ACCESS_TOKEN secret to be set up in the repository. To generate it, go to Personal access tokens and create a new token with the repo scope enabled.

Contributing

See the Contributing Docs for more information.

Contributors


Ruxandra Fediuc

License

MIT

website's People

Contributors

toxtli avatar

Stargazers

Roman avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.