Skip to content

Commit a9236bf

Browse files
committed
Categorize even more pages
1 parent 0195460 commit a9236bf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+120
-46
lines changed

_/layouts/home.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h2>{{ category }}</h2>
1313
{% if page.category == category %}
1414
<a href="{{base}}{{ page.url }}">
1515
<span class='title'>{{ page.title }}</span>
16-
<span class='date'>{{ page.url }}</span>
16+
<span class='date'>{{ page.url | remove: '.html' | remove: '/' }}</span>
1717
</a>
1818
{% endif %}
1919
{% endfor %}

_config.yml

+11-5
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,20 @@ analytics:
3838
id: "UA-20473929-1"
3939

4040
category_names:
41-
- Ruby
4241
- Ansible
43-
- Git
4442
- Apps
45-
- JavaScript
46-
- Node.js
47-
- HTML
43+
- CLI
4844
- CSS
4945
- Command line
46+
- Devops
47+
- Git
48+
- HTML
49+
- JavaScript
50+
- JavaScript libraries
51+
- Markup
52+
- Node.js
53+
- Rails
54+
- Ruby
55+
- Ruby libraries
5056
- VIM
5157
- Others

ansible-guide.md

+1-1

arel.md

+1-1

bluebird.md

+1

bookshelf.md

+1

bower-api.md

+1

browser-sync.md

+1

browserify.md

+1

brunch.md

+1

canvas.md

+1

chef.md

+1

chunky_png.md

+1

co.md

+1

cron.md

+1

curl.md

+1-1

deis.md

+1

docker-osx.md

+1

docker.md

+2-1

dockerfile.md

+1

ec2.md

+1

email.md

+1

es6.md

+2-1

eslint.md

+1

expectjs.md

+1

express.md

+1

factory_girl.md

+1

ffaker.md

+1

find.md

+1-1

fish-shell.md

+1

flashlight.md

+1

gremlins.md

+1

gulp.md

+1-1

handlebars-js.md

+1-1

harvey-js.md

+1-1

html-css.md

+1

html-input.md

+2-1

html-meta.md

+2-1

html-microformats.md

+2-1

html.md

+1

immutable-js.md

+1

jasmine.md

+1

jquery-cdn.md

+1-1

jquery.md

+1-1

kramdown.md

+1

machinist.md

+1

markdown.md

+1

metalsmith.md

+1

middleman.md

+1

minimist.md

+1

minitest.md

+1

mocha-blanket.md

+1

0 commit comments

Comments
 (0)