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

# TODO change $_url to $_host
export _url=hugo-skeleton.home
export _user=ray
export _git_user_name='rayelliott'
export _git_user_email='gitea@rayelliott.dev'
export _node_version=v12.16.1
export _node_distro=linux-x64
export _hugo_version=0.67.1
export _hugo_distro=Linux-64
export _hugo_theme_git_url=https://github.com/dirkolbrich/hugo-theme-tailwindcss-starter
# Note: this can be anything - does not need to match theme name above
export _hugo_theme_name=hugo-theme-tailwindcss-starter
export _hugo_site_name=hugo-site-tailwindcss-starter
export _config_loaded=1