This repository has been archived on 2020-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
install-scripts/config.sh

19 lines
572 B
Bash
Raw Normal View History

2020-03-21 21:46:09 +00:00
# TODO change $_url to $_host
2020-03-20 16:24:28 +00:00
export _url=hugo-skeleton.home
export _user=ray
2020-03-19 21:44:26 +00:00
export _git_user_name='rayelliott'
export _git_user_email='gitea@rayelliott.dev'
2020-03-19 21:44:26 +00:00
export _node_version=v12.16.1
export _node_distro=linux-x64
2020-03-20 14:36:53 +00:00
export _hugo_version=0.67.1
export _hugo_distro=Linux-64
2020-03-20 16:24:28 +00:00
export _hugo_theme_git_url=https://github.com/dirkolbrich/hugo-theme-tailwindcss-starter
2020-03-20 19:38:26 +00:00
# Note: this can be anything - does not need to match theme name above
2020-03-20 16:24:28 +00:00
export _hugo_theme_name=hugo-theme-tailwindcss-starter
export _hugo_site_name=hugo-site-tailwindcss-starter
2020-03-21 22:24:46 +00:00
export _config_loaded=1