diff options
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/config.toml b/config.toml index 26fdd44..f06cc57 100644 --- a/config.toml +++ b/config.toml @@ -1,8 +1,8 @@ -base_url = "https://test.fcuny.net/" +base_url = "https://fcuny.net/" title = "@fcuny" author = "Franck Cuny" -description = "Franck's website, with articles about computers stuff." +description = "random stuff about computers." output_dir = "docs" @@ -10,8 +10,6 @@ default_language = "en" generate_feeds = false -taxonomies = [{ name = "tags", feed = false }] - [markdown] highlight_code = true highlight_theme = "one-dark" @@ -19,4 +17,4 @@ render_emoji = true smart_punctuation = true [extra] -license = { name = "CC BY-SA 4.0", href = "https://creativecommons.org/licenses/by-sa/4.0/" } +license = { name = "CC BY-SA 4.0", href = "https://creativecommons.org/licenses/by-sa/4.0/" } |
