Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Lemmy to socials and small community area updates #238

Merged
merged 1 commit into from
Sep 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/.vuepress/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const orgForum = "https://github.com/orgs/pulsar-edit/discussions";
const orgChat = "https://discord.gg/7aEbB9dGRT";
const orgReddit = "https://www.reddit.com/r/pulsaredit/";
const orgMastodon = "https://fosstodon.org/@pulsaredit";
const orgLemmy = "https://lemmy.ml/c/pulsaredit";
const orgPrivacy = "https://pulsar-edit.dev/docs/resources/privacy";
const orgConduct = "https://pulsar-edit.dev/docs/resources/conduct";
const orgContact = "https://pulsar-edit.dev/community.html";
Expand Down Expand Up @@ -124,6 +125,9 @@ const footer =
<a href=${orgMastodon}>
<i class="fa-brands fa-mastodon"></i>
</a>
<a href=${orgLemmy}>
<i class="fa-solid fa-users"></i>
</a>
<a href=${donateLink}>
<i class="fa-solid fa-hand-holding-dollar"></i>
</a>
Expand Down
7 changes: 7 additions & 0 deletions docs/.vuepress/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@ html[data-theme=dark] .custom-container.details th {
}
}

//Blog changes
//Blog image specific centre alignment
.blog-image-center {
display: block;
margin-left: auto;
margin-right: auto;
}
//Website footer section

//Theme adds a sidebar width even on mobile when it doesnt show, this removes it.
Expand Down
31 changes: 31 additions & 0 deletions docs/blog/20230917-Daeraxa-LemmyCommunity.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: Lemmy community now open!
author: Daeraxa
date: 2023-09-17
category:
- news
tag:
- windows
- chocolatey
- package manager
---

Join [email protected]!

<!-- more -->

## Come and join our newly opened Lemmy community!

<a href="https://lemmy.ml/c/pulsaredit">
<img src="./assets/pulsar-lemmy.png" height="300" class="blog-image-center" alt="Lemmy community summary"/>
</a>

During the Reddit blackout a couple of months ago, we had a lot of interest in the creation of an official Lemmy community in combination with our Subreddit. After checking things again with a vote, we have decided to officially open our Lemmy instance.

So if you like the Reddit style format but would prefer federation and open source software, then come and join us at [[email protected]](https://lemmy.ml/c/pulsaredit)!

With this, we expand upon our existing presence in the fediverse ([@[email protected]](https://fosstodon.org/@pulsaredit)) and hope that we can grow the community in these spaces.

If you are new to Lemmy or the fediverse in general, it is important to understand that you don't _need_ to join the instance that the community is hosted on. In the case of Lemmy, our instance is on https://lemmy.ml/, but you can join pretty much any community you like and still fully interact with the `pulsaredit` community - this is what federation is all about. If you don't have a Lemmy account, then you can go to [https://join-lemmy.org/](https://join-lemmy.org/instances) to help you find a community that caters to your interests.

Once you have made your Lemmy account (or already have one), you can join the community by searching for `[email protected]` from within your instance's search, clicking the community name, and hitting `Subscribe` in the top right.
Binary file added docs/blog/assets/pulsar-lemmy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ community.
- [<i class="fa-brands fa-discord"></i> - Discord](https://discord.gg/7aEbB9dGRT)
- [<i class="fa-brands fa-reddit"></i> - Reddit](https://www.reddit.com/r/pulsaredit/)
- [<i class="fa-brands fa-mastodon"></i> - Mastodon](https://fosstodon.org/@pulsaredit)
- [<i class="fa-solid fa-users"></i> - Lemmy](https://lemmy.ml/c/pulsaredit)
12 changes: 5 additions & 7 deletions docs/docs/launch-manual/sections/faq/sections/get-help.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
## Having trouble?

If you have any issues then please feel free to ask for help from the Pulsar Team:
If you have any issues then please feel free to ask for help from the Pulsar Team
or the wider community via any of our [Community areas](/docs/community)

- [Discord server](https://discord.gg/7aEbB9dGRT)
- [Subreddit](https://www.reddit.com/r/pulsaredit/)
- [GitHub Discussions](https://github.com/orgs/pulsar-edit/discussions)

If you think you have found a bug then please create a
[new issue](https://github.com/pulsar-edit/pulsar/issues).
If you think you have found a bug then please have a look through our existing
[issues](https://github.com/pulsar-edit/pulsar/issues) and if you can't find
anything then please [create a new bug report](https://github.com/pulsar-edit/pulsar/issues/new?assignees=&labels=bug%2Ctriage&projects=&template=bug-report.yml).
Loading