Hugoifier

hugoifier / mkdocs.yml
Blame History Raw 85 lines
1
site_name: Hugoifier
2
site_url: https://hugoifier.dev
3
site_description: AI-powered Hugo theme converter with Decap CMS integration
4
site_author: CONFLICT LLC
5
repo_url: https://github.com/ConflictHQ/hugoifier
6
repo_name: ConflictHQ/hugoifier
7
8
theme:
9
name: material
10
logo: assets/images/conflict-logo.svg
11
favicon: assets/images/favicon.png
12
font:
13
text: Roboto
14
code: Roboto Mono
15
palette:
16
- media: "(prefers-color-scheme: dark)"
17
scheme: slate
18
primary: custom
19
accent: custom
20
toggle:
21
icon: material/brightness-4
22
name: Switch to light mode
23
- media: "(prefers-color-scheme: light)"
24
scheme: default
25
primary: custom
26
accent: custom
27
toggle:
28
icon: material/brightness-7
29
name: Switch to dark mode
30
features:
31
- navigation.instant
32
- navigation.tabs
33
- navigation.sections
34
- navigation.expand
35
- navigation.top
36
- search.suggest
37
- search.highlight
38
- content.code.copy
39
- content.tabs.link
40
- header.autohide
41
icon:
42
repo: fontawesome/brands/github
43
44
extra_css:
45
- assets/css/custom.css
46
47
plugins:
48
- search
49
50
markdown_extensions:
51
- admonition
52
- pymdownx.details
53
- pymdownx.superfences:
54
custom_fences:
55
- name: mermaid
56
class: mermaid
57
format: !!python/name:pymdownx.superfences.fence_code_format
58
- pymdownx.tabbed:
59
alternate_style: true
60
- pymdownx.highlight:
61
anchor_linenums: true
62
- pymdownx.inlinehilite
63
- pymdownx.snippets
64
- attr_list
65
- md_in_html
66
- toc:
67
permalink: true
68
69
nav:
70
- Home: index.md
71
- Getting Started:
72
- Installation: getting-started/installation.md
73
- Quick Start: getting-started/quickstart.md
74
- Configuration: getting-started/configuration.md
75
- CLI Reference: cli-reference.md
76
- Architecture: architecture.md
77
- Why Hugo + Cloudflare: about.md
78
79
extra:
80
social:
81
- icon: fontawesome/brands/github
82
link: https://github.com/ConflictHQ/hugoifier
83
84
copyright: Copyright © 2026 CONFLICT LLC
85

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button