Change Asida page

Good morning
I am trying to make the resume on R Markdown with pagedown.
My problem is that I would like to write the "Hobby" part in the "Aside of the next page but without the main changing the page as well."


```{css, echo=FALSE}
.aside {
  padding-top: 0;
}

.aside > p:first-of-type {
  margin-top: 0;
}
```

Aside
================================================================================


![#NAME](C:\Users\Utente\Desktop\Immagine_CV.JPG.jpg){width=80%}


Contatti{#contact}
--------------------------------------------------------------------------------

- <i class="fa fa-envelope"></i> 
- <i class="fa fa-phone"></i> 
- Per maggiori informazioni contattatemi via email.

Skills {#skills}
--------------------------------------------------------------------------------

- 

- Languages{#lingua}
--------------------------------------------------------------------------------

- Italian

HERE I would like to change the page ONLY for the aside

Hobby {#skills}
--------------------------------------------------------------------------------

- Sport:

- Music:

- Reading:

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.