Skip to content

Commit

Permalink
Fix typos etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
daigofuji committed Jan 26, 2016
1 parent e0f9647 commit dd03ee4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# jekyll-foundation-6-starter

Start [a github pages](https://pages.github.com/) website powerd by [Jekyll](http://jekyllrb.com/docs/quickstart/) using [Foundation/SCSS](http://foundation.zurb.com/sites/docs/installation.html#command-line-tool.html) in under 5 minutes!
Start [a github pages](https://pages.github.com/) website powered by [Jekyll](http://jekyllrb.com/docs/quickstart/) using [Foundation/SCSS](http://foundation.zurb.com/sites/docs/installation.html#command-line-tool.html) in under 5 minutes!

### What it is.

Ever wanted a simple but nice looking responsive website as your project page or page for your repo? Are you in [a hackathon](http://baseballhackday.com) needing to put up a working website in minutes? I do. Here is what I do, and I am sharing for you to use it, free. Free as in free speach AND free beer.
Ever wanted a simple but nice looking responsive website as your project page or page for your repo? Are you in [a hackathon](http://baseballhackday.com) needing to put up a working website in minutes? I do. Here is what I do, and I am sharing for you to use it, free. Free as in free speech AND free beer.

You can see [the working example site here](http://daigofuji.github.io/jekyll-foundation-6-starter/)

### For User & Organization Pages
See [github documentation](https://help.github.com/articles/user-organization-and-project-pages/)

1. Fork or copy this repo to your user or project
2. From the `settings` rename the repo to `username.github.io` naming scheme.
2. From the `settings` rename the repo to `username.github.io` naming scheme. (For this you need to use `master` branch)

### For Project Pages
See [github documentation](https://help.github.com/articles/user-organization-and-project-pages/#project-pages)
Expand All @@ -25,14 +25,14 @@ See [github documentation](https://help.github.com/articles/user-organization-an
### To edit contents:
1. edit `_config.yml`
2. edit html/md files (`_layouts/default.html` is the base)
3. edit sass and run `grunt` (Try [editing `scss/_stettings.scss`](http://foundation.zurb.com/sites/docs/sass.html))
3. edit sass and run `gulp` (Try [editing `scss/_stettings.scss`](http://foundation.zurb.com/sites/docs/sass.html))
4. edit `_include/nav.html`

Use at your own resk, and follw licence restriction of each products used. Most are MIT (OK to use commercially).
Use at your own risk, and follow license restriction of each products used. Most are MIT (OK to use commercially).

### Tools used, and useful commands

If you don't have it, install [node.js](https://nodejs.org/en/). Easyest way it to use [Homebrew](http://brew.sh/) by
If you don't have it, install [node.js](https://nodejs.org/en/). Easiest way it to use [Homebrew](http://brew.sh/) by
`ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`
then
`brew install node`
Expand Down
11 changes: 6 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ <h1 class="mvl">{{ page.title }}</h1>
<div class="row">
<div class="medium-9 large-7 small-centered column">

<p class="mbm">I've combined my locally installed <a href="http://foundation.zurb.com/docs/sass.html">libsass/grunt version of foundation 6</a>, <a href="http://html5boilerplate.com/">html5 boilder plate</a>, and Jekyll to be used for github pages! See <a href="http://jekyllrb.com/docs/home/">Jekyll's documentation</a>, <a href="http://foundation.zurb.com/sites/docs/">the foundation documentations</a>, and <a href="https://help.github.com/categories/20/articles">GitHub pages help pages</a>.</p>
<p class="mbm">I've combined my locally installed <a href="http://foundation.zurb.com/docs/sass.html">libsass/gulp version of foundation 6</a>, <a href="http://html5boilerplate.com/">html5 boilder plate</a>, and Jekyll to be used for github pages! See <a href="http://jekyllrb.com/docs/home/">Jekyll's documentation</a>, <a href="http://foundation.zurb.com/sites/docs/">the foundation documentations</a>, and <a href="https://help.github.com/categories/20/articles">GitHub pages help pages</a>.</p>

<p class="mbl">You can see all <a href="https://github.com/daigofuji/jekyll-foundation-5-starter/tree/gh-pages"><i class="fa fa-github">
</i> my sources here</a>. I created this for my personal use, but if you'd like to use it, please feel free. Shout out <a href="http://daigo.org">daigo.org</a> or <a href="http://twitter.com/DaigoFuji">@DaigoFuji</a> are appreciated, but not required.</p>
<p class="mbl">You can see all <a href="https://github.com/daigofuji/jekyll-foundation-6-starter/tree/gh-pages"><i class="fa fa-github">
</i> my sources here</a>. I created this for my personal use, but if you'd like to use it, please feel free. Shout out to <a href="http://daigo.org">daigo.org</a> or <a href="http://twitter.com/DaigoFuji">@DaigoFuji</a> are appreciated, but not required.</p>

<div class="callout secondary radius mvl">
<p>You should probably update the <samp>_config.yml</samp> file, and edit <samp>scss/_setting.scss</samp> file. As well as <samp>scss/_custom.scss</samp>, where most the overrides are happening.</p>
Expand All @@ -28,11 +28,12 @@ <h1 class="mvl">{{ page.title }}</h1>
<div class="row">

<div class="large-4 columns">
<p><a href="http://foundation.zurb.com/sites/docs/">foundation-example.html</a> shows how all the html tags are rendered. Foundation takes care of those out of the box.</p>
<p>Explore example code listed here, shows how all the html tags are rendered. Foundation takes care of those out of the box.</p>

</div>

<div class="large-4 columns">
<p>Another example are shown in <a href="page-foundation-example.html">foundation-example.html</a>. </p>
<p>Another example are shown in foundation-example.html. </p>
</div>

<div class="large-4 columns">
Expand Down

0 comments on commit dd03ee4

Please sign in to comment.