From cb140d273d32ee22d6969599364f952fdf1fcb73 Mon Sep 17 00:00:00 2001
From: Joe <33972521+hnb-ku@users.noreply.github.com>
Date: Sun, 24 Jun 2018 15:16:18 +0800
Subject: [PATCH] Create setting.yml
---
setting.yml | 5 +++++
1 file changed, 5 insertions(+)
create mode 100644 setting.yml
diff --git a/setting.yml b/setting.yml
new file mode 100644
index 0000000..a1e9963
--- /dev/null
+++ b/setting.yml
@@ -0,0 +1,5 @@
+Custom_header_links:
+ type: list
+ default: "External link, this link will open in a new tab, https://meta.discourse.org, vdo, blank, remove|Tech, Check out the latest tech discussions, /c/tech, vdo, self, remove|Most Liked, Posts with the most amount of likes, /latest/?order=op_likes, vdo, self, keep|Privacy, Our Privacy Policy, /privacy, vdm, self, keep"
+ description:
+ en: 'Comma delimited in this order: link text, link title, URL, view, target, hide on scroll
Link text: The text for the link
Link title: the text that shows when the link is hovered
URL: The path for the link (can be relative)
View: vdm = desktop and mobile, vdo = desktop only, vmo = mobile only
Target: blank = opens in a new tab, self = opens in the same tab
Hide on scroll: remove = hides the link when the title is expanded on topic pages keep = keeps the link visible even when the title is visible on topic pages'