Deployment

Github

Estimated reading: 2 minutes 177 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
Blue Borrow Footer Logo

Blue Borrow, Inc. © 2024 | All Rights Reserved.

Disclaimer: The loans presented are not mortgage loans and are neither originated nor funded by Blue Borrow. Blue Borrow is not affiliated with the loan providers offering these loans. All loans are subject to credit approval, and programs, rates, terms, and conditions may change or expire without notice. Additional restrictions may apply. This advertisement is not a loan disclosure, and all disclosures provided after applying should be carefully reviewed. This does not constitute a commitment to provide loan approval or a specific interest rate.

 

This advertisement is not a loan disclosure and all disclosures provided after applying should be reviewed carefully. This is not a commitment to provide a loan approval or a specific interest rate. Blue Borrow provides research and matching services to individuals interested in obtaining a consumer loan (a loan made to an individual for personal, family, household, or investment purposes). Blue Borrow does not make credit decisions, fund loans, service loans, or offer any other similar loan services. Furthermore, Blue Borrow does not and cannot issue approvals or commitments on any lender’s behalf, in fact, lenders will require additional information from consumers in order to complete their loan application.

 

Blue Borrow only charges a consulting and advising fee to the consumer, which means the payment of a consulting and advising fee to the Company from the consumer is contingent upon the consumer finding a satisfactory lender from the list generated by Blue Borrow, and the exchange of money between lender and consumer. The consumer makes the ultimate decision on whether to move forward with the application from a specific lender on the list provided by Blue Borrow, or not move forward at all. Blue Borrow does not charge the consumer any money upfront and does not collect any money from the consumer unless the consumer successfully obtains a loan from a lender through the services provided by Blue Borrow.

 

Personal Loans: Loan amounts vary from $10,000.00 to a maximum of $100,000 and carry a repayment period of 1 to 5 years. Not all lenders are capable of providing loans in the amount of $100,000. Your loan agreement will clearly identify the lender. APR/Interest rates will vary depending on individual lender terms.

 

*Interest rates will vary and are based on lender terms. Ranges from 5%-35.36%. For example, with a credit grade of A1, you could receive a loan of $10,000 with an interest rate of 5% and a 1.11% origination fee of $111 for an APR of 5.74%. In this example, you will receive $9,889 and make 36 monthly payments of $299.66. Your APR will be determined based on your credit at the time of application. There is no down payment and there is never a prepayment penalty.