Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates #102

Merged
merged 3 commits into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/add_newsletter
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ next =
issues =
for path <- Path.wildcard([content, "/2*"]),
str = File.read!(path),
[num_str] = Regex.run(~r/aliases:\n - (\d+)/, str, capture: :all_but_first),
[num_str] = Regex.run(~r/aliases:\r?\n - (\d+)/, str, capture: :all_but_first),
do: String.to_integer(num_str)

Enum.max(issues) + 1
Expand Down
3 changes: 3 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ menu:
url: 'https://github.com/nerves-project'
pre: 'img/github.svg'
weight: 2
- name: 'Slack'
url: 'https://elixir-slack.community/'
pre: 'img/slack.svg'
- name: 'Discord'
url: 'https://discord.gg/elixir'
pre: 'img/discord.svg'
Expand Down
492 changes: 492 additions & 0 deletions content/newsletter/2024-02-15-catching-up,-it's-back.html

Large diffs are not rendered by default.

444 changes: 444 additions & 0 deletions content/newsletter/2024-03-04-system-updates-&-some-tflite?.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion layouts/code/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,14 @@
</span>
<span><a href="https://elixirforum.com/c/elixir-framework-forums/nerves-forum/74">Nerves Forum</a></span>
</span>
or
,
<span class="icon-text">
<span class="icon">
<img src="{{ relURL "img/slack.svg" }}"></img>
</span>
<span><a href="https://elixir-slack.community/">#nerves</a></span>
</span>
, or
<span class="icon-text">
<span class="icon">
<img src="{{ relURL "img/discord.svg" }}"></img>
Expand Down
10 changes: 8 additions & 2 deletions layouts/community/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,19 @@
to find previously answered questions or ask for help.
</p>
<p class="subtitle">
You can also post to the #nerves channel on the
You can also post to the #nerves channel on
<span class="icon-text">
<span class="icon">
<img src="{{ relURL "img/slack.svg" }}"></img>
</span>
<span><a href="https://elixir-slack.community/">Elixir Slack</a></span>
</span>,
<span class="icon-text">
<span class="icon">
<img src="{{ relURL "img/discord.svg" }}"></img>
</span>
<span><a href="https://discord.gg/elixir">Elixir Discord</a></span>
</span>
</span>,
or <a href="https://github.com/nerves-project/nerves/issues/new" target="_blank">submit a new issue</a> on GitHub.
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading