https://github.com/shavo007/personal-site
https://github.com/shavo007/personal-site
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shavo007/personal-site
- Owner: shavo007
- Created: 2019-05-16T02:41:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-12T01:02:00.000Z (about 4 years ago)
- Last Synced: 2025-02-17T04:26:34.572Z (8 months ago)
- Language: HTML
- Size: 295 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal site using gohugo
https://shanelee.name
## Commands
brew install hugo
hugo server -D
HUGO_ENV=production hugo## TODO
https://gohugo.io/hosting-and-deployment/hosting-on-github/ project page
https://help.github.com/en/articles/custom-domain-redirects-for-github-pages-sitesdig www.shanelee.name +nostats +nocomments +nocmd
dig +noall +answer shanelee.name## Git
```bash
git submodule update --init --recursive
git submodule update --recursive
git submodule update --remote --merge
```