Skip to content

Team-Atlanta/Team-Atlanta.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

; check if hugo is properly installed
$ hugo version
hugo v0.121.2-6d5b44305eaa9d0a157946492a6f319da38de154+extended darwin/amd64 BuildDate=2024-01-05T12:21:15Z VendorInfo=gohugoio

; install dependencies
$ npm install

; run a server: http://localhost:1313/
$ npm run dev

; build and prepare docs/ for release
$ ./publish.sh

; add docs/ and publish
$ git add docs
$ git commit -a -m "release: note"
$ git push

; it takes a few second to be updated
$ open https://team-atlanta.github.io/