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

Apps Launcher · Changes

Page history
Migrate README project content into wiki authored Jan 08, 2021 by Laurent Sittler's avatar Laurent Sittler
Show whitespace changes
Inline Side-by-side
Showing with 30 additions and 1 deletion
+30 -1
  • Apps-Launcher.md Apps-Launcher.md +30 -1
  • No files found.
Apps-Launcher.md
View page @ a6a877ad
# Configure the Apps Launcher Panel # Configure the Apps Launcher Panel
The theme include 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 object that you must include via the Ghost **Code injection** at the _Site Header_ part.
Here a sample of the JSON format:
```html
<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>
```
\ No newline at end of file
Clone repository

Home

Theme

  • Header
  • Footer

Search Engine

  • GhostHunder
  • Elasticsearch

Apps Launcher

Templates

  • Posts
  • Pages
  • Tags
  • Featured
  • Events

Blog Comments

  • Isso