Skip to content
Merged
Changes from all 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
8 changes: 4 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
# in the templates via {{ site.myvariable }}.

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

host: "www.atomvm.net"
host: "atomvm.org"

# collections:
# portfolio:
Expand Down