Skip to content

Commit

Permalink
页面优化
Browse files Browse the repository at this point in the history
  • Loading branch information
vbskycn committed Jan 11, 2025
1 parent 5ffa0f6 commit 6f46e06
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 5 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
layout: default
title: Home
title: IPTV直播源|每日更新|免费电视直播源
description: 免费的IPTV电视直播源,支持IPv4/IPv6双栈访问,每6小时自动更新。收录CCTV、卫视、港澳台等上千个电视直播频道。
keywords: IPTV,直播源,电视直播,CCTV,卫视,IPv6直播源,免费直播源,m3u8直播源
permalink: /
---

Expand Down
11 changes: 8 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
title: 每天更新|最新iptv直播源播放列表|Github开源
description: 每天更新最新可用的iptv直播源播放列表|Github开源
show_downloads: false
title: IPTV直播源|每日更新|免费电视直播源|Github开源项目
description: 免费的IPTV电视直播源,支持IPv4/IPv6双栈访问,每6小时自动更新,完全开源,永久免费。收录CCTV、卫视、港澳台等上千个电视直播频道。
keywords: IPTV,直播源,直播电视,电视直播,CCTV,卫视,IPv6直播源,免费直播源,m3u8直播源
author: vbskycn
language: zh-CN
timezone: Asia/Shanghai

# 现有配置保持不变...
url: https://live.zbds.top
google_analytics: # 如果有 Google Analytics 代码,请添加到这里
theme: jekyll-theme-cayman
Expand Down
19 changes: 18 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,26 @@
<!DOCTYPE html>
<html lang="{{ site.lang | default: "en-US" }}">
<html lang="{{ site.language | default: "zh-CN" }}">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="{{ page.description | default: site.description }}">
<meta name="keywords" content="{{ page.keywords | default: site.keywords }}">
<meta name="author" content="{{ site.author }}">

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="{{ site.url }}{{ page.url }}">
<meta property="og:title" content="{{ page.title | default: site.title }}">
<meta property="og:description" content="{{ page.description | default: site.description }}">

<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="{{ site.url }}{{ page.url }}">
<meta name="twitter:title" content="{{ page.title | default: site.title }}">
<meta name="twitter:description" content="{{ page.description | default: site.description }}">

<title>{{ page.title | default: site.title }}</title>

{% seo %}
<link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
Expand Down
3 changes: 3 additions & 0 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
User-agent: *
Allow: /
Sitemap: https://live.zbds.top/sitemap.xml
15 changes: 15 additions & 0 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://live.zbds.top/</loc>
<lastmod>2024-01-11</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://live.zbds.top/tools/</loc>
<lastmod>2024-01-11</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
</urlset>

0 comments on commit 6f46e06

Please sign in to comment.