My personal website.
https://slococo.com.ar
|
||
---|---|---|
_includes | ||
_layouts | ||
_pages | ||
_plugins | ||
_posts | ||
_projects | ||
_sass | ||
assets | ||
blog | ||
docker | ||
.dockerignore | ||
.gitignore | ||
Gemfile | ||
LICENSE.md | ||
README.md | ||
_config.yml |
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.