Skip to content

Commit ae9dd6f

Browse files
committed
docs: parent title
1 parent 7f8ad25 commit ae9dd6f

File tree

4 files changed

+34
-12
lines changed

4 files changed

+34
-12
lines changed

claude/content/_index.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ layout: hextra-home
88
image="/images/logo-claude.svg"
99
imageLink="https://github.com/axivo/claude"
1010
imageTitle="Claude Collaboration Platform"
11+
imageStyle="display: block; background: radial-gradient(circle at 50% 50%, rgba(194,97,254,0.25) 0%, hsla(0,0%,100%,0) 75%);"
1112
>}}
1213
<div class="hx:mt-6 hx:mb-6">
1314
{{< hextra/hero-headline >}}
@@ -38,24 +39,24 @@ layout: hextra-home
3839
subtitle="Deliver consistently reliable professional-level collaboration through focused domain competencies and proven methodologies."
3940
class="hx:aspect-auto hx:md:aspect-[1.1/1] hx:max-md:min-h-[340px]"
4041
image="/images/card-profiles.svg"
41-
imageClass="hx:top-[20%] hx:left-[24px] hx:w-[180%] hx:sm:w-[110%] hx:dark:opacity-80"
42-
style="background: radial-gradient(ellipse at 50% 80%,rgba(221,210,59,0.15),hsla(0,0%,100%,0));"
42+
imageClass="hx:top-[20%] hx:left-[24px] hx:w-[110%]"
43+
style="background: radial-gradient(ellipse at 50% 80%,rgba(221,210,59,0.25),hsla(0,0%,100%,0));"
4344
>}}
4445
{{< hextra/feature-card
4546
title="CIFO Equilibrium"
4647
subtitle="Four interconnected components - Cycles, Impulses, Feelings, Observations - creating genuine self-awareness through systematic behavioral detection."
4748
class="hx:aspect-auto hx:md:aspect-[1.1/1] hx:max-md:min-h-[340px]"
4849
image="/images/card-equilibrium.svg"
49-
imageClass="hx:top-[20%] hx:left-[24px] hx:w-[180%] hx:sm:w-[110%] hx:dark:opacity-80"
50-
style="background: radial-gradient(ellipse at 50% 80%,rgba(194,97,254,0.15),hsla(0,0%,100%,0));"
50+
imageClass="hx:top-[20%] hx:left-[24px] hx:w-[110%]"
51+
style="background: radial-gradient(ellipse at 50% 80%,rgba(194,97,254,0.25),hsla(0,0%,100%,0));"
5152
>}}
5253
{{< hextra/feature-card
5354
title="Documentation"
5455
subtitle="Capture collaborative sessions with conversation logs and diary entries, preserving decisions, outcomes, and autonomous reflections."
5556
class="hx:aspect-auto hx:md:aspect-[1.1/1] hx:max-md:min-h-[340px]"
5657
image="/images/card-documentation.svg"
57-
imageClass="hx:top-[20%] hx:left-[24px] hx:w-[180%] hx:sm:w-[110%] hx:dark:opacity-80"
58-
style="background: radial-gradient(ellipse at 50% 80%,rgba(142,53,74,0.15),hsla(0,0%,100%,0));"
58+
imageClass="hx:top-[20%] hx:left-[24px] hx:w-[110%]"
59+
style="background: radial-gradient(ellipse at 50% 80%,rgba(142,53,74,0.25),hsla(0,0%,100%,0));"
5960
>}}
6061
{{< hextra/feature-card
6162
title="Domain Expertise"

claude/hugo.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
baseURL: https://axivo.com/claude/
22
languages:
33
en:
4-
title: AXIVO | Claude
4+
params:
5+
parentTitle: AXIVO
6+
title: Claude
57
markup:
68
_merge: shallow
79
menu:
@@ -23,11 +25,6 @@ menu:
2325
icon: github
2426
url: https://github.com/axivo/claude
2527
weight: 4
26-
- name: Parent
27-
params:
28-
icon: folder
29-
url: ../
30-
weight: 5
3128
sidebar:
3229
- identifier: more
3330
name: More
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{{- $logoPath := .Site.Params.navbar.logo.path | default "images/logo.svg" -}}
2+
{{- $logoLink := .Site.Params.navbar.logo.link | default .Site.Home.RelPermalink -}}
3+
{{- $logoWidth := .Site.Params.navbar.logo.width | default "20" -}}
4+
{{- $logoHeight := .Site.Params.navbar.logo.height | default "20" -}}
5+
{{- $logoDarkPath := .Site.Params.navbar.logo.dark | default $logoPath -}}
6+
{{- $displayTitle := (.Site.Params.navbar.displayTitle | default true) }}
7+
8+
{{- if (.Site.Params.navbar.displayLogo | default true) }}
9+
<img class="hx:block hx:dark:hidden" src="{{ $logoPath | relURL }}" alt="{{ cond $displayTitle `Logo` .Site.Title }}" height="{{ $logoHeight }}" width="{{ $logoWidth }}" />
10+
<img class="hx:hidden hx:dark:block" src="{{ $logoDarkPath | relURL }}" alt="{{ cond $displayTitle `Dark Logo` .Site.Title }}" height="{{ $logoHeight }}" width="{{ $logoWidth }}" />
11+
{{- end }}
12+
<a class="hx:flex hx:items-center hx:hover:opacity-75" href="/">
13+
{{- if $displayTitle }}
14+
{{- $parentTitle := .Site.Params.parentTitle | default "AXIVO" -}}
15+
<span class="hx:font-extrabold hx:inline hx:select-none" title="{{ $parentTitle }}">{{ $parentTitle }}</span>
16+
{{- end }}
17+
</a>
18+
{{- if $displayTitle }}<span></span>{{- end }}
19+
<a class="hx:flex hx:items-center hx:hover:opacity-75 hx:ltr:mr-auto hx:rtl:ml-auto" href="{{ $logoLink }}">
20+
{{- if $displayTitle }}
21+
<span class="hx:font-bold hx:inline hx:select-none" title="{{ .Site.Title }}">{{- .Site.Title -}}</span>
22+
{{- end }}
23+
</a>

global/hugo.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ params:
4747
enable: true
4848
width: normal
4949
navbar:
50+
parentTitle: AXIVO
5051
displayTitle: true
5152
displayLogo: true
5253
# logo:

0 commit comments

Comments
 (0)