Skip to content

A Hugo theme ported from startbootrap.com's resume template

Notifications You must be signed in to change notification settings

ssjShirley/personal-web

 
 

Repository files navigation

To execute the web locally, you need hugo install hugo

apt-get

execute the source files

hugo --themesDir themes/ server

The information is written in markdown and json.

To public changes.

hugo -d ssjshirley.github.io

To update the submodule.

cd ssjshirley.github.io
git add .
git commit -m "web update"
git push
cd ..
## then commot the submodule change with git add, commit, push

The updated web can be access by ssjshirley.github.io

About

A Hugo theme ported from startbootrap.com's resume template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 70.7%
  • JavaScript 18.9%
  • CSS 10.4%