My personal website. https://slococo.com.ar
Go to file
Santiago Lo Coco 72a871e3ff Update about page 2025-03-04 19:14:33 +00:00
_includes Remove git icon from /projects 2024-04-21 11:57:22 +00:00
_layouts Add blog 2024-02-06 15:15:40 +00:00
_pages Update about page 2025-03-04 19:14:33 +00:00
_plugins Remove comments 2022-02-10 19:17:42 -03:00
_posts Translate post 2024-04-21 11:57:37 +00:00
_projects Remove git icon from /projects 2024-04-21 11:57:22 +00:00
_sass Add blog 2024-02-06 15:15:40 +00:00
assets Add blog 2024-02-06 15:15:40 +00:00
blog Add blog 2024-02-06 15:15:40 +00:00
docker Update docker files 2024-07-28 16:01:20 +00:00
.dockerignore Update docker files 2024-07-28 16:01:20 +00:00
.gitignore Update projects 2024-04-21 10:53:23 +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 02:32:48 +00:00
_config.yml Add blog 2024-02-06 15:15:40 +00: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

Once the server is running, you can access the website at http://localhost:9998.

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