Skip to content

Commit 47ac310

Browse files
h-vetinarijaimergp
andcommitted
add language for codeblocks; redirect for address of deleted skeleton
Co-Authored-By: jaimergp <[email protected]>
1 parent 79a6ccf commit 47ac310

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,10 @@ const config = {
260260
from: "/blog/posts/2023-07-13-installer-security-fixes/",
261261
to: "/blog/2023/07/13/installer-security-fixes/",
262262
},
263+
{
264+
from: "/news/2024/04/09/clang-everywhere/",
265+
to: "/news/2024/04/30/clang-everywhere/"
266+
},
263267
/* Docs redirects */
264268
{
265269
from: "/docs/user/announcements.html",

news/2024-04-30-clang-everywhere.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ platform, see e.g. [here](https://conda-forge.org/docs/maintainer/infrastructure
55

66
In practice, this meant that
77

8-
```
8+
```yaml
99
c_compiler:
1010
- gcc # [linux]
1111
- clang # [osx]
@@ -26,7 +26,7 @@ the default compilers on feedstocks unless there are compelling reasons.
2626
In any case, it is now possible to use the following configuration in
2727
`recipe/conda_build_config.yaml`:
2828

29-
```
29+
```yaml
3030
# please consult @conda-forge/core before doing this
3131
c_compiler:
3232
- clang

0 commit comments

Comments
 (0)