diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2021-07-06 08:22:54 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2021-07-06 08:22:54 +0200 |
| commit | 65b14a348fa0b057c3641e1fc89c8503b746507b (patch) | |
| tree | a38ba5fadf3e412f3a03f3413753ac51d35dd57f /README.md | |
| parent | 4e69d9c1ad7df3653c94bf2da0e8634563261e53 (diff) | |
| download | jo.mssola.com-65b14a348fa0b057c3641e1fc89c8503b746507b.tar.gz jo.mssola.com-65b14a348fa0b057c3641e1fc89c8503b746507b.zip | |
Added workflow
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 36 |
1 files changed, 6 insertions, 30 deletions
@@ -1,35 +1,11 @@ -# jo +<p align="center"> + <a href="https://github.com/mssola/jo.mssola.com/actions?query=workflow%3ACI" title="CI status for the main branch"><img src="https://github.com/mssola/jo.mssola.com/workflows/CI/badge.svg" alt="Build Status for main branch" /></a> + <a href="http://www.gnu.org/licenses/agpl-3.0.txt" rel="nofollow"><img alt="License GPL 3" src="https://img.shields.io/badge/license-AGPL_3-blue.svg" style="max-width:100%;"></a> +</p> -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 |
