Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit ee5a526

Browse files
committed
updated preview image info
1 parent 9b511e3 commit ee5a526

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Metatags help you to change how the webpage is previewed in social media. You ca
2626
If you want to use a preview picture, put it in `resources/images/` and name it `preview-image.png`.
2727

2828
### create your own preview image for the page
29-
In the `folder create-preview-picture/` you find the file `preview-picture.sla`. It is a template for your XY on Mastodon preview image. Please load the `Mastodon Mascot (Greeting).png` image from https://commons.wikimedia.org/wiki/File:Mastodon_Mascot_(Greeting).png and save it in the same folder. Now you can open `preview-picture.sla` with the FOSS layout program [Scribus](https://www.scribus.net/). You probably will have to relink the images within the file to the PNG you downloaded. Perhaps you will also have to choose another font for the text.
30-
Once you have done that, you can simply change the Title. I suggest you also change the background collour to make the preview images more distinguishabel.
29+
In the `folder create-preview-image/` you find the file `preview-image.sla`. It is a template for your XY on Mastodon preview image. Please load the `Mastodon Mascot (Greeting).png` image from https://commons.wikimedia.org/wiki/File:Mastodon_Mascot_(Greeting).png and save it in the same folder. Now you can open `preview-image.sla` with the FOSS layout program [Scribus](https://www.scribus.net/). You probably will have to relink the images within the file to the PNG you downloaded. Perhaps you will also have to choose another font for the text.
30+
Once you have done that, you can simply change the Title. I suggest you also change the background collour to make the preview images more distinguishable. Export your image as PNG. Make sure your file ist named preview-image.png and store it in `/resources/images/`. In one last step you have to adapt the links to your file in the Metatag section in `index.html`.
3131

3232

3333
## License

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/>
1414
<meta
1515
property="og:image"
16-
content="https://trutzig89182.github.io/Mastodon-Sociologists/resources/images/preview_picture.png"
16+
content="https://trutzig89182.github.io/Mastodon-Sociologists/resources/images/preview_image.png"
1717
/>
1818
<meta
1919
property="og:url"
@@ -37,7 +37,7 @@
3737
/>
3838
<meta
3939
property="twitter:image"
40-
content="https://trutzig89182.github.io/Mastodon-Sociologists/resources/images/preview_picture.png"
40+
content="https://trutzig89182.github.io/Mastodon-Sociologists/resources/images/preview-image.png"
4141
/>
4242
<!-- loads styling and scripts -->
4343
<link rel="stylesheet" href="assets/css/main.css" />
File renamed without changes.

0 commit comments

Comments
 (0)