rensramos / becbec1.github.io

Home Page:http://becbec1.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rebeccadianeharris.com

Getting setup

Install bundle

In terminal and run this command:

gem install bundler

Clone the repository

In terminal, navigate to a folder where you want to save the repository. Example:

cd ~/Documents/github

Then clone the repository:

git clone git@github.com:becbec1/becbec1.github.io.git

Install Gems

In terminal run:

bundle install

Running the site locally

In terminal, and navigate to the location of the site. Example:

cd ~/Documents/github/becbec1.github.io

And run the local server by running this command:

bundle exec jekyll serve

Keep terminal open in the background as you work.

Then open your browser and go to localhost:4000.

And open your text editor and open Documents/github/becbec1.github.io.

Whenever you make a change, go back to the browser and hit refresh.

Committing Your Changes

Open the Github app on your computer. When you're ready to make your changes live on the website, make a commit.

Write your commit messages in the present tense.

About

http://becbec1.github.io


Languages

Language:HTML 68.1%Language:CSS 23.3%Language:Ruby 8.6%