Skip to content

zenatuz/site

Repository files navigation

Status and License

Netlify Status GitHub license

Jekyll based blog

This blog is created in Jekyll based on the theme Minimal Mistakes.

Requirements

Ruby

Gems

Jekyll is developed in ruby (v2 or higher), these gems are required.

  • Gems:
    • bundler
    • jekyll

gem install bundler jekyll

Starting Jekyll

Using with WSL

  • Clone the project
  • Enter the project directory : cd renatobatista.com.br
  • Install the gems : bundle install
  • Start the service :
  • bundle exec jekyll serve --host 0.0.0.0 --force-polling --watch --incremental --livereload
  • Open the browser on: http://localhost:4000
  • To interrupt type: CTRL + C

Using with Docker

  • Clone the project
  • Enter the project directory : cd renatobatista.com.br
  • Start the container: docker-compose up -d
  • Open the browser on: http://localhost:4000
  • To interrupt type: docker-compose down

Logs: To follow the logs, type docker-compose logs -f

Live

This website is automatically published using Netlify in renatobatista.com.br.

If you are interested in doing something similar on your own, check this link: https://www.netlify.com/blog/2020/04/02/a-step-by-step-guide-jekyll-4.0-on-netlify/

About

Personal website using Jekyll

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published