Skip to content

Commit

Permalink
asasas
Browse files Browse the repository at this point in the history
  • Loading branch information
imswarnil authored Jun 27, 2024
1 parent 237cd19 commit d592a54
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 25 deletions.
28 changes: 28 additions & 0 deletions _layouts/toc.html
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>
13 changes: 13 additions & 0 deletions _posts/1-basic-terms.md
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
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Introduction to Python Programming
title: Initial Set up
categories:
- Training Videos
description: |
Learn the basics of Python programming language in this introductory video tutorial.
video_id: rPbPDgBdqTk
Create a free account to access Tableau CRM and build your first dataset. Learn how to import data and access common data fields like accounts and opportunities. See how recipes help you to refine your data and reveal insights.
video_id: 0UrasqsdHXU
thumbnail: "https://img.youtube.com/vi/rPbPDgBdqTk/maxresdefault.jpg"
icon: "fab fa-python"
lesson_number: 1
icon: "fab fa-salesforce"
lesson_number: 2
---

In this video, you will get an overview of Python programming, including basic syntax, data types, and control structures.
Expand Down
20 changes: 0 additions & 20 deletions _posts/2016-08-27-example-post-one copy 3.md

This file was deleted.

0 comments on commit d592a54

Please sign in to comment.