My personal website. https://slococo.com.ar
Go to file
Santiago Lo Coco 468323f623 Add forceBuild.sh 2023-10-14 15:04:19 +00:00
_includes Fix more bugs and replace github icon 2023-10-07 01:12:29 +00:00
_layouts Fix more bugs and replace github icon 2023-10-07 01:12:29 +00: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 calrepo.md 2023-10-14 15:01:05 +00: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 Add forceBuild.sh 2023-10-14 15:04:19 +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 02:32:48 +00:00
_config.yml Remove codeberg (since it is now a mirror of git.slc.ar) 2023-10-07 20:47:21 +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