Skip to content

Commit aa380a0

Browse files
authored
Truncate blog posts and enforce from now on (#2689)
1 parent ef4b679 commit aa380a0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

blog/2025-11-21-gcc-macos.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ maintenance burden. There are two main incompatibilities. First,
1717
as the OpenMP library whereas `gcc` uses `libgomp` as the OpenMP library.
1818

1919
Today, we announce the availability of `gcc`, `g++` compilers on macos.
20-
You can install them using
20+
You can install them using:
2121

2222
```bash
2323
conda install gcc gxx
@@ -26,6 +26,8 @@ conda install gcc gxx
2626
Currently we support only gcc 15 and will not support gcc 14 or previous
2727
versions.
2828

29+
<!-- truncate -->
30+
2931
The main difference between these packages and a vanilla gcc installation
3032
or the installation from Homebew is that they use `libomp` as the default
3133
OpenMP library and `libc++` as the default standard C++ library.

docusaurus.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ const config = {
8484
showReadingTime: true,
8585
blogSidebarCount: 10,
8686
onInlineAuthors: "ignore",
87+
onUntruncatedBlogPosts: "throw",
8788
...editUrl,
8889
},
8990
theme: {

0 commit comments

Comments
 (0)