From 3513eef693f2b04431d160f7110587167592ffbc Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Sat, 27 Feb 2021 08:55:22 +0900 Subject: [PATCH] Add tcardgen config. --- config/tcardgen.yaml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 config/tcardgen.yaml diff --git a/config/tcardgen.yaml b/config/tcardgen.yaml new file mode 100644 index 0000000..8f08df6 --- /dev/null +++ b/config/tcardgen.yaml @@ -0,0 +1,39 @@ +template: static/ogp/base.png +title: + start: + px: 113 + pY: 252 + fgHexColor: "#FFFFFF" + fontSize: 72 + fontStyle: Bold + maxWidth: 946 + lineSpacing: 10 +category: + start: + px: 113 + py: 211 + fgHexColor: "#E5B52A" + fontSize: 42 + fontStyle: Regular +info: + start: + px: 223 + py: 120 + fgHexColor: "#A0A0A0" + fontSize: 38 + fontStyle: Regular +tags: + start: + px: 120 + py: 475 + fgHexColor: "#FFFFFF" + bgHexColor: "#7F7776" + fontSize: 22 + fontStyle: Medium + boxAlign: Left + boxSpacing: 6 + boxPadding: + top: 6 + right: 10 + bottom: 6 + left: 8