Skip to content

Commit af3af27

Browse files
committed
Update description and example site
1 parent 9208016 commit af3af27

File tree

4 files changed

+28
-25
lines changed

4 files changed

+28
-25
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
[![license](https://img.shields.io/github/license/mmistakes/jekyll-theme-basically-basic.svg?style=flat-square)](LICENSE.md)
44
[![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)
55

6-
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:
6+
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:
77

8-
- Clean responsive design with six customizable variations
9-
- About page layout
8+
- Clean responsive design with [six customizable skins](#skin)
109
- Curriculum Vitæ/Resume layout powered by [JSON data](http://registry.jsonresume.org/)
10+
- About page layout
1111
- Disqus Comments and Google Analytics support
1212
- SEO best practices via [Jekyll SEO Tag](https://github.com/jekyll/jekyll-seo-tag/)
1313

@@ -245,7 +245,7 @@ sub_title: "The name says it all"
245245
246246
# optional intro text below titles, Markdown allowed
247247
introduction: |
248-
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**.
248+
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**.
249249
250250
# optional call to action links
251251
actions:

example/_config.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,17 @@
1414
# You can create any custom variable you would like, and they will be accessible
1515
# in the templates via {{ site.myvariable }}.
1616
lang: en-US
17-
title: Your awesome title that could be long
18-
19-
description: > # this means to ignore newlines until "baseurl:"
20-
Write an awesome description for your new site here. You can edit this
21-
line in _config.yml. It will appear in your document head meta (for
22-
Google search results) and in your feed.xml site description.
17+
title: Basically Basic
18+
19+
description: "Your new default Jekyll theme"
2320
baseurl: "/example" # the subpath of your site, e.g. /blog
2421
url: "" # the base hostname & protocol for your site, e.g. http://example.com
2522
author:
26-
name: John Doe
27-
twitter: notareal_twitter
23+
name: Dugan Nash
24+
twitter: Towlette_Pettetucci
2825
picture: https://api.adorable.io/avatars/285/johndoe.png
29-
twitter_username: notareal_twitter
30-
github_username: notareal_github
26+
twitter_username: Towlette_Pettetucci
27+
github_username: Towlette_Pettetucci
3128
image: /assets/images/100x100.png # ~100x100px
3229

3330
# Build settings

example/about.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ layout: about
44
permalink: /about/
55
---
66

7-
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/)
7+
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:
88

9-
You can find the source code for the Jekyll new theme at:
10-
{% include icon-github.html username="jekyll" %} /
11-
[minima](https://github.com/jekyll/minima)
9+
- Clean responsive design with [six customizable skins](#skin)
10+
- Curriculum Vitæ/Resume layout powered by [JSON data](http://registry.jsonresume.org/)
11+
- About page layout
12+
- Disqus Comments and Google Analytics support
13+
- SEO best practices via [Jekyll SEO Tag](https://github.com/jekyll/jekyll-seo-tag/)
1214

13-
You can find the source code for Jekyll at
14-
{% include icon-github.html username="jekyll" %} /
15-
[jekyll](https://github.com/jekyll/jekyll)
15+
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)

example/index.html

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,21 @@
22
layout: home
33
paginate: true
44
alt_title: "Basically Basic"
5-
sub_title: "The name says it all"
5+
sub_title: "Your new default Jekyll theme"
66
image: /assets/images/amine-ounnas-180287.jpg
77
introduction: |
8-
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**.
8+
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:
9+
10+
- Clean responsive design with six customizable skins
11+
- Curriculum Vitæ/Resume layout powered by [JSON data](http://registry.jsonresume.org/)
12+
- About page layout
13+
- Disqus Comments and Google Analytics support
14+
- SEO best practices via [Jekyll SEO Tag](https://github.com/jekyll/jekyll-seo-tag/)
915
actions:
10-
- label: "Learn More"
16+
- label: "Get Started"
1117
icon: github
1218
url: "https://github.com/mmistakes/jekyll-theme-basically-basic"
1319
- label: "Download"
1420
icon: download
1521
url: "https://github.com/mmistakes/jekyll-theme-basically-basic/archive/master.zip"
16-
---
22+
---

0 commit comments

Comments
 (0)