From 2c42545c2923a9001f5bca1f1ae0f06970add856 Mon Sep 17 00:00:00 2001 From: Henrique Bueno dos Santos Date: Sun, 26 Sep 2021 16:55:56 -0300 Subject: [PATCH] Update old instructions in the README.md (#236) Python version, GitHub Actions vs Travis, livereload setup. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6193336..c4cf3b5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This is the source code for my personal site ## Dependencies You'll need to install Urubu and all it's dependencies to build the site. I -have been using Python 3.5 for the build. See `environment.yml` for the +have been using Python 3.8 for the build. See `environment.yml` for the complete dependency list. You can create a conda environment with all required dependencies by running @@ -25,7 +25,7 @@ Use the `Makefile`: The command `make serve` will start a simple server at the `_build` folder where the built HTML files are. -Point your browser to [http://127.0.0.1:8000](http://127.0.0.1:8000) +Point your browser to [http://localhost:8008/](http://localhost:8008/) to view the site. The server runs in the background so you can continue working on the site. @@ -58,7 +58,7 @@ things like the DOI, Github repository, etc and the template will include it in the publication side bar. See the existing publications for examples. -## Automatic deploy with TravisCI +## Automatic deploy with GitHub Actions The site is automatically built and deployed to [leouieda/leouieda.github.com](https://github.com/leouieda/leouieda.github.com)