Skip to content

Commit 1876d7d

Browse files
committed
post(silicon): Add new post about silicon vs nvidia
1 parent 8f29aa3 commit 1876d7d

11 files changed

+824
-8
lines changed

_posts/2025-08-12-apple-silicon-vs-nvidia-cuda-ai-2025.markdown

Lines changed: 412 additions & 0 deletions
Large diffs are not rendered by default.

_posts/en/2025-08-12-apple-silicon-vs-nvidia-cuda-ai-2025.markdown

Lines changed: 394 additions & 0 deletions
Large diffs are not rendered by default.
502 KB
Loading
138 KB
Loading
178 KB
Loading
129 KB
Loading
179 KB
Loading
201 KB
Loading
282 KB
Loading

search.en.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,15 @@ sitemap:
99
{
1010
"title" : "{{ post.title | escape }}",
1111
"url" : "{{ site.baseurl }}/en{{ post.url }}",
12-
{% assign imagepath = '/assets/img/' | prepend: site.baseurl | append : post.img %}
13-
{%- capture picture %}{%- picture thumbnail-article {{imagepath}} 6:5 center --alt {{ post.title }} -%}{% endcapture -%}
14-
"img" : "{{ picture | base64_encode | strip_newlines }}",
15-
"isencoded" : "y",
12+
{% if post.img %}
13+
{% assign imagepath = '/assets/img/' | prepend: site.baseurl | append : post.img %}
14+
{%- capture picture %}{%- picture thumbnail-article {{imagepath}} 6:5 center --alt {{ post.title }} -%}{% endcapture -%}
15+
"img" : "{{ picture | base64_encode | strip_newlines }}",
16+
"isencoded" : "y",
17+
{% else %}
18+
"img" : "",
19+
"isencoded" : "n",
20+
{% endif %}
1621
"tags" : "{{ post.tags | join: ', ' }}",
1722
"content" : "{{ post.content | markdownify | strip_html | normalize_whitespace | escape | replace: '\', '--' }}"
1823
} {% unless forloop.last %},{% endunless %}

0 commit comments

Comments
 (0)