Skip to content

Commit

Permalink
Add Emojis Support
Browse files Browse the repository at this point in the history
fixes github#11
  • Loading branch information
yousinix committed Dec 7, 2019
1 parent fd44bba commit 7312598
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
16 changes: 9 additions & 7 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
### Site Settings ###
title : portfolYOU
description : >- # >- means to ignore newlines until "url:"
I turn coffee into code,
"I turn coffee :coffee: into code,
use tabs over spaces
and never broke production.
and never broke production."
url : "" # base hostname & protocol for your site (e.g. http://example.com)
baseurl : "/portfolYOU" # subpath of your site (e.g. /blog) [IMPORTANT: use "" if your are hosting at https://username.github.io directly]
Expand Down Expand Up @@ -57,11 +57,13 @@ defaults:
values:
layout: "page"

plugins:
- jemoji

### Exclude from processing ###
exclude:
- README.md
- CONTRIBUTING.md
- LICENSE
- Gemfile
- Gemfile.lock
- README.md
- CONTRIBUTING.md
- LICENSE
- Gemfile
- Gemfile.lock
2 changes: 1 addition & 1 deletion _sass/_articles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

hr { background: $secondary; }

img {
img:not(.emoji) {
display: block;
max-width: 100%;
height: auto;
Expand Down
2 changes: 1 addition & 1 deletion pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ weight: 3

# **About Me**

Hi I am **{{ site.author.name }}**,<br>
Hi I am **{{ site.author.name }}** :wave:,<br>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.

<div class="row">
Expand Down

0 comments on commit 7312598

Please sign in to comment.