Skip to content

Suncoldx333/ResumeInAcademic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ResumeInAcademic

a resume created by Hugo in academic theme

Getting Started

1.install Hugo

brew update
brew install hugo 

2.add Hugo Theme,you can find more themes in themes

cd ~/site/themes
git clone https://github.com/gcushen/hugo-academic.git

3.start Hugo Server,this site will show on localhost , as the commond's log

cd ~/site
hugo server -w

4.create html,this commond will create a file named "public" in ~/site,include html and so on

hugo

5.share your site by netlify

cd ~/site
npm install netlify-cli -g
cd ~/site/public
netlify deploy

About

a resum created by Hugo in academic theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published