Themes
Themes are a powerful feature that allows you to change how Dashactyl looks!
You must have some knowledge of Html and CSS to create a theme.
Step 1 - Creating the workspace
First of all, you need to be in the themes folder.
To clone the correct folder we need to install subversion to allow svn to work.
Now that we've got svn ready we can clone the default themes's files
You'll also need to do the same with the stylesheet.
Firsty, we need to go in the correct directory.
As we've got svn ready already we can clone the default theme's css file.
Step 2 Creating The Theme
Now that you've got your workspace ready, you can start making your own theme.
To change the CSS you can go in `/assets/<YourThemeName>/style.css`
And to change the page contents you can edit the files in `/themes/<YourThemeName>/<File.ejs>`
Step 3 - Configuring The Theme
To finish creating your theme you need to change the settings.json file to use the new theme's files. To change this visit the Configuration Page and scroll down to Section 1 and set the default theme to the name of the folder of the theme you made in step 1 in settings.json.
Step 4 - Finishing Up
Now that you've followed the other steps you should be done. To see the new theme's affect you must restart Dashactyl by typing the following command:
You must be in the Dashactyl folder to restart the dashboard.
Last updated
Was this helpful?