Skip to content

Add custom brand header with logo, navigation and icons for you Discourse website.

License

Notifications You must be signed in to change notification settings

VinkasHQ/discourse-branding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discourse on Codiss

About

Add custom brand header with logo, navigation and icons for you Discourse website

Screenshots

Installation

Repo is at: https://github.com/vinkas0/discourse-branding

Navigation plugin is required to manage brand links and icons

In your app.yml add:

hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - mkdir -p plugins
          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/vinkas0/discourse-navigation.git
          - git clone https://github.com/vinkas0/discourse-branding.git

And then rebuild the container:

./launcher rebuild app

Configuration

You can change branding settings under admin/site_settings/category/branding. And add your custom menu links in /admin/plugins/navigation path using Navigation plugin.

About

Add custom brand header with logo, navigation and icons for you Discourse website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published