initial: Astro port of QipaoBuzz with AdSense + WebP images + tag filter

This commit is contained in:
2026-04-20 04:14:13 +00:00
commit 28ab757739
12414 changed files with 35942 additions and 0 deletions

16
src/lib/site.js Normal file
View File

@@ -0,0 +1,16 @@
export const site = {
name: 'QipaoBuzz',
description: 'Fashion & Lifestyle Blog',
url: 'https://qipaobuzz.com',
postsPerPage: 10,
minTagCount: 3,
ads: {
enabled: true,
publisherId: '9763775565109295',
adSlots: {
top: '6973857406',
inArticle: '9600020740',
bottom: '6973857406',
},
},
};