An open API service indexing awesome lists of open source software.

https://github.com/shavo007/personal-site


https://github.com/shavo007/personal-site

Last synced: 5 months ago
JSON representation

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-sites

dig 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
```