Linking to other posts/pages

Anirudh Yadav 2019-12-17 1 minute read

Following this Stack Overflow post and section 2.2 in the blogdown manual, I added the following snippet to config.toml

[permalinks]
    post = "/post/:slug/"

Now I can link to other posts/pages using:

[link](/post/:slug/)

Here’s an example: link to useful resources, with code below:

[link to useful resources](/post/useful-blogdown-resources/)