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"] 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"] ++++ 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