From 65b14a348fa0b057c3641e1fc89c8503b746507b Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 6 Jul 2021 08:22:54 +0200 Subject: Added workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- README.md | 36 ++++++------------------------------ 1 file changed, 6 insertions(+), 30 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ae7f83a..32dd250 100644 --- a/README.md +++ b/README.md @@ -1,35 +1,11 @@ -# jo +

+ Build Status for main branch + License GPL 3 +

-Files for my personal website. In order to get started, you need to install -[yarn](https://yarnpkg.com/), [git](https://git-scm.com/) (yeah, it's actually a -dependency) and you need a proper ruby development environment (with bundler -already installed). Then, you can simply fetch dependencies like so: +--- -``` -$ yarn -$ bundle -``` - -After that, build Javascript files with: - -``` -$ yarn run webpack -``` - -And in another session start Jekyll with: - -``` -$ bundle exec jekyll serve -``` - -If you just want to **deploy**, simply run: - -``` -$ ./script/build.sh -``` - -This will write everything into a `_site` directory. Use this directory to serve -all files. +My personal website. ## License -- cgit v1.2.3