diff options
author | jaseg <git@jaseg.net> | 2019-05-24 15:24:10 +0900 |
---|---|---|
committer | jaseg <git@jaseg.net> | 2019-05-24 15:24:10 +0900 |
commit | 2f6446020b87f8b830eefeaa2f79923c0f56fdce (patch) | |
tree | 317cb35524e471cbbf43663f4a463a6dcb5b2518 | |
parent | b358716cb4970907c494681a91d2aa11d1768c16 (diff) | |
download | blog-2f6446020b87f8b830eefeaa2f79923c0f56fdce.tar.gz blog-2f6446020b87f8b830eefeaa2f79923c0f56fdce.tar.bz2 blog-2f6446020b87f8b830eefeaa2f79923c0f56fdce.zip |
Configure for deployment (blog.jaseg.net)
-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" |