pberba / pberba.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pberba.github.io

This is the source code for my blog. It's a static website powered by Jekyll.

Dependencies

Here are the dependencies for this blog. You can also check the Gemfile for more information:

  • Ruby==2.3.1
  • gem==2.5.2.1
  • jekyll=3.6.3
  • minima==2.0
  • html-proofer
  • jekyll-sitemap
  • jekyll-feed==0.6
  • jekyll-seo-tag

Set-up

Make sure that you have bundler in your system:

$ sudo gem install bundler

Then, build the dependencies and call jekyll serve

$ git clone https://github.com/pberba/pberba.github.io.git 
$ cd pberba.github.io/
$ bundle install
$ bundle exec jekyll serve

The page, by default, should be running at localhost:4000

Contribute

If you found some errors in spelling/grammar, mistakes in content and the like, then feel free to fork this repository and make a Pull Request!

licensebuttons by

About

License:Creative Commons Attribution 4.0 International


Languages

Language:HTML 46.1%Language:SCSS 41.3%Language:CSS 10.4%Language:Ruby 2.2%