forked from sudo-dpkg/BlogLog
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'jinx-vi-0:main' into main
- Loading branch information
Showing
3 changed files
with
99 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: Greetings | ||
|
||
on: [pull_request_target, issues] | ||
|
||
jobs: | ||
greeting: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
issues: write | ||
pull-requests: write | ||
steps: | ||
- uses: actions/first-interaction@v1 | ||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
issue-message: "👋 Hey there, rockstar! Thanks for dropping an issue! The BlogLog team is on it like pineapple on pizza (love it or hate it). Stick around, magic's about to happen!" | ||
pr-message: "🎉 Boom! Your pull request just flew into the BlogLog HQ. High fives all around! Our team of tech wizards will check it out and get back to you faster than you can say 'code ninja!' Thanks for leveling up the project!" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,23 @@ | ||
<h1>About</h1> | ||
<section class="welcome-section"> | ||
<h2>Welcome to BlogLog</h2> | ||
<p>BlogLog is your personalized blogging companion tailored to keep track of your thoughts, experiences, and reflections in one convenient log.</p> | ||
|
||
<h3>Key Features:</h3> | ||
<ul class="features-list"> | ||
<li>Create new blog posts effortlessly.</li> | ||
<li>Read and view individual blog posts with ease.</li> | ||
<li>Update existing blog posts in a few simple steps.</li> | ||
<li>Delete blog posts when they're no longer needed.</li> | ||
<li>Responsive design for a seamless experience on any device.</li> | ||
<li>User-friendly interface for intuitive navigation and interaction.</li> | ||
</ul> | ||
|
||
<h3>Why Choose BlogLog?</h3> | ||
<p>BlogLog is designed to make blogging enjoyable and stress-free. Whether you're a seasoned writer or a first-time blogger, you'll find the tools you need to express yourself creatively.</p> | ||
|
||
|
||
|
||
<h3>Get Started Today!</h3> | ||
<p>Join our growing community of bloggers and start your journey with BlogLog today! It’s quick and easy to create your first post.</p> | ||
<a href="/create-post" class="cta-button">Create Your First Post</a> | ||
</section> |