From 7707e27a8d9a71bd154ee590dffd341b32244a2a Mon Sep 17 00:00:00 2001 From: Vladimir Hodakov Date: Sat, 20 Jan 2018 11:31:53 +0400 Subject: [PATCH] gitignore changes, config.toml update --- .gitignore | 1 + config.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7e20e7a..a464cfa 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /themes/* +/public/* diff --git a/config.toml b/config.toml index 12c341a..2615bf4 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseurl = "https://www.example.org/" +baseurl = "http:/tango.hodakov.me/" title = "Tango Theme" languageCode = "en-us" copyright = "Copyright © 2018 - Author Name"