Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add posts #34

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
836d130
Delete _posts directory
travelchina Sep 16, 2024
0401fd0
Create readme
travelchina Sep 16, 2024
e6e8244
Update _config.yml
travelchina Sep 16, 2024
ca2f5c7
Add files via upload
travelchina Sep 16, 2024
54adc97
Update menus.yml
travelchina Sep 16, 2024
248d2aa
Update index.html
travelchina Sep 16, 2024
6be435a
Update postbox.html
travelchina Sep 16, 2024
d25b393
Update postbox.html
travelchina Sep 16, 2024
f770a3b
Update sidebar.html
travelchina Sep 16, 2024
15d1eab
Update sidebar.html
travelchina Sep 16, 2024
ca30db4
Update index.html
travelchina Sep 16, 2024
ada67bf
Update 2024-08-25-Exploring-the-Rich-Tapestry-of-Chinese-Tea-Culture.…
travelchina Sep 16, 2024
6ad4614
Add files via upload
travelchina Sep 16, 2024
91b83c7
Update index.html
travelchina Sep 16, 2024
8f69f89
Add files via upload
travelchina Sep 16, 2024
4f59cf9
Delete _posts/readme
travelchina Sep 16, 2024
a45aa55
Update default.html
travelchina Sep 16, 2024
5af66b5
Update default.html
travelchina Sep 16, 2024
5e8aab9
Add files via upload
travelchina Sep 16, 2024
5e326c7
Add files via upload
travelchina Sep 16, 2024
e7720e8
Add files via upload
travelchina Sep 16, 2024
fd9c50f
Create terms-of-service.md
travelchina Sep 16, 2024
041e7cd
Update terms-of-service.md
travelchina Sep 16, 2024
3fe6b26
Update menus.yml
travelchina Sep 16, 2024
2656ea8
Update 2024-08-10-The-Reality-of-Shaolin-Monks-and-Nuns--Tradition-vs…
travelchina Sep 16, 2024
067732d
Update 2024-08-10-The-Reality-of-Shaolin-Monks-and-Nuns--Tradition-vs…
travelchina Sep 16, 2024
c7c69b2
Update 2024-08-27-The-Rich-Tapestry-of-Buddhist-Monastic-Life.markdown
travelchina Sep 16, 2024
1913573
Add files via upload
travelchina Sep 17, 2024
6df4196
Add files via upload
travelchina Sep 17, 2024
8bc21dd
Add files via upload
travelchina Sep 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
title: "Affiliates"
email: wowthemesnet@gmail.com
title: "China Travel"
email: travelchina093111@gmail.com
timezone: UTC
baseurl: "/affiliates-jekyll-theme"
url: "https://travelchina.github.io"
baseurl: ""
permalink: "/:title/"
logo: 'assets/images/logo.png'
favicon: 'assets/images/favicon.ico'
author: Sal
paginate: 30
disqus: 'demowebsite'
disqus: 'travelchina'
locale: en_us
lang: en_us
feed_items: 10
Expand All @@ -20,7 +21,7 @@ kramdown:
sass:
sass_dir: _sass
style: :compressed
ganalytics: UA-113961478-1
ganalytics: UA-113961418-1

# Authors
authors:
Expand All @@ -43,14 +44,14 @@ authors:

# Social
social:
instagram: https://www.instagram.com/bootstrapstarter/
facebook: https://www.facebook.com/bootstrapstartercom-346329609045284
twitter: https://twitter.com/bstartercom
instagram: https://www.instagram.com/travelchina/
facebook: https://www.facebook.com/travelchina
twitter: https://twitter.com/travelchina

# Plugins
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-feed
- jekyll-seo-tag
- jekyll-archives
- jekyll-archives
13 changes: 6 additions & 7 deletions _data/menus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ topmenu:

- title: Contact
url: "contact/"

- title: Get this theme
url: https://bootstrapstarter.com/template-affiliates-bootstrap-jekyll/
- title: ToS
url: "terms-of-service/"
- title: Privacy Policy
url: "privacy-policy/"
- title: China Travel
url: https://www.google.com/search?q=China+Travel
class: "ml-2 btn btn-dark text-white px-3"
external: true

Expand All @@ -26,7 +29,3 @@ footermenu:

- title: Contact
url: "contact/"

- title: Download
url: https://bootstrapstarter.com/template-affiliates-bootstrap-jekyll/
external: true
13 changes: 2 additions & 11 deletions _includes/postbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,11 @@
{% assign author = site.authors[post.author] %}
<div class="card">
<a href="{{ post.url | absolute_url }}">
{% if post.image %} <img class="rounded mb-4" src="{{ site.baseurl }}/{{ post.image }}" alt="{{ post.title }}"> {% endif %}
{% if post.image %} <img class="rounded mb-4" src="{{ post.image }}" alt="{{ post.title }}"> {% endif %}
</a>
<div class="card-block">
<h2 class="card-title h4 serif-font"><a href="{{ post.url | absolute_url }}">{{ post.title }}</a></h2>
<p class="card-text text-muted">{{ post.excerpt | strip_html | truncatewords:15 }}</p>
<div class="metafooter">
<div class="wrapfooter small d-flex align-items-center">
<span class="author-meta">
By <span class="post-name"> {% if post.author %}{{ author.display_name }}{% else %}{{ site.author }}{% endif %}, </span>
on <span class="post-date">{{ post.date | date_to_string }}</span>
</span>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<!-- end post -->
<!-- end post -->
8 changes: 2 additions & 6 deletions _includes/sidebar.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<div class="sidebar sticky-top">
<div class="sidebar-section">
<h5><span>Newsletter</span></h5>
{% include newsletter.html %}
</div>
<div class="sidebar-section">
<h5><span>Your Ad Here</span></h5>
<h5><span>Sponsored Links</span></h5>
<img src="{{site.baseurl}}/assets/images/ad.png">
</div>
</div>
</div>
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<!-- If you want to support my work, please donate to remove the credits. This helps me keep it up and running: https://www.wowthemes.net/donate/ -->
<div class="credits mx-auto text-center mb-3">
<a class="hover-opacity font-weight-bold" href="https://bootstrapstarter.com/template-affiliates-bootstrap-jekyll/">
<img src="{{site.baseurl}}/assets/images/credits.png" alt="powered by WowThemes">
WowThemes
</a>
</div>
<!-- CREDITS END -->
Expand All @@ -131,4 +131,4 @@

</body>

</html>
</html>
18 changes: 0 additions & 18 deletions _posts/2018-01-12-tree-of-codes.md

This file was deleted.

19 changes: 0 additions & 19 deletions _posts/2019-01-12-is-intelligence-enough.md

This file was deleted.

26 changes: 0 additions & 26 deletions _posts/2020-01-11-markup-example.md

This file was deleted.

49 changes: 0 additions & 49 deletions _posts/2020-01-12-powerful-things-markdown-editor.md

This file was deleted.

16 changes: 0 additions & 16 deletions _posts/2020-01-12-red-riding.md

This file was deleted.

9 changes: 0 additions & 9 deletions _posts/2020-01-12-we-all-wait-for-summer.md

This file was deleted.

Loading