Skip to content

Commit 8fb3bce

Browse files
committed
Update contact and domain information
- Update the landing page and generated links to use the new atomvm.org domain name. - Update the contact information by removing email link to [email protected] and stop advertising the discord server that we no longer have administrative control over. - Add news post announcing the domain name change. Signed-off-by: Winford <[email protected]>
1 parent 50aa34b commit 8fb3bce

File tree

3 files changed

+19
-8
lines changed

3 files changed

+19
-8
lines changed

_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919
# in the templates via {{ site.myvariable }}.
2020

2121
title: AtomVM
22-
email: webmaster@atomvm.net
23-
author: atomvm.net
22+
email: atomvm@users.noreply.github.com
23+
author: atomvm.org
2424
description: >- # this means to ignore newlines until "baseurl:"
2525
Welcome to AtomVM, the Erlang virtual machine for IoT devices!
2626
# Write an awesome description for your new site here. You can edit this
2727
# line in _config.yml. It will appear in your document head meta (for
2828
# Google search results) and in your feed.xml site description.
2929
#baseurl: "/" # the subpath of your site, e.g. /blog
30-
url: "https://www.atomvm.net" # the base hostname & protocol for your site, e.g. http://example.com
30+
url: "https://atomvm.org" # the base hostname & protocol for your site, e.g. http://example.com
3131
github_username: atomvm
3232

33-
host: "www.atomvm.net"
33+
host: "atomvm.org"
3434

3535
# collections:
3636
# portfolio:
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
layout: post
3+
title: atomvm.net is now atomvm.org
4+
author: The AtomVM team
5+
excerpt_separator: <!--more-->
6+
---
7+
8+
## AtomVM has a new domain name.
9+
10+
Just a short public service announcement:
11+
12+
AtomVM has moved from www.atomvm.net to atomvm.org. Please update your bookmarks and rss subscriptions. We appreciate any help spreading the word to your friends and colleagues, and on social media.
13+
14+
_The AtomVM team_

contact.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ permalink: /contact/
66

77
AtomVM users and developers can be found on the [AtomVM Forum](https://erlangforums.com/c/erlang-platforms/atomvm-forum/76).
88

9-
We have an active Telegram community dicussing [AtomVM - Erlang and Elixir on Microcontrollers 🏝](https://t.me/atomvm).
10-
We also hang out on the [AtomVM Discord](https://discord.gg/QA7fNjm9Nw) channel.
9+
We have an active Telegram community discussing [AtomVM - Erlang and Elixir on Microcontrollers 🏝](https://t.me/atomvm).
1110

1211
Drop in and say hello!
13-
14-
For direct inquiries, please write to us at `help` -at- `atomvm.net`.

0 commit comments

Comments
 (0)