diff --git a/README.md b/README.md index 70d9dfb..7debb8a 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ [![license](https://img.shields.io/github/license/mmistakes/jekyll-theme-basically-basic.svg?style=flat-square)](LICENSE.md) [![Code Climate](https://img.shields.io/codeclimate/github/mmistakes/jekyll-theme-basically-basic.svg?style=flat-square)](https://codeclimate.com/github/mmistakes/jekyll-theme-basically-basic) -Basically Basic is a [Jekyll theme](https://jekyllrb.com/docs/themes/) meant as a substitute for the default `jekyll new` theme --- [Minima](https://github.com/jekyll/minima). Conventions and features found in Minima are fully supported by **Basically Basic**, with a few enhancements here and there: +Basically Basic is a [Jekyll theme](https://jekyllrb.com/docs/themes/) meant as a substitute for the default --- [Minima](https://github.com/jekyll/minima). Conventions and features found there are fully supported by **Basically Basic**, with a few enhancements thrown in for good measure: -- Clean responsive design with six customizable variations -- About page layout +- Clean responsive design with [six customizable skins](#skin) - Curriculum Vitæ/Resume layout powered by [JSON data](http://registry.jsonresume.org/) +- About page layout - Disqus Comments and Google Analytics support - SEO best practices via [Jekyll SEO Tag](https://github.com/jekyll/jekyll-seo-tag/) @@ -245,7 +245,7 @@ sub_title: "The name says it all" # optional intro text below titles, Markdown allowed introduction: | - Basically Basic is a Jekyll theme meant to be a substitute for the default `jekyll new` theme --- [Minima](https://github.com/jekyll/minima). Conventions and features found in Minima are fully supported by **Basically Basic**. + Basically Basic is a Jekyll theme meant to be a substitute for the default --- [Minima](https://github.com/jekyll/minima). Conventions and features found in Minima are fully supported by **Basically Basic**. # optional call to action links actions: diff --git a/example/_config.yml b/example/_config.yml index 9dcd0fb..41ac295 100644 --- a/example/_config.yml +++ b/example/_config.yml @@ -14,20 +14,17 @@ # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. lang: en-US -title: Your awesome title that could be long -email: your-email@domain.com -description: > # this means to ignore newlines until "baseurl:" - Write an awesome description for your new site here. You can edit this - line in _config.yml. It will appear in your document head meta (for - Google search results) and in your feed.xml site description. +title: Basically Basic +email: dugan.nash@mailinator.com +description: "Your new default Jekyll theme" baseurl: "/example" # the subpath of your site, e.g. /blog url: "" # the base hostname & protocol for your site, e.g. http://example.com author: - name: John Doe - twitter: notareal_twitter + name: Dugan Nash + twitter: Towlette_Pettetucci picture: https://api.adorable.io/avatars/285/johndoe.png -twitter_username: notareal_twitter -github_username: notareal_github +twitter_username: Towlette_Pettetucci +github_username: Towlette_Pettetucci image: /assets/images/100x100.png # ~100x100px # Build settings diff --git a/example/about.md b/example/about.md index feafecb..4383cbd 100644 --- a/example/about.md +++ b/example/about.md @@ -4,12 +4,12 @@ layout: about permalink: /about/ --- -This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/) +Basically Basic is a [Jekyll theme](https://jekyllrb.com/docs/themes/) meant as a substitute for the default --- [Minima](https://github.com/jekyll/minima). Conventions and features found there are fully supported by **Basically Basic**, with a few enhancements thrown in for good measure: -You can find the source code for the Jekyll new theme at: -{% include icon-github.html username="jekyll" %} / -[minima](https://github.com/jekyll/minima) +- Clean responsive design with [six customizable skins](#skin) +- Curriculum Vitæ/Resume layout powered by [JSON data](http://registry.jsonresume.org/) +- About page layout +- Disqus Comments and Google Analytics support +- SEO best practices via [Jekyll SEO Tag](https://github.com/jekyll/jekyll-seo-tag/) -You can find the source code for Jekyll at -{% include icon-github.html username="jekyll" %} / -[jekyll](https://github.com/jekyll/jekyll) \ No newline at end of file +You can find the source code for this theme at: {% include icon-github.html username="mmistakes" %}/[jekyll-theme-basically-basic](https://github.com/mmistakes/jekyll-theme-basically-basic) diff --git a/example/index.html b/example/index.html index 8de113f..3a019b1 100644 --- a/example/index.html +++ b/example/index.html @@ -2,15 +2,21 @@ layout: home paginate: true alt_title: "Basically Basic" -sub_title: "The name says it all" +sub_title: "Your new default Jekyll theme" image: /assets/images/amine-ounnas-180287.jpg introduction: | - Basically Basic is a Jekyll theme meant to be a substitute for the default `jekyll new` theme --- [Minima](https://github.com/jekyll/minima). Conventions and features found in Minima are fully supported by **Basically Basic**. + Basically Basic is a [Jekyll theme](https://jekyllrb.com/docs/themes/) meant as a substitute for the default --- [Minima](https://github.com/jekyll/minima). Conventions and features found there are fully supported by **Basically Basic**, with a few enhancements thrown in for good measure: + + - Clean responsive design with six customizable skins + - Curriculum Vitæ/Resume layout powered by [JSON data](http://registry.jsonresume.org/) + - About page layout + - Disqus Comments and Google Analytics support + - SEO best practices via [Jekyll SEO Tag](https://github.com/jekyll/jekyll-seo-tag/) actions: - - label: "Learn More" + - label: "Get Started" icon: github url: "https://github.com/mmistakes/jekyll-theme-basically-basic" - label: "Download" icon: download url: "https://github.com/mmistakes/jekyll-theme-basically-basic/archive/master.zip" ---- \ No newline at end of file +---