Convert README.rst to .md as well

This commit is contained in:
Nejc Zupan 2021-12-10 15:22:22 +00:00
parent e5e8253278
commit 7b9d5d2b24
2 changed files with 18 additions and 23 deletions

18
README.md Normal file
View File

@ -0,0 +1,18 @@
<img alt="CI"
src="https://github.com/nix-dot-dev/nix.dev/workflows/CI/badge.svg">
<a href="https://gitpod.io/#https://github.com/nix-dot-dev/nix.dev">
<img alt="GitPod"
src="https://gitpod.io/button/open-in-gitpod.svg">
</a>
# [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 <http://localhost:5500>.
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/).

View File

@ -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 <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 http://localhost:5500.
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/>`_.