aberto

aberto

🪄🚪👐 Static blog template powered by Jekyll

Aberto Logo

Aberto

Static blog engine powered by Jekyll and GitHub Pages

Getting Started

If you only want to run this on GitHub Pages and updating content directly on GitHub.

  1. Fork this repo
  2. Turn on GitHub Pages
  3. You're on set.

Deploy on your local machine:

  1. Fork this repo
  2. Clone to your local machine
  3. Run bundle exec jekyll serve --livereload. After all dependencies have been installed, the terminal should give you a notification like this to access the local site.
    ...
    LiveReload address: http://127.0.0.1:35729
    Server address: http://127.0.0.1:4000
    Server running... press ctrl-c to stop.
    LiveReload: Browser connected
    ...