Discourse customizations for our YEAHWHAT?! forums (http://forums.yeahwh.at).
- Minecraft avatars instead of initials
- Minecraft heads plugin (Use
[head:<minecraftplayer>]
to show a 16x16 helm icon in your posts)
(Assuming you've installed Discourse via Docker.)
- Go into your Discourse folder:
cd /var/discourse
- Open the container file (default should be
app.yml
) in your favourite editor:
vi containers/app.yml
- Move down until you reach the cmd hooks and add the following line in the array:
- git clone https://github.com/yeahwhat-mc/discourse-yeahwhat.git
- Save the file
- Pull the latest Discourse changes from GitHub repository as well as rebuild the Docker container:
git pull
./launcher rebuild app
- Profit!
- @NomNuggetNom's for his discourse-mcheads plugin
1.0.0