diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | config.toml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a48cf0d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +public diff --git a/config.toml b/config.toml index aee1071..6f1aaa9 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://www.physik.tu-berlin.de/~jaseg/beta/" +baseURL = "https://blog.jaseg.net/" languageCode = "en-us" title = "jaseg.net" theme = "hugo-classic" |