Mario1159's personal website. https://www.1159.cl
Go to file
Mario1159 b6e3b98d90
Some checks failed
Release / test (push) Failing after 3s
Release / push-docker-image (push) Has been skipped
Update recipe
2024-12-10 22:46:43 -03:00
_includes Change mail in footer, add cookie recipe, fix audio player selector initial state 2024-12-10 21:26:48 -03:00
.gitea/workflows Update '.gitea/workflows/release.yml' 2023-05-23 20:55:39 +00:00
cal 2024 new version 2024-12-06 20:38:18 -03:00
content Update recipe 2024-12-10 22:46:43 -03:00
css 2024 new version 2024-12-06 20:38:18 -03:00
example Add docker compose example 2024-12-06 21:15:15 -03:00
fonts 2024 new version 2024-12-06 20:38:18 -03:00
icons/pixelarticons/svg 2024 new version 2024-12-06 20:38:18 -03:00
img 2024 new version 2024-12-06 20:38:18 -03:00
js Change recipe 2024-12-10 22:25:19 -03:00
lib 2024 new version 2024-12-06 20:38:18 -03:00
_cms.ts 2024 new version 2024-12-06 20:38:18 -03:00
_config.ts 2024 new version 2024-12-06 20:38:18 -03:00
.gitattributes 2024 new version 2024-12-06 20:38:18 -03:00
.gitignore 2024 new version 2024-12-06 20:38:18 -03:00
404.html 2024 new version 2024-12-06 20:38:18 -03:00
compose-dev.yaml Update dev environment 2023-05-24 19:04:34 -04:00
deno.json 2024 new version 2024-12-06 20:38:18 -03:00
deno.lock 2024 new version 2024-12-06 20:38:18 -03:00
docker-compose.yml Add docker compose for build 2024-12-06 21:30:00 -03:00
Dockerfile Add docker compose example 2024-12-06 21:15:15 -03:00
favicon.ico 2024 new version 2024-12-06 20:38:18 -03:00
index.md 2024 new version 2024-12-06 20:38:18 -03: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