Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
le4ker committed Nov 20, 2015
1 parent 0346e86 commit 9f5e1a0
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: ruby
rvm:
- 2.1

install: gem install jekyll jekyll-paginate html-proofer
install: gem install jekyll jekyll-paginate jemoji html-proofer
script: jekyll serve --baseurl "" --detach && htmlproof ./_site --disable-external --empty-alt-ignore

env:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ You can watch it in action [here](https://panossakkos.github.io/personal-jekyll-
* Blogging functionality
* Preview of the latest post in the home page
* Archive page
* Emojis
* Gesture navigation in archive and post pages by swiping
* #tags
* Disqus comments
Expand Down
4 changes: 3 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,6 @@ paginate_path: "blog/page:num/"
sass:
style: compressed

gems: [jekyll-paginate]
gems:
- jekyll-paginate
- jemoji
6 changes: 6 additions & 0 deletions _posts/2015-06-19-writing-posts.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,9 @@ int main()
</code></pre>

<small>If you don't need syntax highlight in your website you can disable it by setting the syntax-highlight variable to False</small>

### Emoji support

You can add emojis to your posts by simply typing their [emoji code](http://www.emoji-cheat-sheet.com/)

:wink:
6 changes: 6 additions & 0 deletions css/grayscale.scss
Original file line number Diff line number Diff line change
Expand Up @@ -317,3 +317,9 @@ body {
/* END Added in { Personal } for Typed Cursor in Header */

code { text-align: left; }

img.emoji {
// Override any img styles to ensure Emojis are displayed inline
margin: 0px !important;
display: inline !important;
}

0 comments on commit 9f5e1a0

Please sign in to comment.