Skip to content

Commit f38878f

Browse files
committed
print: enable print for pages with _build options matcornic#522
1 parent 754b5c8 commit f38878f

File tree

11 files changed

+40
-59
lines changed

11 files changed

+40
-59
lines changed

exampleSite/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ disableHugoGeneratorInject = true
100100

101101
[[languages.en.menu.shortcuts]]
102102
name = "<i class='fas fa-fw fa-camera'></i> Showcases"
103-
url = "more/showcase/"
103+
url = "showcase/"
104104
weight = 11
105105

106106
[[languages.en.menu.shortcuts]]
@@ -140,7 +140,7 @@ disableHugoGeneratorInject = true
140140

141141
[[languages.pir.menu.shortcuts]]
142142
name = "<i class='fas fa-fw fa-camera'></i> Showcases"
143-
url = "more/showcase/"
143+
url = "showcase/"
144144
weight = 11
145145

146146
[[languages.pir.menu.shortcuts]]

exampleSite/content/cont/menushortcuts.en.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ weight = 10
2020

2121
[[menu.shortcuts]]
2222
name = "<i class='fas fa-fw fa-camera'></i> Showcases"
23-
url = "more/showcase/"
23+
url = "showcase/"
2424
weight = 11
2525

2626
[[menu.shortcuts]]
@@ -75,7 +75,7 @@ Example from the current website:
7575

7676
[[languages.en.menu.shortcuts]]
7777
name = "<i class='fas fa-fw fa-camera'></i> Showcases"
78-
url = "more/showcase/"
78+
url = "showcase/"
7979
weight = 11
8080

8181
[[languages.en.menu.shortcuts]]
@@ -109,7 +109,7 @@ Example from the current website:
109109

110110
[[languages.pir.menu.shortcuts]]
111111
name = "<i class='fas fa-fw fa-camera'></i> Showcases"
112-
url = "more/showcase/"
112+
url = "showcase/"
113113
weight = 11
114114

115115
[[languages.pir.menu.shortcuts]]

exampleSite/content/more/credits/_index.en.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
+++
2-
disableToc = true
32
title = "Credits"
43
+++
54

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
+++
2-
disableToc = true
32
title = "Crrredits"
43
+++
54
{{< piratify >}}

exampleSite/content/more/showcase/_index.pir.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

exampleSite/content/more/showcase/_index.en.md renamed to exampleSite/content/showcase/_index.en.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
+++
22
title = "Showcase"
3+
[_build]
4+
render = "always"
5+
list = "never"
6+
publishResources = true
37
+++
48

59
## [GoboLinux Wiki](https://wiki.gobolinux.org/) by NEONsys.org
@@ -10,6 +14,6 @@ title = "Showcase"
1014

1115
![BITS image](bits-train.png?width=60pc&classes=shadow)
1216

13-
## [Pamasol Electrics](https://pamasol.github.io/de/) by Pamasol – Swiss Aerosol Solutions
17+
## [Pamasol Electrics](https://pamasol.github.io/de/) by Pamasol
1418

1519
![Pamasol Electrics](pamasol-electrics-portal.png?width=60pc&classes=shadow)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
+++
2+
title = "Showcase"
3+
[_build]
4+
render = "always"
5+
list = "never"
6+
publishResources = true
7+
+++
8+
{{< piratify >}}

0 commit comments

Comments
 (0)