forked from modelcontextprotocol/modelcontextprotocol
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
70 lines (60 loc) · 1.82 KB
/
hugo.toml
File metadata and controls
70 lines (60 loc) · 1.82 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
baseURL = 'https://blog.modelcontextprotocol.io/'
languageCode = 'en-us'
title = 'Model Context Protocol Blog'
copyright = 'Copyright © 2025 Model Context Protocol Project. All rights reserved.'
theme = 'github.com/adityatelange/hugo-PaperMod'
[pagination]
pagerSize = 5
[params]
author = "The MCP project"
description = "Updates from the Model Context Protocol project"
images = ["og-image.png"]
[params.homeInfoParams]
Content = "Get the latest updates from protocol maintainers and contributors about new developments, upcoming features, and real-world MCP implementations."
# PaperMod specific settings
# defaultTheme = "dark" # MCP uses a dark theme
disableThemeToggle = false
ShowShareButtons = false
ShowReadingTime = true
ShowPostNavLinks = true
ShowBreadCrumbs = true
ShowCodeCopyButtons = true
ShowWordCount = false
ShowRssButtonInSectionTermList = true
UseHugoToc = false
disableSpecial1stPost = true
disableScrollToTop = false
comments = false
hidemeta = false
hideSummary = false
ShowFullTextinRSS = true
[params.assets]
favicon = "favicon.svg"
[[params.socialIcons]]
name = "github"
url = "https://github.com/modelcontextprotocol"
[[params.socialIcons]]
name = "linkedin"
url = "https://linkedin.com/company/modelcontextprotocol"
# Menu configuration
[[menu.main]]
identifier = "docs"
name = "Documentation"
url = "https://modelcontextprotocol.io/docs"
weight = 10
[[menu.main]]
identifier = "github"
name = "GitHub"
url = "https://github.com/modelcontextprotocol"
weight = 20
# Markup configuration for syntax highlighting
[markup]
[markup.highlight]
guessSyntax = true
style = "monokai"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[module]
[[module.imports]]
path = 'github.com/adityatelange/hugo-PaperMod'