-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
82 lines (68 loc) · 2.41 KB
/
config.toml
File metadata and controls
82 lines (68 loc) · 2.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
base_url = "https://seadve.github.io"
title = "SeaDve"
description = "Application developer based in the Philippines"
author = "seadve"
generate_feeds = true
compile_sass = true
minify_html = true
build_search_index = true
theme = "tabi"
taxonomies = [{ name = "tags", feed = true }]
[markdown]
external_links_target_blank = true
highlight_code = true
highlight_theme = "css"
default_language = "en"
[extra]
remote_repository_url = "https://github.com/SeaDve/seadve.github.io"
favicon = "/img/logo-circle.png"
favicon_emoji = ""
social_media_card = "/img/logo.png"
custom_subset = false
theme_switcher = false
menu = [
{ name = "Posts", url = "blog", trailing_slash = true },
{ name = "Projects", url = "projects", trailing_slash = true },
{ name = "Designs", url = "designs", trailing_slash = true },
{ name = "Photographs", url = "photographs", trailing_slash = true },
{ name = "About", url = "about", trailing_slash = true },
]
quick_navigation_buttons = true
show_previous_next_article_links = true
feed_icon = true
full_content_in_feed = true
enable_cards_tag_filtering = true
email = "ZGF2ZWNydXo0OEBnbWFpbC5jb20="
socials = [
{ name = "github", url = "https://github.com/SeaDve/", icon = "github" },
{ name = "gitlab", url = "https://gitlab.gnome.org/SeaDve", icon = "gitlab" },
{ name = "linkedin", url = "https://www.linkedin.com/in/dave-patrick-caberto", icon = "linkedin" },
{ name = "strava", url = "https://www.strava.com/athletes/seadve", icon = "strava" },
{ name = "hevy", url = "https://hevy.com/user/seadve", icon = "hevy" },
]
footer_menu = [
{ name = "Donate", url = "donate", trailing_slash = true },
{ name = "Archive", url = "archive", trailing_slash = true },
{ name = "Tags", url = "tags", trailing_slash = true },
{ name = "Site Statistics", url = "https://seadve.goatcounter.com/", trailing_slash = true },
]
copyright = "Copyright © $CURRENT_YEAR Dave Patrick Caberto. All rights reserved."
[extra.analytics]
service = "goatcounter"
id = "seadve"
self_hosted_url = ""
[extra.giscus]
enabled_for_all_posts = true
automatic_loading = true
repo = "SeaDve/seadve.github.io"
repo_id = "MDEwOlJlcG9zaXRvcnkzNDAyMTk0NzU"
category = "Announcements"
category_id = "DIC_kwDOFEdWU84CmO-D"
mapping = "slug"
strict_title_matching = 1
enable_reactions = 1
comment_box_above_comments = true
light_theme = "noborder_light"
dark_theme = "noborder_dark"
lang = ""
lazy_loading = true