Skip to content

Commit 8e2b65b

Browse files
committed
up
1 parent b5b00a8 commit 8e2b65b

6 files changed

+12
-22
lines changed

README.md

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,27 +22,17 @@ Another minimial Jekyll theme - [(Live Demo)](http://feedreader.github.io/jekyl
2222
└── index.html # index template
2323
```
2424

25-
will result in (with `permalink: date`):
25+
will result in (with `permalink: /:title.html`):
2626

2727
```
2828
└── _site # output build folder; site gets generated here
2929
├── css
3030
| └── style.css # styles for pages (copied 1:1 as is)
31-
├── 2014
32-
| ├── 05
33-
| | └── 05
34-
| | └── sportdb-update-v192.html # blog post page
35-
| ├── 10
36-
| | ├── 14
37-
| | | └── sportdb-update-v192.html # another blog post page
38-
| | └── 21
39-
| | └── sql-views.html
40-
| ├── 11
41-
| | └── 11
42-
| | └── new-repo-maps.html
43-
| └── 12
44-
| └── 15
45-
| └── quick-starter-datafiles.html
31+
├── sportdb-update-v192.html # blog post page
32+
├── new-repo-baviria-bayern.html # another blog post page
33+
├── sql-views.html # ""
34+
├── new-repo-maps.html # ""
35+
├── quick-starter-datafiles.html # ""
4636
├── feed.xml # web feed (e.g. in atom format)
4737
├── archive.html # archive page
4838
└── index.html # index page

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ sass:
1616
sass_dir: css
1717
style: expanded
1818

19-
19+
permalink: /:title.html
2020

2121
exclude:
2222
- README.md

_posts/2014-05-05-sportdb-update-v192.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: "sportdb Update v1.9.2 - Added Match Goals Reader e.g. `[Messi 3', 45+1']` etc."
3+
title: "sportdb Update v1.9.2 - Added Match Goals Reader e.g. [Messi 3', 45+1']"
44
---
55

66

_posts/2014-10-21-sql-views.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: "`football.db` SQL Queries Made Easy (Thanks to Views) e.g. `select * from games_list;`"
3+
title: "football.db SQL Queries Made Easy (Thanks to Views)"
44
---
55

66
First thanks to Joe Kampschmidt for getting started w/

_posts/2014-11-11-new-repo-maps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: "New Repo /maps - Free 'Full-Screen' Interactive Beer Maps w/ Brewery Listings"
3+
title: "New Repo /maps - Free Full-Screen Interactive Beer Maps w/ Brewery Listings"
44
---
55

66
Added a new repo, that is, `/maps` for hosting 'full-screen'

_posts/2014-12-15-quick-starter-datafiles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: "Added `football.db` Quick Starter Datafile Templates - `$ sportdb new <name>`"
3+
title: "Added football.db Quick Starter Datafile Templates - $ sportdb new worldcup"
44
---
55

66
The sportdb command line tool now includes a new quick starter
@@ -13,7 +13,7 @@ For example, to build yourself a copy of the `worldcup2014.db` type:
1313
$ sportdb new worldcup2014
1414
~~~
1515

16-
The new command will run these steps:
16+
The new command will run these steps:
1717

1818
- Step 1: Download `worldcup2014.rb` Datafile (from GitHub) to your
1919
working folder as `./Datafile`

0 commit comments

Comments
 (0)