Skip to content

Commit

Permalink
Modify Articles
Browse files Browse the repository at this point in the history
  • Loading branch information
yousinix committed Feb 16, 2019
1 parent 9eff9c5 commit e4be6a9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 94 deletions.
2 changes: 1 addition & 1 deletion _includes/articles.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h3 class="card-title">{{ post.title }}</h3>
{% endfor %}
</p>
<p class="card-text">
{% if post.color %}
{% if post.description %}
{{ post.description }}
{% else %}
{{ post.content | truncatewords: 25, "<small><i> read more...</i></small>" }}
Expand Down
7 changes: 7 additions & 0 deletions _posts/2018-02-06-border.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Article with Border
tags: [TAG 1, TAG 2]
style: border
color: primary
description: Suas utinam in nam, quo ei viris meliore, at debet detracto voluptaria duo. Pro assueverit delicatissimi ex. Mea sonet habemus an. Mel te admodum sententiae, sit cibo debet iracundia at. Vix ex corpora dissentiet. Etiam tritani nominati per no.
---
84 changes: 0 additions & 84 deletions _posts/2018-02-06-download.md

This file was deleted.

11 changes: 2 additions & 9 deletions _posts/2019-02-06-default.md → _posts/2019-02-06-elements.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
---
title: Default Article
title: Elements
tags: [Markdown]
style:
color:
description:
---

This cheatsheet is specifically *Markdown Here's* version of Github-flavored Markdown. This differs slightly in styling and syntax from what Github uses, so what you see below might vary a little from what you get in a *Markdown Here* email, but it should be pretty close.

**Reference:** [Markdown Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)

description: A list of available elements in portfolYOU and how to use them.
---

##### Table of Contents
Expand All @@ -30,7 +24,6 @@ This cheatsheet is specifically *Markdown Here's* version of Github-flavored Mar
[Horizontal Rule](#horizontal-rule)
[Line Breaks](#line-breaks)


## Headers

```
Expand Down

0 comments on commit e4be6a9

Please sign in to comment.