138 lines
4.2 KiB
YAML
138 lines
4.2 KiB
YAML
site_name: Awesome Prompts
|
|
site_url: https://prmbr.com
|
|
repo_url: https://github.com/songtianlun/awesome-prompts
|
|
repo_name: awesome-prompts
|
|
edit_uri: edit/main/docs/
|
|
nav:
|
|
- Home:
|
|
- index.md
|
|
- similar-sites.md
|
|
- tags.md
|
|
- Text-to-Text:
|
|
- Programming:
|
|
- text-to-text/programming/javascript-console.md
|
|
- Content Creation:
|
|
- text-to-text/content-creation/advertising-campaign.md
|
|
- Role Play:
|
|
- text-to-text/role-play/therapist-session.md
|
|
- text-to-text/role-play/professional-roles.md
|
|
- Tool Skills:
|
|
- text-to-text/tool-skills.md
|
|
- Games & Entertainment:
|
|
- text-to-text/game-entertainment.md
|
|
- Academic Writing:
|
|
- text-to-text/academic-writing.md
|
|
- Examples:
|
|
- text-to-text/examples.md
|
|
- Archives:
|
|
- text-to-text/archives/awesome-chatgpt-prompts.md
|
|
- text-to-text/archives/prompts-zh.md
|
|
- Text-to-Image:
|
|
- text-to-image/cyberpunk-city.md
|
|
- text-to-image/ai-prompt-guide.md
|
|
- Nano Banana:
|
|
- text-to-image/nano-banana/xiaohongshu-card-generation.md
|
|
- text-to-image/nano-banana/awesome-nano-banana-images.md
|
|
- GPT:
|
|
- text-to-image/gpt/awesome-gpt4o-images.md
|
|
- text-to-image/gpt/gpt-image-1.md
|
|
- Text-to-Video:
|
|
- text-to-video/cinematic-trailer.md
|
|
theme:
|
|
name: material
|
|
custom_dir: overrides
|
|
palette:
|
|
# Palette toggle for automatic mode
|
|
- media: "(prefers-color-scheme)"
|
|
toggle:
|
|
icon: material/brightness-auto
|
|
name: Switch to light mode
|
|
# Palette toggle for light mode
|
|
- media: "(prefers-color-scheme: light)"
|
|
scheme: default
|
|
primary: brown
|
|
accent: orange
|
|
toggle:
|
|
icon: material/brightness-7
|
|
name: Switch to dark mode
|
|
# Palette toggle for dark mode
|
|
- media: "(prefers-color-scheme: dark)"
|
|
scheme: slate
|
|
primary: black
|
|
toggle:
|
|
icon: material/brightness-4
|
|
name: Switch to system preference
|
|
logo: assets/logo.svg
|
|
favicon: assets/favicon.ico
|
|
features:
|
|
- content.code.copy # 代码块一键复制
|
|
- navigation.instant # 即时加载
|
|
- navigation.instant.prefetch # 即时预取
|
|
- navigation.instant.progress # 进度指示器
|
|
- navigation.tracking # 锚跟踪
|
|
- navigation.tabs
|
|
- navigation.expand # 默认展开左侧导航栏
|
|
- navigation.path # 导航路径 面包屑
|
|
- navigation.top # 返回顶部按钮
|
|
- navigation.expand # 展开所有可折叠的子部分
|
|
- search.suggest # 搜索建议
|
|
- search.highlight # 搜索高亮显示
|
|
- search.share # 搜索共享
|
|
icon:
|
|
repo: fontawesome/brands/github
|
|
extra_css:
|
|
- stylesheets/code.css
|
|
extra:
|
|
analytics:
|
|
provider: google
|
|
property: G-NML19W8SRD
|
|
consent:
|
|
title: Cookie consent
|
|
description: >-
|
|
We use cookies to recognize your repeated visits and preferences, as well
|
|
as to measure the effectiveness of our documentation and whether users
|
|
find what they're searching for. With your consent, you're helping us to
|
|
make our documentation better.
|
|
feedback:
|
|
title: Was this page helpful?
|
|
ratings:
|
|
- icon: material/emoticon-happy-outline
|
|
name: This page was helpful
|
|
data: 1
|
|
note: >-
|
|
Thanks for your feedback!
|
|
- icon: material/emoticon-sad-outline
|
|
name: This page could be improved
|
|
data: 0
|
|
note: >-
|
|
|
|
Thanks for your feedback! Help us improve this page by
|
|
using our <a href="..." target="_blank" rel="noopener">feedback form</a>.
|
|
|
|
plugins:
|
|
- i18n:
|
|
docs_structure: suffix
|
|
languages:
|
|
- locale: zh
|
|
name: Chinese
|
|
default: true
|
|
build: true
|
|
- locale: en
|
|
name: English
|
|
build: true
|
|
- search
|
|
- tags
|
|
- git-revision-date-localized:
|
|
enable_creation_date: true
|
|
# - git-committers:
|
|
# repository: songtianlun/awesome-prompts
|
|
# branch: main
|
|
# extra:
|
|
# alternate:
|
|
# - name: Chinese
|
|
# link: /zh/
|
|
# lang: zh
|
|
# - name: English
|
|
# link: /en/
|
|
# lang: en
|