diff --git a/_config.yml b/_config.yml index 4aefca5..a3f274d 100644 --- a/_config.yml +++ b/_config.yml @@ -7,3 +7,10 @@ plugins: - jekyll-feed - jekyll-seo-tag - jekyll-sitemap + +defaults: + - + scope: + path: "_posts/*.md" + values: + sitemap: true diff --git a/about.md b/about.md index 53f9062..fcfdcd7 100644 --- a/about.md +++ b/about.md @@ -1,3 +1,7 @@ +--- +sitemap: true +--- + # About Yggdrasil is an encrypted IPv6 network running in the [`200::/7` address range](https://en.wikipedia.org/wiki/Unique_local_address). diff --git a/admin.md b/admin.md index 888ddf6..956f8da 100644 --- a/admin.md +++ b/admin.md @@ -1,3 +1,7 @@ +--- +sitemap: true +--- + # Admin API The admin socket provides an interface to query and configure Yggdrasil during runtime. By default, Yggdrasil listens for admin connections on `localhost:9001`. diff --git a/blog.md b/blog.md index a985bdc..de0d79a 100644 --- a/blog.md +++ b/blog.md @@ -1,3 +1,7 @@ +--- +sitemap: true +--- + # Blog You can subscribe to our blog [using RSS](https://yggdrasil-network.github.io/feed.xml). diff --git a/builds-develop.md b/builds-develop.md index 55cadc6..50dafa0 100644 --- a/builds-develop.md +++ b/builds-develop.md @@ -1,5 +1,6 @@ --- tags: dontlink +sitemap: true --- # Latest Development Builds diff --git a/builds.md b/builds.md index 12f919e..1c70f36 100644 --- a/builds.md +++ b/builds.md @@ -1,10 +1,11 @@ --- tags: dontlink +sitemap: true --- # Latest Builds -After every push to the `master` branch of the [GitHub repository](https://github.com/yggdrasil-network/yggdrasil-go), the code is automatically built by [CircleCI](https://circleci.com/gh/yggdrasil-network/yggdrasil-go) for a number of platforms. +After every push to the `master` branch of the [GitHub repository](https://github.com/yggdrasil-network/yggdrasil-go), the code is automatically built by [CircleCI](https://circleci.com/gh/yggdrasil-network/yggdrasil-go) for a number of platforms. If you prefer to live dangerously and want to test bleeding-edge features or changes, development builds are [available from the `develop` branch](builds-develop.md), although these may not be as stable. diff --git a/configuration.md b/configuration.md index e78e7af..aae5e58 100644 --- a/configuration.md +++ b/configuration.md @@ -1,3 +1,7 @@ +--- +sitemap: true +--- + # Configuration Yggdrasil can be run with a dynamically generated configuration, using sane-ish default settings, with `yggdrasil --autoconf`. In this mode, Yggdrasil will automatically attempt to peer with other nodes on the same subnet, but it also generates a random set of keys each time it is started, and therefore a random IP address. diff --git a/faq.md b/faq.md index dab9f07..7756f9d 100644 --- a/faq.md +++ b/faq.md @@ -1,3 +1,7 @@ +--- +sitemap: true +--- + # FAQ ### Is Yggdrasil safe? @@ -10,7 +14,7 @@ Our official stance is that it is still alpha software. Expect things to not be ### Is Yggdrasil anonymous? -It is not a goal of the Yggdrasil project to provide anonymity. Your direct peers may be able to determine your location if, for example, you are peering over the Internet. +It is not a goal of the Yggdrasil project to provide anonymity. Your direct peers may be able to determine your location if, for example, you are peering over the Internet. ### Does Yggdrasil work on my platform? diff --git a/index.md b/index.md index 972aa6c..ecb42ff 100644 --- a/index.md +++ b/index.md @@ -1,5 +1,6 @@ --- tags: dontlink +sitemap: true --- # Introduction @@ -12,7 +13,7 @@ Although Yggdrasil shares many similarities with [cjdns](https://github.com/cjde The project is currently in very early stages but it is being actively developed. We have already passed our first [alpha release](https://github.com/yggdrasil-network/yggdrasil-go/milestone/1) and are now regularly releasing updates. -A small number of users have been using and stress-testing Yggdrasil quite heavily for a number of purposes, including but not limited to secure remote access (SSH and VNC), access to Matrix, Jabber and IRC servers (including a Matrix-IRC bridge that runs solely over Yggdrasil) and even some video streams, large file transfers and performance tests. +A small number of users have been using and stress-testing Yggdrasil quite heavily for a number of purposes, including but not limited to secure remote access (SSH and VNC), access to Matrix, Jabber and IRC servers (including a Matrix-IRC bridge that runs solely over Yggdrasil) and even some video streams, large file transfers and performance tests. It is entirely possible that occasional breaking changes may still happen in future versions but generally Yggdrasil works well and has proven to be reasonably stable so far, with recent builds reaching weeks of uptime without crashes or failures. diff --git a/platform-edgerouter.md b/platform-edgerouter.md index e39e3b5..a92a5dc 100644 --- a/platform-edgerouter.md +++ b/platform-edgerouter.md @@ -1,5 +1,6 @@ --- tags: dontlink +sitemap: true --- # EdgeRouter @@ -27,7 +28,7 @@ configure set interfaces yggdrasil tun0 commit ``` -At this point, Yggdrasil will start running using default configuration, which includes automatic peer discovery of other Yggdrasil nodes on the same network using multicast. +At this point, Yggdrasil will start running using default configuration, which includes automatic peer discovery of other Yggdrasil nodes on the same network using multicast. ## Add peers diff --git a/platform-linux.md b/platform-linux.md index 40f5b0c..6e7b45b 100644 --- a/platform-linux.md +++ b/platform-linux.md @@ -1,5 +1,6 @@ --- tags: dontlink +sitemap: true --- # Linux diff --git a/platform-macos.md b/platform-macos.md index 812800e..3ed42d1 100644 --- a/platform-macos.md +++ b/platform-macos.md @@ -1,5 +1,6 @@ --- tags: dontlink +sitemap: true --- # macOS diff --git a/platform-windows.md b/platform-windows.md index 49b5f4f..795d494 100644 --- a/platform-windows.md +++ b/platform-windows.md @@ -1,5 +1,6 @@ --- tags: dontlink +sitemap: true --- # Windows diff --git a/platforms.md b/platforms.md index f00f49e..f246771 100644 --- a/platforms.md +++ b/platforms.md @@ -1,3 +1,7 @@ +--- +sitemap: true +--- + # Platforms ## Linux diff --git a/services.md b/services.md index fd12570..071d182 100644 --- a/services.md +++ b/services.md @@ -1,5 +1,6 @@ --- tags: dontlink +sitemap: true --- # Services @@ -35,11 +36,11 @@ The following services are available on the Yggdrasil network, courtesy of our c ### BAN.AI Public Access Multics Service - - `dps8@[201:85d7:5968:d14a:9aca:fe9e:37ed:5ea4]` + - `dps8@[201:85d7:5968:d14a:9aca:fe9e:37ed:5ea4]` - Open anonymous Guest access and free user account registration. - Direct Yggdrasil access via [telnet](telnet://[201:85d7:5968:d14a:9aca:fe9e:37ed:5ea4]), [mosh](mosh://[201:85d7:5968:d14a:9aca:fe9e:37ed:5ea4]), and [ssh](ssh://[201:85d7:5968:d14a:9aca:fe9e:37ed:5ea4]). - More information and access available via [cjnds](http://[fc18:cd5:92ad:5ed6:9960:ad6f:d723:b971]/multics), [tor](http://stopaiepslgjzczi.onion/multics), and [clearnet](https://ban.ai/multics) as well. - + ---- ## Git @@ -73,7 +74,7 @@ The following services are available on the Yggdrasil network, courtesy of our c ## DNS -### Public DNS Server +### Public DNS Server - `200:8993:bb44:e1f3:bde7:6234:3f3e:fdd1` port 53, hosted by [Famicoman](https://phillymesh.net) - Supports clearnet resolution of standard DNS domains - Supports resolution of [OpenNIC](https://www.opennic.org/) domains