Get Funded, Fast.

Github

Estimated reading: 2 minutes 176 views

Set up your github repo

  1. Make sure you have Git installed. You can download and install Git for Windows here and Git for Mac here. If you’re on a Mac, chances are you might already have git installed. You can check by opening up a terminal and typing which git.
  2. Go to Github.com and sign up for an account.
  3. Click the + button in the upper-right corner and select New repository.
  4. Name the repository something like mydoctheme.
  5. Type a description..
  6. Select the Initialize this repository with a README check box.
  7. Add a license if desired.
  8. Leave the other options at the defaults and click Create repository.
  9. Click the Settings button.
  10. Go to your repository’s home page, and click the branch drop-down menu.
  11. Create a new branch called gh-pages.
  12. Click Settings and change the default branch to gh-pages
  13. Go back to your repository’s homepage. With the gh-pages branch selected, copy the https clone url:
  14. Open a terminal, browse to a convenient location for your project, and type git clone https://github.com/tomjoht/myreponame.git, replacing the https://github.com/tomjoht/myreponame.git with your repository’s https clone URL that you copied.
  15. Move the jekyll theme files into this new folder that you just created in the previous step.
  16. Open the _config.yml file and add the following:
 url: tomjoht.github.io
 baseurl: /myreponame

Change the url to your github account name, and the baseurl to your repo name.

Install Bundler

Bundler is a package manager for Ruby that will install all dependencies you might need to build your site locally.

gem install bundler

Add the github pages gem

  • In terminal, browse to your Jekyll project directory.
  • Type bundle init. This creates a Gemfile and Gemfile.lock in your project.
  • Type open gemfile. This opens the gemfile in your default text editor.
  • Add the following in the gemfile (replacing the existing contents):
source 'https://rubygems.org'
gem 'github-pages'
  • Run bundle install.
  • Add the new jekyll files to git: git add --all.
  • Commit the files: git commit -m "committing my jekyll theme".
  • Push the files up to your github repo: git push.

Github Pages will now automatically build your site. Wait a minute or two, and then visit tomjoht.github.io/yourreponame, replacing this path with your github account and branch

Leave a Comment

Share this Doc

Github

Or copy link

CONTENTS

Ruby Capital Group

Get the funding your business needs today, to succeed tomorrow. With many creative funding packages, RCG can help you reach your goals.

By submitting the above form, each listed business and its respective owner(s) and/or officer(s) (individually and collectively, “you”) authorize Ruby Capital Group, as well as its representatives, affiliates, successors, assigns, and designees (collectively, “Recipients”), who may be involved in providing or acquiring commercial financing solutions, including but not limited to commercial loans with daily repayment options or the purchase of future receivables (collectively, “Transactions”), to obtain consumer, personal, business, and investigative credit reports and any other relevant information. This may include, but is not limited to, credit card processor statements, bank statements, and reports from consumer reporting agencies such as TransUnion, Experian, and Equifax, as well as other credit bureaus, banks, creditors, and third parties.

You further authorize Ruby Capital Group to share this application and any information obtained during the application process with the Recipients for the purposes described above. You also authorize any financial institution or creditor to provide Ruby Capital Group and its Recipients with information related to you.

Additionally, by providing your information, you expressly consent to receiving marketing and other communications—including calls, prerecorded or autodialed messages, and SMS/text messages—at the phone numbers you have provided (including landlines, cell phones, and similar devices). Message and data rates may apply. Your consent to receive marketing calls is not a condition of your application; if you do not wish to receive these calls, please do not provide a mobile phone number.

 

Site Secure

Copyright ©2024 All Rights Reserved by Ruby Capital Group   •Terms of Use  •Privacy Policy  • Call: (718) 973-9846  •  260 Broadway, Newark, NJ 07104