Initial commit

This commit is contained in:
timvisee 2019-07-01 00:29:44 +02:00
commit 60ccc16e0f
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172
8 changed files with 42 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
public/

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "themes/after-dark"]
path = themes/after-dark
url = git@github.com:getzola/after-dark.git

34
config.toml Normal file
View File

@ -0,0 +1,34 @@
base_url = "https://blog.timvisee.com"
title = "Tim Visée"
description = "My personal blog"
theme = "after-dark"
default_language = "en"
compile_sass = true
highlight_code = true
highlight_theme = "1337" # or: boron
insert_anchor_links = true
generate_rss = true
build_search_index = true
# check_external_links = true
taxonomies = [
{name = "categories", rss = true},
{name = "tags", rss = true},
]
[extra]
author = "Tim Visée"
after_dark_title = "Tim Visée"
after_dark_menu = [
{url = "$BASE_URL", name = "Home"},
{url = "$BASE_URL/projects", name = "Projects"},
{url = "$BASE_URL/blog", name = "Blog"},
{url = "$BASE_URL/categories", name = "Categories"},
{url = "$BASE_URL/tags", name = "Tags"},
{url = "$BASE_URL/about", name = "About"},
{url = "https://timvisee.com", name = "timvisee.com"},
]

3
content/_index.md Normal file
View File

@ -0,0 +1,3 @@
+++
paginate_by = 5
+++

0
sass/.gitkeep Normal file
View File

0
static/.gitkeep Normal file
View File

0
templates/.gitkeep Normal file
View File

1
themes/after-dark Submodule

@ -0,0 +1 @@
Subproject commit fe9ca624fb462c5216decde1600702ed428f4a8d