diff options
author | Melody Horn <melody@boringcactus.com> | 2020-12-15 22:57:27 -0700 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2020-12-15 22:57:27 -0700 |
commit | 5d92bd33a3f0c003ef0c53d72b08f98cbd6a6a34 (patch) | |
tree | 46f0ac8cc3bfab865fe734159709685583b98dd9 | |
parent | f8383e59ceb16a37f3dbea7ec103552168376fa0 (diff) | |
download | arewe1.0yet-5d92bd33a3f0c003ef0c53d72b08f98cbd6a6a34.tar.gz arewe1.0yet-5d92bd33a3f0c003ef0c53d72b08f98cbd6a6a34.zip |
upgrade to dedicated domain
-rw-r--r-- | .build.yml | 2 | ||||
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | index.html | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -17,4 +17,4 @@ tasks: python3 update.py - deploy: | cd arewe1.0yet - rsync --rsh="ssh -o StrictHostKeyChecking=no" -rlt8hP --del out/ $deploy:/var/www/html/1.0.boringcactus.com/ + rsync --rsh="ssh -o StrictHostKeyChecking=no" -rlt8hP --del out/ $deploy:/var/www/html/arewe1.0yet.org/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..858c1df --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Are We 1.0 Yet? + +tracking the stability of the Rust ecosystem. + +source code: <https://git.sr.ht/~boringcactus/arewe1.0yet> +mailing list: <https://lists.sr.ht/~boringcactus/arewe1.0yet> @@ -89,7 +89,7 @@ <footer> Built by <a href="https://www.boringcactus.com/">boringcactus</a>. Inspired by <a href="https://pythonwheels.com/">Python Wheels</a>. - Generator code <a href="https://git.sr.ht/~boringcactus/arewe1.0yet">available</a>. + Generator code <a href="https://sr.ht/~boringcactus/arewe1.0yet/">available</a>. Data pulled at {{ metadata.timestamp }}. </footer> </body> |