Giter Site home page Giter Site logo

portifolio's Introduction

Portifolio

💪 Project

This is a project to develop a portfolio in Gatsby

💻 To use

# Clone this repository
git clone https://github.com/rscholant/portifolio
# Go into the repository
cd portifolio
# Install dependencies and run the app
npm install && npm start
# if your utilize yarn
yarn && yarn start

Personalization

Edit config.js to put up your details

module.exports = {
  siteTitle: 'Portifolio Scholant', // <title>
  ...
  firstName: 'Rafael',
  lastName: 'Scholant',
  // social
  socialLinks: [
    {
      icon: 'fa-github',
      name: 'Github',
      url: 'https://github.com/rscholant',
    }
    ...
  ],
};

Changing Theme Colour

To change theme colour, change $primary variable in src/assets/sass/_variables.scss.

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 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.

📑 License

This project is under license from MIT. See the LICENSE file for more details.


Done with ❤️ and ☕ for Rafael Scholant 👋

portifolio's People

Contributors

rscholant avatar

Stargazers

Diego de Sousa Brandão avatar

Watchers

James Cloos 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.