diff --git a/docs/.vuepress/footer.js b/docs/.vuepress/footer.js index c32049c0c..6f443bd58 100644 --- a/docs/.vuepress/footer.js +++ b/docs/.vuepress/footer.js @@ -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"; @@ -124,6 +125,9 @@ const footer = + + + diff --git a/docs/.vuepress/styles/index.scss b/docs/.vuepress/styles/index.scss index a62e92303..f3ac3153b 100644 --- a/docs/.vuepress/styles/index.scss +++ b/docs/.vuepress/styles/index.scss @@ -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. diff --git a/docs/blog/20230917-Daeraxa-LemmyCommunity.md b/docs/blog/20230917-Daeraxa-LemmyCommunity.md new file mode 100644 index 000000000..106e676de --- /dev/null +++ b/docs/blog/20230917-Daeraxa-LemmyCommunity.md @@ -0,0 +1,31 @@ +--- +title: Lemmy community now open! +author: Daeraxa +date: 2023-09-17 +category: + - news +tag: + - windows + - chocolatey + - package manager +--- + +Join !pulsaredit@lemmy.ml! + + + +## Come and join our newly opened Lemmy community! + + + Lemmy community summary + + +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 [pulsaredit@lemmy.ml](https://lemmy.ml/c/pulsaredit)! + +With this, we expand upon our existing presence in the fediverse ([@pulsaredit@fosstodon.org](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 `!pulsaredit@lemmy.ml` from within your instance's search, clicking the community name, and hitting `Subscribe` in the top right. diff --git a/docs/blog/assets/pulsar-lemmy.png b/docs/blog/assets/pulsar-lemmy.png new file mode 100644 index 000000000..f9f86396c Binary files /dev/null and b/docs/blog/assets/pulsar-lemmy.png differ diff --git a/docs/community.md b/docs/community.md index 608147df6..412d559e1 100644 --- a/docs/community.md +++ b/docs/community.md @@ -14,3 +14,4 @@ community. - [ - Discord](https://discord.gg/7aEbB9dGRT) - [ - Reddit](https://www.reddit.com/r/pulsaredit/) - [ - Mastodon](https://fosstodon.org/@pulsaredit) +- [ - Lemmy](https://lemmy.ml/c/pulsaredit) diff --git a/docs/docs/launch-manual/sections/faq/sections/get-help.md b/docs/docs/launch-manual/sections/faq/sections/get-help.md index b5c6edb3b..3bbaae808 100644 --- a/docs/docs/launch-manual/sections/faq/sections/get-help.md +++ b/docs/docs/launch-manual/sections/faq/sections/get-help.md @@ -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).