Skip to content

s-horiguchi/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio

My github user page(https://s-horiguchi.github.io) is generated by Hugo, a static site generator written in Go.

This is the main repository for this site.

How to update the site

Ref: https://gohugo.io/hosting-and-deployment/hosting-on-github/

  1. Edit the source codes
  2. Check it on the local server
$ hugo server -D -t resume
  1. Clear & Build static pages
$ rm -rf public/*
$ hugo -t resume
  1. Publish the generated pages
$ cd public
$ git add .
$ git commit -m "hoge"
$ git push -u origin master
  1. Commit the changes in source code for this repository(portfolio) and hugo-resume repo.

That's all!

About

Hugo source code for my profile website

Resources

Stars

Watchers

Forks

Languages