Skip to content

tiagosantos967/cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cv

My CV

# Install hexo
npm install hexo-cli -g

# Remove the index generator so that you can use a static front page
npm remove hexo-generator-index -g

# To start the server
hexo server

# To generate the code for the website
hexo generate