Skip to content

MadridJUG/madridopen

Repository files navigation

JMad

This repo is created following https://top.gal/ template. You can check there for more info.

If you don't want to install anything locally and prefer to use Docker:

  • Build the docker image:
docker build -t jmad .
  • Create the directory for the Deno cache:
mkdir deno-cache
  • Start in CMS mode to edit the content and watch the changes:
docker run --rm -it -v $(pwd):/app -v ./deno-cache:/home/ubuntu/.cache/deno -p 3000:3000 jmad task cms

Now you can browse http://localhost:3000/admin to enter the CMS and http://localhost:3000 to watch the website.

  • To build the web that you will deploy, run:
docker run --rm -it -v $(pwd):/app -v ./deno-cache:/home/ubuntu/.cache/deno jmad task build --location=https://jmad.madridjug.es/

The web will be available in the directory _site.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •