Skip to content

cuducos/cuducos.me

Repository files navigation

Eduardo Cuducos Netlify Status

Jekyll source files for my personal page & blog.

Getting started

Build the Docker image:

$ docker build -t cuducos.me .

Change the site URL at _config.yml if needed.

Previewing

To launch the server at localhost:4000:

$ docker run -p 4000:4000 -v $(pwd)/:/home/cuducos/ cuducos.me s --host 0.0.0.0

Building

And finally build the site into _site/:

$ docker run -v $(pwd)/:/home/cuducos/ cuducos.me b

Optionally use set ENV variable to build the site with the production server settings:

$ docker run -e "JEKYLL_ENV=production" -v $(pwd)/:/home/cuducos/ cuducos.me b

License

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Creative Commons License

About

Source files of my personal webpage

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Contributors 9