Ghost blog - How to make a tag list page for your theme
I recently made a tags page on my blog. This contains the top nine categories that I blog about, below is an image of the top »
I recently made a tags page on my blog. This contains the top nine categories that I blog about, below is an image of the top »
I was quite annoyed back when the Ghost team introduced a lot of bloated scripts on what I believed should be the fastest and simplest blogging »
Earlier I wrote a post [https://peterdaugaardrasmussen.com/2022/04/12/google-sheets-how-to-reference-a-cell-in-another-sheet/] where I had a long code block like below: =IMPORTRANGE("https://docs.google. »
You can use both YAML and JSON for creating redirects. In this post I use JSON but you can easily translate my examples to YAML. Redirects »
Small tables in markdown can be a good way to present data on your blog. I use it for this blog which is based on Ghost »
To years ago I wrote the blog post "I now have 100 visitors on my blog every day [https://peterdaugaardrasmussen.com/2018/10/23/i-now-have-a-100-visitors-every-day-average-on-a-week/ »
In order to add a divider to a blog post using Ghost markdown, you simply add the HTML <hr>. If this does not work »
It took me way too long to figure out how to link to a headline further down in my blog post within markdown. I hope I »
I recently tried the feature "Add image from Unsplash" on my Ghost blog. However I found out that there is a lot of extra »
It is not exactly intuitive how to make redirects on your Ghost blog if you are less tech savvy, however it is very easy! There is »