My personal website. https://slococo.com.ar
Go to file
Santiago Lo Coco 25b401348e Update docker files 2023-10-07 00:48:03 +00:00
_includes Add codeberg account 2022-11-12 08:48:38 -03:00
_layouts Hide profile image on mobile devices 2022-03-14 14:32:52 -03:00
_pages Remove files 2023-10-07 00:32:05 +00:00
_plugins Remove comments 2022-02-10 19:17:42 -03:00
_projects Update sadedot.md 2023-08-18 08:17:22 -03:00
_sass Hide profile image on mobile devices 2022-03-14 14:32:52 -03:00
assets Rename all.min.css 2022-03-14 14:23:34 -03:00
docker Update docker files 2023-10-07 00:48:03 +00:00
.gitignore Add Dockerfile and docker-compose.yml 2023-10-07 00:34:41 +00:00
Gemfile Remove jekyll-archives, blog and archive-* 2022-02-10 19:41:14 -03:00
LICENSE.md Add newlines in LICENSE.md 2022-02-14 21:34:20 -03:00
README.md Update README.md 2023-10-07 00:41:54 +00:00
_config.yml Fix bug 2022-11-12 08:52:56 -03:00

README.md

Installation

You can run the webpage using either Docker or by installing Ruby and Bundler on your local machine.

Docker

To deploy the webpage using Docker, run the following command:

docker compose up

Manual installation

First, you must install Ruby and Bundler.

Then, to deploy the webpage locally, you need to run:

bundle install
bundle exec jekyll serve

Contributing

PRs are welcome.

License

MIT