cleanup Gemfile; polish README language

This commit is contained in:
Brandon Rosage 2019-02-11 10:43:38 -06:00
parent 13375b1c93
commit f8766949c7
4 changed files with 51 additions and 70 deletions

View file

@ -1,7 +1,4 @@
# frozen_string_literal: true
source 'https://rubygems.org'
gemspec
gem 'github-pages', group: :jekyll_plugins, github: "github/pages-gem", branch: "master"
gem "jekyll-github-metadata", github: "kenyonj/github-metadata", branch: "jk-add-repo-stars-forks-hireable"
gem 'github-pages', group: :jekyll_plugins
gem "jekyll-github-metadata"
gem "jekyll-octicons"

View file

@ -1,8 +1,35 @@
GIT
remote: git://github.com/github/pages-gem.git
revision: 06ff297fa077969851f9fd6f00ec5da8d1c33a60
branch: master
GEM
remote: https://rubygems.org/
specs:
activesupport (4.2.10)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.11.1)
colorator (1.1.0)
commonmarker (0.17.13)
ruby-enum (~> 0.5)
concurrent-ruby (1.1.4)
dnsruby (1.61.2)
addressable (~> 2.5)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
ethon (0.12.0)
ffi (>= 1.3.0)
eventmachine (1.2.7)
execjs (2.7.0)
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
ffi (1.10.0)
forwardable-extended (2.6.0)
gemoji (3.0.0)
github-pages (193)
activesupport (= 4.2.10)
github-pages-health-check (= 1.8.1)
@ -13,7 +40,7 @@ GIT
jekyll-default-layout (= 0.1.4)
jekyll-feed (= 0.11.0)
jekyll-gist (= 1.5.0)
jekyll-github-metadata (= 2.10.0)
jekyll-github-metadata (= 2.9.4)
jekyll-mentions (= 1.4.1)
jekyll-optional-front-matter (= 0.3.0)
jekyll-paginate (= 1.1.0)
@ -48,54 +75,6 @@ GIT
nokogiri (>= 1.8.2, < 2.0)
rouge (= 2.2.1)
terminal-table (~> 1.4)
GIT
remote: git://github.com/kenyonj/github-metadata.git
revision: 6be52b767cb555b07abdd06b2c2c7e185eb9bb51
branch: jk-add-repo-stars-forks-hireable
specs:
jekyll-github-metadata (2.10.0)
jekyll (~> 3.4)
octokit (~> 4.0, != 4.4.0)
PATH
remote: .
specs:
github-personal-website (0.1.1)
jekyll (~> 3.7)
GEM
remote: https://rubygems.org/
specs:
activesupport (4.2.10)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.11.1)
colorator (1.1.0)
commonmarker (0.17.13)
ruby-enum (~> 0.5)
concurrent-ruby (1.1.4)
dnsruby (1.61.2)
addressable (~> 2.5)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
ethon (0.12.0)
ffi (>= 1.3.0)
eventmachine (1.2.7)
execjs (2.7.0)
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
ffi (1.10.0)
forwardable-extended (2.6.0)
gemoji (3.0.0)
github-pages-health-check (1.8.1)
addressable (~> 2.3)
dnsruby (~> 1.60)
@ -139,12 +118,15 @@ GEM
jekyll (~> 3.3)
jekyll-gist (1.5.0)
octokit (~> 4.2)
jekyll-github-metadata (2.9.4)
jekyll (~> 3.1)
octokit (~> 4.0, != 4.4.0)
jekyll-mentions (1.4.1)
html-pipeline (~> 2.3)
jekyll (~> 3.0)
jekyll-octicons (8.3.0)
jekyll-octicons (8.4.1)
jekyll (~> 3.1)
octicons (= 8.3.0)
octicons (= 8.4.1)
jekyll-optional-front-matter (0.3.0)
jekyll (~> 3.0)
jekyll-paginate (1.1.0)
@ -228,14 +210,13 @@ GEM
multipart-post (2.0.0)
nokogiri (1.10.1)
mini_portile2 (~> 2.4.0)
octicons (8.3.0)
octicons (8.4.1)
nokogiri (>= 1.6.3.1)
octokit (4.13.0)
sawyer (~> 0.8.0, >= 0.5.3)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (2.0.5)
rake (12.3.1)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
@ -266,12 +247,9 @@ PLATFORMS
ruby
DEPENDENCIES
bundler (~> 2.0.1)
github-pages!
github-personal-website!
jekyll-github-metadata!
github-pages
jekyll-github-metadata
jekyll-octicons
rake (~> 12.0)
BUNDLED WITH
2.0.1

View file

@ -1,4 +1,6 @@
# Personal website starter
# Get started building your personal website
### Showcase your software development skills
This repository gives you the code you'll need to kickstart a personal website that showcases your work as a software developer. And when you manage the code in a GitHub repository, it will automatically render a webpage with the owner's profile information, including a photo, bio, and repositories.
@ -16,7 +18,9 @@ Once you've found a home for your forked repository, it's yours. You're the owne
### Install in your local development environment
Once you've found a home for your forked repository, [clone it](https://help.github.com/articles/cloning-a-repository/).
If you want to manage your website in a local web development environment, you'll be using [Ruby](https://jekyllrb.com/docs/installation/).
Once you've found a home for your forked repository, **[clone it](https://help.github.com/articles/cloning-a-repository/)**.
#### Install Jekyll

View file

@ -1,4 +1,6 @@
# Personal website starter
# Get started building your personal website
### Showcase your software development skills
This repository gives you the code you'll need to kickstart a personal website that showcases your work as a software developer. And when you manage the code in a GitHub repository, it will automatically render a webpage with the owner's profile information, including a photo, bio, and repositories.