-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
46 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
layout: default | ||
--- | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col col-12"> | ||
<h1>{{ page.title }}</h1> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="container"> | ||
<div class="row"> | ||
<div class="col col-12"> | ||
<ol> | ||
{% assign posts = site.posts | sort: 'number' %} | ||
{% for post in posts %} | ||
<li> | ||
<a href="{{ post.url }}"> | ||
<h2>{{ post.title }}</h2> | ||
</a> | ||
<p>{{ post.description }}</p> | ||
</li> | ||
{% endfor %} | ||
</ol> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: Basic Terms | ||
categories: | ||
- Training Videos | ||
description: | | ||
Learn Tableau CRM basic terms at data layer, designer layer and intelligence layer, and get to know what can drive your analytics adoption. | ||
video_id: aPwndqsmaGk | ||
thumbnail: "https://img.youtube.com/vi/rPbPDgBdqTk/maxresdefault.jpg" | ||
icon: "fab fa-salesforce" | ||
lesson_number: 1 | ||
--- | ||
|
||
Some Data |
10 changes: 5 additions & 5 deletions
10
_posts/2016-08-27-example-post-one copy 2.md → _posts/2-Initial-setup.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.