My personal website. https://slococo.com.ar
Go to file
Santiago Lo Coco 599e8bc318 Update projects 2024-04-21 10:53:23 +00:00
_includes Add blog 2024-02-06 15:15:40 +00:00
_layouts Add blog 2024-02-06 15:15:40 +00:00
_pages Remove files 2023-10-07 00:32:05 +00:00
_plugins Remove comments 2022-02-10 19:17:42 -03:00
_posts Add blog 2024-02-06 15:15:40 +00:00
_projects Update projects 2024-04-21 10:53:23 +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 Add forceBuild.sh 2023-10-14 15:04:19 +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