From 63c2eba00a35d1a3b59f1cc7a4e0619d3255bef6 Mon Sep 17 00:00:00 2001 From: Aroy-Art <39088602+Aroy-Art@users.noreply.github.com> Date: Thu, 21 Jan 2021 12:50:10 +0100 Subject: [PATCH 1/3] Updated Syna --- themes/syna | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/syna b/themes/syna index 47741c9..eb206a0 160000 --- a/themes/syna +++ b/themes/syna @@ -1 +1 @@ -Subproject commit 47741c9c9d42b68448de992ebf52ecd3ba825168 +Subproject commit eb206a014b7f52a96a78e0914be7d8b74d4f7389 From 89750a397619d70939430f71e238a6b2806fe92f Mon Sep 17 00:00:00 2001 From: Aroy-Art <39088602+Aroy-Art@users.noreply.github.com> Date: Thu, 21 Jan 2021 12:51:26 +0100 Subject: [PATCH 2/3] Removed Google analytics --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index d7d3d6f..a6e52ea 100644 --- a/config.toml +++ b/config.toml @@ -4,10 +4,10 @@ languageCode = "en-us" title = "Aroy" theme = "syna" enableGitInfo = true -version = "0.17.3" +version = "0.17.4" # Google Analytics tracking -googleAnalytics = "G-PRFGX3RLE2" +googleAnalytics = "" disableKinds = ["RSS", "taxonomy", "taxonomyTerm"] From fb356b8545525341a470c245052215ce742b26ad Mon Sep 17 00:00:00 2001 From: Aroy <39088602+Aroy-Art@users.noreply.github.com> Date: Wed, 27 Jan 2021 18:35:19 +0100 Subject: [PATCH 3/3] Added ANSI color codes post --- content/blog/ANSI-color-codes/content.md | 13 +++++++++++++ content/blog/ANSI-color-codes/index.md | 7 +++++++ 2 files changed, 20 insertions(+) create mode 100644 content/blog/ANSI-color-codes/content.md create mode 100644 content/blog/ANSI-color-codes/index.md diff --git a/content/blog/ANSI-color-codes/content.md b/content/blog/ANSI-color-codes/content.md new file mode 100644 index 0000000..1cf38a0 --- /dev/null +++ b/content/blog/ANSI-color-codes/content.md @@ -0,0 +1,13 @@ ++++ +title = "ANSI color codes" +subtitle = "The entire table of ANSI color codes." + +date = "2020-12-02" +lastmod = "2020-12-16" + +fragment = "content" +weight = 100 +tags = ["ANSI", "color", "codes", "cheat", "sheet"] ++++ + + diff --git a/content/blog/ANSI-color-codes/index.md b/content/blog/ANSI-color-codes/index.md new file mode 100644 index 0000000..8c49ae8 --- /dev/null +++ b/content/blog/ANSI-color-codes/index.md @@ -0,0 +1,7 @@ ++++ +title = "ANSI color codes" +subtitle = "The entire table of ANSI color codes." + +date = "2021-01-21" +tags = ["ANSI", "color", "codes", "cheat", "sheet"] ++++