Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Ghost Fluent UI Ghost Fluent UI
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 17
    • Issues 17
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Ghost Themes
  • Ghost Fluent UIGhost Fluent UI
  • Wiki
  • Apps Launcher

Last edited by Laurent Sittler Feb 08, 2021
Page history

Apps Launcher

Configure the Apps Launcher Panel

The theme includes a left panel like Microsoft one to list as tiles your desired links.

The list of links must be defined as an Array of JSON objects that you must include via the Ghost Code injection at the Site Header part.

Here a sample of the JSON format:

<script type="text/javascript">
    var appsLauncherList = [
        {
            "id": "appTileLinkedIn",
            "title": "LinkedIn",
            "url": "https://linkedin.com/myprofile",
            "fluentIcon": "LinkedInLogo",
            "color": "#006097",
            "icon": ""
        },
        {
            "id": "appTileGitHub",
            "title": "GitHub",
            "url": "https://github.com/myprofile",
            "fluentIcon": "",
            "color": "",
            "icon": "https://cdn.iconscout.com/icon/free/png-32/github-7-71672.png"
        }
    ];
</script>
Clone repository

Home

Theme

  • Header
  • Footer

Search Engine

  • GhostHunter
  • Elasticsearch

Apps Launcher

Templates

  • Posts
  • Pages
  • Tags
  • Featured
  • Events

Blog Comments

  • Isso