diff --git a/source/_data/pleroma.json b/source/_data/pleroma.json index b38c5c7..f5c4008 100644 --- a/source/_data/pleroma.json +++ b/source/_data/pleroma.json @@ -19,7 +19,8 @@ "mobile": "", "tutorials": [ - {"id": "0", "url": "https://git.pleroma.social/pleroma/pleroma-fe/wikis/dual-boot-with-qvitter"} + {"id": "0", "url": "https://i2p.rocks/blog/the-magical-world-of-pleroma-setting-up-your-instance.html"}, + {"id": "1", "url": "https://git.pleroma.social/pleroma/pleroma-fe/wikis/dual-boot-with-qvitter"} ], "devTutorials": "https://git.pleroma.social/pleroma/pleroma/wikis/home", "notable": "", diff --git a/themes/starter/languages/en.yml b/themes/starter/languages/en.yml index 5588459..f882434 100644 --- a/themes/starter/languages/en.yml +++ b/themes/starter/languages/en.yml @@ -117,6 +117,10 @@ memberGuide: Member guide adminGuide: Administrator guide channel: Personal channels +#Pleroma page +ownInstance: Setting up your instance +dualQuitter: Dual boot with qvitter + # Contributing partial foreword: Please, keep in mind that you are a participant, not a customer. promptStart: If you'd like to help the diff --git a/themes/starter/layout/pleroma.ejs b/themes/starter/layout/pleroma.ejs index a6b5c4f..3728ec2 100644 --- a/themes/starter/layout/pleroma.ejs +++ b/themes/starter/layout/pleroma.ejs @@ -5,6 +5,8 @@ layout: layout <% const data = site.data.pleroma.data; + const tutorials = data.tutorials; + const tuts = [__('ownInstance'), __('dualQuitter')]; %> <%- partial('_partial/heroheader') %> @@ -20,6 +22,17 @@ layout: layout

<%- __('join') %>

<%- __('nodeList') %> +
+

<%- __('tuts') %>

+ +