From 7b9d5d2b248d94498e052d4ec1e8a1b7280e78e8 Mon Sep 17 00:00:00 2001 From: Nejc Zupan Date: Fri, 10 Dec 2021 15:22:22 +0000 Subject: [PATCH] Convert README.rst to .md as well --- README.md | 18 ++++++++++++++++++ README.rst | 23 ----------------------- 2 files changed, 18 insertions(+), 23 deletions(-) create mode 100644 README.md delete mode 100644 README.rst diff --git a/README.md b/README.md new file mode 100644 index 0000000..2e0a668 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +CI + + GitPod + + +# [nix.dev](https://nix.dev) + +An opinionated guide for developers wanting to get things done with the Nix ecosystem. + +## Contributing + +Run `./live` and open a browser at . + +As you make changes your browser should auto-reload within a few seconds. + +For syntax see [RST/Sphinx Cheatsheet](https://sphinx-tutorial.readthedocs.io/cheatsheet/). diff --git a/README.rst b/README.rst deleted file mode 100644 index 3d71bfb..0000000 --- a/README.rst +++ /dev/null @@ -1,23 +0,0 @@ -|CI| |GitPod| - -.. |Netlify Status| image:: https://api.netlify.com/api/v1/badges/269f7467-6afd-49ae-97f2-61a160e93a9a/deploy-status - :target: https://app.netlify.com/sites/nixdev/deploys -.. |CI| image:: https://github.com/nix-dot-dev/nix.dev/workflows/CI/badge.svg -.. |GitPod| image:: https://gitpod.io/button/open-in-gitpod.svg - :target: https://gitpod.io/#https://github.com/nix-dot-dev/nix.dev - - -`nix.dev `_ -============================ - -An opinionated guide for developers wanting to get things done with the Nix ecosystem. - - -Contributing ------------- - -Run ``./live`` and open a browser at http://localhost:5500. - -As you make changes your browser should auto-reload within a few seconds. - -For syntax see `RST/Sphinx Cheatsheet `_.