Update description and example site
This commit is contained in:
parent
9208016cac
commit
af3af27ccd
|
@ -3,11 +3,11 @@
|
||||||
[![license](https://img.shields.io/github/license/mmistakes/jekyll-theme-basically-basic.svg?style=flat-square)](LICENSE.md)
|
[![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)
|
[![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
|
- Clean responsive design with [six customizable skins](#skin)
|
||||||
- About page layout
|
|
||||||
- Curriculum Vitæ/Resume layout powered by [JSON data](http://registry.jsonresume.org/)
|
- Curriculum Vitæ/Resume layout powered by [JSON data](http://registry.jsonresume.org/)
|
||||||
|
- About page layout
|
||||||
- Disqus Comments and Google Analytics support
|
- Disqus Comments and Google Analytics support
|
||||||
- SEO best practices via [Jekyll SEO Tag](https://github.com/jekyll/jekyll-seo-tag/)
|
- 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
|
# optional intro text below titles, Markdown allowed
|
||||||
introduction: |
|
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
|
# optional call to action links
|
||||||
actions:
|
actions:
|
||||||
|
|
|
@ -14,20 +14,17 @@
|
||||||
# You can create any custom variable you would like, and they will be accessible
|
# You can create any custom variable you would like, and they will be accessible
|
||||||
# in the templates via {{ site.myvariable }}.
|
# in the templates via {{ site.myvariable }}.
|
||||||
lang: en-US
|
lang: en-US
|
||||||
title: Your awesome title that could be long
|
title: Basically Basic
|
||||||
email: your-email@domain.com
|
email: dugan.nash@mailinator.com
|
||||||
description: > # this means to ignore newlines until "baseurl:"
|
description: "Your new default Jekyll theme"
|
||||||
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.
|
|
||||||
baseurl: "/example" # the subpath of your site, e.g. /blog
|
baseurl: "/example" # the subpath of your site, e.g. /blog
|
||||||
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
||||||
author:
|
author:
|
||||||
name: John Doe
|
name: Dugan Nash
|
||||||
twitter: notareal_twitter
|
twitter: Towlette_Pettetucci
|
||||||
picture: https://api.adorable.io/avatars/285/johndoe.png
|
picture: https://api.adorable.io/avatars/285/johndoe.png
|
||||||
twitter_username: notareal_twitter
|
twitter_username: Towlette_Pettetucci
|
||||||
github_username: notareal_github
|
github_username: Towlette_Pettetucci
|
||||||
image: /assets/images/100x100.png # ~100x100px
|
image: /assets/images/100x100.png # ~100x100px
|
||||||
|
|
||||||
# Build settings
|
# Build settings
|
||||||
|
|
|
@ -4,12 +4,12 @@ layout: about
|
||||||
permalink: /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:
|
- Clean responsive design with [six customizable skins](#skin)
|
||||||
{% include icon-github.html username="jekyll" %} /
|
- Curriculum Vitæ/Resume layout powered by [JSON data](http://registry.jsonresume.org/)
|
||||||
[minima](https://github.com/jekyll/minima)
|
- 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
|
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)
|
||||||
{% include icon-github.html username="jekyll" %} /
|
|
||||||
[jekyll](https://github.com/jekyll/jekyll)
|
|
||||||
|
|
|
@ -2,15 +2,21 @@
|
||||||
layout: home
|
layout: home
|
||||||
paginate: true
|
paginate: true
|
||||||
alt_title: "Basically Basic"
|
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
|
image: /assets/images/amine-ounnas-180287.jpg
|
||||||
introduction: |
|
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:
|
actions:
|
||||||
- label: "Learn More"
|
- label: "Get Started"
|
||||||
icon: github
|
icon: github
|
||||||
url: "https://github.com/mmistakes/jekyll-theme-basically-basic"
|
url: "https://github.com/mmistakes/jekyll-theme-basically-basic"
|
||||||
- label: "Download"
|
- label: "Download"
|
||||||
icon: download
|
icon: download
|
||||||
url: "https://github.com/mmistakes/jekyll-theme-basically-basic/archive/master.zip"
|
url: "https://github.com/mmistakes/jekyll-theme-basically-basic/archive/master.zip"
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue