feat: add filetree component for shortcode

chore: update tailwind config and move hugo_stats
This commit is contained in:
Xin
2023-08-16 15:11:03 +01:00
parent 87ea9db336
commit db8374a724
10 changed files with 637 additions and 172 deletions

View File

@ -12,9 +12,7 @@ const makePrimaryColor =
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./layouts/**/*.html",
"./content/**/*.{html,md}",
'./hugo_stats.json'
'./**/hugo_stats.json',
],
theme: {
screens: {