diff --git a/index.md b/README.md similarity index 100% rename from index.md rename to README.md diff --git a/publi.sh b/publi.sh index 86145a5..78bc324 100755 --- a/publi.sh +++ b/publi.sh @@ -1,2 +1,2 @@ #!/usr/bin/env bash -pandoc -i index.md -o index.html --standalone +pandoc -i README.md -o index.html --standalone