Skip to content

Commit a6d1750

Browse files
committed
Update contact and domain information
Updates the landing page and generated links to use the new atomvm.org domain name. Updates the contact information by removing email link to [email protected] and stop advertising the discord server that we no longer have administrative control over. A news post is also included notifying readers of the domain name change. Signed-off-by: Winford <[email protected]>
1 parent dcbbdf5 commit a6d1750

File tree

4 files changed

+19
-8
lines changed

4 files changed

+19
-8
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020

2121
title: AtomVM
2222
23-
author: atomvm.net
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:

_data/home.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ navbar_entries:
2222

2323
project_entries:
2424
- title: Documentation
25-
url: doc/master
25+
url: doc/main
2626
desc: AtomVM documentation, from soup to nuts. Everything you want to know about AtomVM!
2727

2828
- title: Sample Code
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)