Skip to content

Commit b69dc4f

Browse files
committed
* Add demo links to the README.md
1 parent 341f97e commit b69dc4f

File tree

5 files changed

+105
-24
lines changed

5 files changed

+105
-24
lines changed

CHANGELOG.md

+43-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,53 @@
1-
# (July 17, 2015)
1+
1.0.0 / 2015-07-21
2+
==================
3+
4+
* Add demo links to the README.md
5+
* Small typo fix
6+
* Add links in the post date
7+
* Edit the about page
8+
* Change color in read-more button
9+
* Some simple styles changed
10+
* Create default post for demos
11+
* load highlight post
12+
* remove some resets styles
13+
* some changes on readme file
14+
* Merge branch 'master' of github.com:gdg-managua/jekyll-mdl
15+
* restore the card title
16+
* restore the header title
17+
* :memo: add docs for custom theme
18+
* cleaning and ordering sass files
19+
* Add link in the cards title
20+
* Fixed broken vertical more menu #7
21+
* add categories in post layout
22+
* Style for the page layout
23+
* Merge branch 'master' of github.com:gdg-managua/jekyll-mdl
24+
* Fixed post ribbon in post layout
25+
* Updating some readme content
26+
* Remove author and categories from cards
27+
* Highlight post use default image instead of background color
28+
* Button in card post #3
29+
* Highlight post layout #1 y #2
30+
* Merge pull request #5 from gdg-managua/jkm-1
31+
* remove the pagination, this is not ready
32+
* create the ajax pagination
33+
* Native javascript pagination
34+
* Add post data to the cards
35+
* Add validation for use images in the post
36+
* remove unused style
37+
* :docs: Add configs for the post layout
38+
* Create CONTRIBUTING.md file for guides
39+
* some styles for the post layout
40+
* create the post layout
41+
* Create the History file
42+
* create CHANGELOG.md file
243
* add validation for the layout type
344
* Make this dinamic
445
* fix with autors section
546
* Add dropdown menu for share options
647
* Fix error with the dropdown menu
748
* Add the layout config
849
* Add new docs and some info
50+
* jkm-1 testing blog pagination
951
* Create highlight post layout
1052
* New Header Type
1153
* fixed footer layout
@@ -14,4 +56,3 @@
1456
* add material desing lite library
1557
* Setup the jekyll project
1658
* Initial commit
17-

History.md

+56-19
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,56 @@
1-
2-
0.0.1 / 2015-07-17
3-
==================
4-
5-
* add validation for the layout type
6-
* Make this dinamic
7-
* fix with autors section
8-
* Add dropdown menu for share options
9-
* Fix error with the dropdown menu
10-
* Add the layout config
11-
* Add new docs and some info
12-
* Create highlight post layout
13-
* New Header Type
14-
* fixed footer layout
15-
* improve new layout for post list
16-
* adding MDL html structure
17-
* add material desing lite library
18-
* Setup the jekyll project
19-
* Initial commit
1+
# (July 21, 2015)
2+
* Add demo links to the README.md
3+
* Small typo fix
4+
* Add links in the post date
5+
* Edit the about page
6+
* Change color in read-more button
7+
* Some simple styles changed
8+
* Create default post for demos
9+
* load highlight post
10+
* remove some resets styles
11+
* some changes on readme file
12+
* Merge branch 'master' of github.com:gdg-managua/jekyll-mdl
13+
* restore the card title
14+
* restore the header title
15+
* :memo: add docs for custom theme
16+
* cleaning and ordering sass files
17+
* Add link in the cards title
18+
* Fixed broken vertical more menu #7
19+
* add categories in post layout
20+
* Style for the page layout
21+
* Merge branch 'master' of github.com:gdg-managua/jekyll-mdl
22+
* Fixed post ribbon in post layout
23+
* Updating some readme content
24+
* Remove author and categories from cards
25+
* Highlight post use default image instead of background color
26+
* Button in card post #3
27+
* Highlight post layout #1 y #2
28+
* Merge pull request #5 from gdg-managua/jkm-1
29+
* remove the pagination, this is not ready
30+
* create the ajax pagination
31+
* Native javascript pagination
32+
* Add post data to the cards
33+
* Add validation for use images in the post
34+
* remove unused style
35+
* :docs: Add configs for the post layout
36+
* Create CONTRIBUTING.md file for guides
37+
* some styles for the post layout
38+
* create the post layout
39+
* Create the History file
40+
* create CHANGELOG.md file
41+
* add validation for the layout type
42+
* Make this dinamic
43+
* fix with autors section
44+
* Add dropdown menu for share options
45+
* Fix error with the dropdown menu
46+
* Add the layout config
47+
* Add new docs and some info
48+
* jkm-1 testing blog pagination
49+
* Create highlight post layout
50+
* New Header Type
51+
* fixed footer layout
52+
* improve new layout for post list
53+
* adding MDL html structure
54+
* add material desing lite library
55+
* Setup the jekyll project
56+
* Initial commit

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# jekyll-mdl
22
> A Jekyll theme based in Google Material Design Lite library.
33
4+
## Demo
5+
6+
You can see the online demo here [www.gdgmanagua.org/jekyll-mdl](http://www.gdgmanagua.org/jekyll-mdl)
7+
8+
![Demo](https://raw.githubusercontent.com/gdg-managua/jekyll-mdl/blob/master/jekyll-mdl-screen.png)
9+
410
## Sites using jekyll-mdl
511

612
If you are using this cool jekyll theme, please open an issue or fork the project, add your site to the list and send us a pull request, we will be happy to know where the theme has been used.

_config.yml

-3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,3 @@ pagination_type: default # values [ ops, default ]
1717

1818
# Build settings
1919
markdown: kramdown
20-
21-
# Pagination
22-
paginate: 3

jekyll-mdl-screen.png

464 KB
Loading

0 commit comments

Comments
 (0)