mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-15 15:10:31 -08:00
30 lines
No EOL
1.4 KiB
YAML
Executable file
30 lines
No EOL
1.4 KiB
YAML
Executable file
# Welcome to Jekyll!
|
|
#
|
|
# This config file is meant for settings that affect your whole blog, values
|
|
# which you are expected to set up once and rarely edit after that. If you find
|
|
# yourself editing this file very often, consider using Jekyll's data files
|
|
# feature for the data you need to update frequently.
|
|
#
|
|
# For technical reasons, this file is *NOT* reloaded automatically when you use
|
|
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
|
|
|
|
# Site settings
|
|
# These are used to personalize your new site. If you look in the HTML files,
|
|
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
|
|
# You can create any custom variable you would like, and they will be accessible
|
|
# in the templates via {{ site.myvariable }}.
|
|
title: Singlebox - All Your Apps in One Single Window
|
|
description: Singlebox lets you run these web apps in a single well-organized window as independent workspaces which you can switch between easily using shortcuts. Additionally, each workspace's data is stored separately, protecting you from cross-website trackers and preserving your privacy.
|
|
baseurl: "" # the subpath of your site, e.g. /blog
|
|
url: "https://singleboxapp.com" # the base hostname & protocol for your site, e.g. http://example.com
|
|
|
|
# Custom
|
|
singlebox_version: 3.6.1
|
|
|
|
# Build settings
|
|
markdown: kramdown
|
|
plugins:
|
|
- jekyll-redirect-from
|
|
- jekyll-sitemap
|
|
|
|
google_tag_manager: GTM-MFRC96N |