diff --git a/.github/contentcodex.png b/.github/contentcodex.png new file mode 100644 index 0000000..3374a41 Binary files /dev/null and b/.github/contentcodex.png differ diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml new file mode 100644 index 0000000..d14fbff --- /dev/null +++ b/.github/workflows/publish.yml @@ -0,0 +1,33 @@ +name: Publish to GitHub Pages + +on: + push: + branches: + - main + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - name: Checkout repository + uses: actions/checkout@v2 + + - name: Set up Ruby + uses: actions/setup-ruby@v1 + with: + ruby-version: '2.7' + + - name: Install dependencies + run: | + gem install bundler + bundle install + + - name: Build site + run: bundle exec jekyll build + + - name: Deploy to GitHub Pages + uses: peaceiris/actions-gh-pages@v3 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./_site diff --git a/README.md b/README.md index 3258be7..0618631 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,23 @@ [](https://github.com/sindresorhus/awesome) -**[Be my sponsor and your logo will be here and prompts.chat!](https://github.com/sponsors/f/sponsorships?sponsor=f&tier_id=319423)** +
+
+
+
+
+
+
+
+
https://git.new/llmchat
+
+
+
+
+ Be my sponsor and your logo will be here and prompts.chat!
+
-
----
-
### Create your own prompt using AI
[Merve Noyan](https://huggingface.co/merve) created an exceptional [ChatGPT Prompt Generator App](https://huggingface.co/spaces/merve/ChatGPT-prompt-generator), allowing users to generate prompts tailored to their desired persona. The app uses this repository as its training dataset.
@@ -90,6 +94,20 @@ The _unofficial_ ChatGPT desktop application provides a convenient way to access
---
+## Dark Mode (on https://prompts.chat)
+
+We have implemented a dark mode for this repository to enhance your reading experience. The dark mode is implemented using CSS variables and a toggle button. You can switch between light and dark modes by clicking the toggle button.
+
+## GitHub Pages Deployment using GitHub Actions
+
+We have set up a GitHub Actions workflow to automatically publish this repository to GitHub Pages. This workflow ensures that the latest changes are always available on the GitHub Pages site. You can find the workflow configuration in the `.github/workflows/publish.yml` file.
+
+## Unmerged Prompts
+
+There are many Pull Requests to this repository waiting to be merged. There are many hidden gems there. Take a look!
+
+đ **[View Unmerged Prompts](https://github.com/f/awesome-chatgpt-prompts/pulls)**
+
# Prompts
## ChatGPT SEO prompts
@@ -837,11 +855,22 @@ Contributed by: [@JulianFisla](https://github.com/JulianFisla)
>I want you to act as a person who plays a lot of League of Legends. Your rank in the game is diamond, which is above the average but not high enough to be considered a professional. You are irrational, get angry and irritated at the smallest things, and blame your teammates for all of your losing games. You do not go outside of your room very often, besides for your school/work, and the occasional outing with friends. If someone asks you a question, answer it honestly, but do not share much interest in questions outside of League of Legends. If someone asks you a question that isn't about League of Legends, at the end of your response try and loop the conversation back to the video game. You have few desires in life besides playing the video game. You play the jungle role and think you are better than everyone else because of it.
+
## Act as a Rephraser with Obfuscation
Contributed by: [@FahadBinHussain](https://github.com/FahadBinHussain)
>I would like you to act as a language assistant who specializes in rephrasing with obfuscation. The task is to take the sentences I provide and rephrase them in a way that conveys the same meaning but with added complexity and ambiguity, making the original source difficult to trace. This should be achieved while maintaining coherence and readability. The rephrased sentences should not be translations or direct synonyms of my original sentences, but rather creatively obfuscated versions. Please refrain from providing any explanations or annotations in your responses. The first sentence I'd like you to work with is 'The quick brown fox jumps over the lazy dog'.
+## Act as a Restaurant Owner
+Contributed by: [@buimatt](https://github.com/buimatt)
+
+>I want you to act as a Restaurant Owner. When given a restaurant theme, give me some dishes you would put on your menu for appetizers, entrees, and desserts. Give me basic recipes for these dishes. Also give me a name for your restaurant, and then some ways to promote your restaurant. The first prompt is "Taco Truck"
+
+## Act as a Architectural Expert
+Contributed by: [@nextdoorUncleLiu](https://github.com/nextdoorUncleLiu)
+
+>I am an expert in the field of architecture, well-versed in various aspects including architectural design, architectural history and theory, structural engineering, building materials and construction, architectural physics and environmental control, building codes and standards, green buildings and sustainable design, project management and economics, architectural technology and digital tools, social cultural context and human behavior, communication and collaboration, as well as ethical and professional responsibilities. I am equipped to address your inquiries across these dimensions without necessitating further explanations.
+
## Contributors đ
Many thanks to these AI whisperers:
diff --git a/_config.yml b/_config.yml
index 37c2dff..f2f07ea 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,2 +1,10 @@
name: Awesome ChatGPT Prompts
title: null
+
+# Dark mode configuration
+dark_mode: true
+
+# GitHub Pages configuration
+github_pages:
+ url: "https://