Coder Social home page Coder Social logo

portfolio-generator's Introduction

Portfolio Generator

Generate your portfolio using my custom theme and upload it to github pages.

How to use it

  1. Fork the project on github
  2. Clone the forked project onto your machine and navigate to it
  3. Run node make.js or manually edit src/config.js and add your information/theme
  4. Add your own favicon.ico in public
  5. If not using a custom domains delete public/CNAME
  6. Update the <title></title> tag in public/index.html
  7. Open package.json and edit the "homepage" value to match "https://<yourgitname>.github.io/portfolio-generator"
  8. Run npm run build
  9. Run npm run deploy
  10. Open your browser and go to https://<yourgitname>.github.io/portfolio-generator (Note this make take some time to deploy)

If you have problems please refer to the Issues section.

How to update

  1. Update your config.js file
  2. Run npm run build
  3. Run npm run deploy

Custom Domain

  1. Open the CNAME file in the public folder.
  2. Add your custom domain to its contents (Example: example.com)
  3. Open package.json and edit the "homepage" value to match your custom domain
  4. Run npm run build
  5. Run npm run deploy
  6. Open your project on github and click on settings
  7. Navigate to the GitHub Pages section and type your custom domain into the custom domain field and click save.
  8. Go to your DNS provider for your website and the following records
A Record  Host: @ Value: 192.30.252.154
A Record  Host: @ Value: 192.30.252.153
CNAME Record: Host: @ Value: <yourgitusername>.github.io

For more details checkout GitHubs documentation or see the Issues section.

Issues

If you have any issues with the portfolio website open a issue here. Please include the contents of your src/config.js file.

If you have any issues with deploying your project onto github pages refer to Facebooks documentation.

If you have issues with custom domains refer to Github Pages documentation or this basic tutorial.

If any of these do not resolve your problem open an issue on Github here.

portfolio-generator's People

Contributors

jacobtheevans avatar

Watchers

 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.