This is Garuda's new startpage. It is a simple page with a search bar and a few links to other pages. The page is built with Angular + GarudaNG/PrimeNG.
To change the links, edit config.ts in the root directory.
contactLinksis a list of links to contact pages.defaultSettingsis the default settings for the page.logosandlogoListcontrol the logos shown above the search input.serviceLinksis a list of links to our web services.SearchEngineandsearchEngineMappingsto add or remove search engines from the list.wallpapersis a list of wallpapers to show on the settings page.namewill be shown in the settings,urlmaybe a local file relative to thepublicfolder or a link to an image.
Additionally, jokes.ts contains the list of developer excuses/jokes that will be shown on the main page.
The settings are stored in the local storage of the browser. To change the settings, click on the settings icon in the top right corner of the page. The following can be adjusted:
- Welcome message
- Name of the user
- The search engine (with custom search engines)
- Paste the search url in the search engine input field, e.g.
https://search.garudalinux.org/search?q=%s
- Paste the search url in the search engine input field, e.g.
- The wallpaper
- Logo to show on the page (+ custom logo via link)
- Whether to fit or fill the wallpaper
- Blur the wallpaper
- Enable or disables developer excuses
- Show or hide default links
- Page title shown in the browser tab
- Custom links (via fully responsive table)
To get started with this workspace, you need to install the following tools:
Install the deps with:
pnpm installTo run the dev server for your app, use:
pnpm startVisit http://localhost:4200 to see the app with live reload.
To create a production bundle:
pnpm buildTo see all available targets to run for a project, run:
nx show project startpage-v3

