Mario1159's personal website. https://www.1159.cl
Go to file
Mario Romero aff084664b
All checks were successful
Release / test (push) Successful in 24s
Release / push-docker-image (push) Successful in 36s
Update 'README.md'
2023-05-24 23:47:37 +00:00
.gitea/workflows Update '.gitea/workflows/release.yml' 2023-05-23 20:55:39 +00:00
src First commit 2023-05-16 14:08:46 -04:00
compose-dev.yaml Update dev environment 2023-05-24 19:04:34 -04:00
Dockerfile Add Dockerfile 2023-05-16 15:24:21 -04:00
LICENSE Initial commit 2023-05-16 18:07:18 +00:00
README.md Update 'README.md' 2023-05-24 23:47:37 +00:00

1159cl

Mario Romero (Mario1159) personal page deployed at 1159.cl.

This website uses Lume as a static site generator.

Dependencies

  • Deno
  • Docker (Optional: for container deployment and dev enviroment)

Development enviroment

For development you can use Docker Dev Environments following the next link.

Open in Docker Dev Environments

After opening the enviroment with an IDE, you can run the web server in the container with the integrated Deno runtime in the /src folder.

deno task serve

Then you can access the site in localhost:<mapped-port>.

Deploy

Deploy the container using the the latest image generated by the CI/CD action workflow.

docker pull git.1159.cl/mario1159/1159cl
docker run -it git.1159.cl/mario1159/1159cl