# VuePress Setup
# About setting up VuePress with Netlify
I have worked with almost all the tools that have been necessary for setting up this VuePress site, so I have not lost a high amount of time installing tools like Node, VS Code or Git.
Additionally, I have previous experience working with Git and Node, so the problems I had are more related to Netlify, because despite of not knowing anything about Markdown, I made a lot of documentation in LaTeX and the syntax is similar.
# Problems with the setup
# Netlify
Due to a misunderstood, I created a GitHub repository with a
README.md
and.gitignore
(with a Node template) files, so the first commits in themain
branch were for deleting those filesI had a problem with the deployment because I was trying to deploy the
main
branch instead ofmaster
. Finally, I found the way to change the branch for the deployment in the Netlify site settings and after a second deployment frommaster
, the page is now being displayed correctly
# VuePress
Once the site was deployed, I realized that I had created an example page with Yeoman, so I had to delete the folder manually and the automatically created relations in the
config.js
file and then create a new one for writing this reportThe name of the VuePress site in the top left corner appeared with scores, and while solving the first problem I realized that it can be changed by editing the
config.js
file