This is a simple Slack auto-invite page based on the one used on botmakers.org.
- Get your Slack token.
- Update your
.env
file:
COMMUNITY_NAME='My community'
COMMUNITY_DESCRIPTION='Short description of your community.'
SLACK_URL='https://mycommunity.slack.com/'
SLACK_TOKEN='SECRETSTUFF123'
CONTACT='your@email.com'
EMAIL_DOMAIN_BLACKLIST="mailinator.com,temporarily.de,gamergate.us"
- Update the
coc.handlebars
file? - Enjoy!
Optionally, you can update the .handlebars
files manually, if you'd like to add more text, links to your social media, etc.
Also, if you add a lot of text into the footer, you might have to add extra padding to the section
element. Look for a line that says padding: 0 0 5em;
inside thepublic/css/styles.css
stylesheet.
- Move images to
assets
- The
assets
folder doesn't seem to support SVGs
- The
- Add a more generic favicon/images.
- Clean up the generated CSS file?
- Add explanation of the
.handlebars
files.