Go to file
Nistor Cristian c2256889d1
Add new footer.
Signed-off-by: Nistor Cristian <contact@nistorcristian.com>
2019-11-20 00:03:12 +02:00
_includes Add new footer. 2019-11-20 00:03:12 +02:00
_layouts Improve blog readability. Add favicon. Small other changes on home. 2019-11-14 22:45:49 +02:00
_posts Update date 2019-10-04 19:52:23 +08:00
assets Add new footer. 2019-11-20 00:03:12 +02:00
.gitignore Add files 2019-11-07 22:12:13 +02:00
404.html Add files 2019-11-07 22:12:13 +02:00
CNAME Improve blog readability. Add favicon. Small other changes on home. 2019-11-14 22:45:49 +02:00
Gemfile Add files 2019-11-07 22:12:13 +02:00
Gemfile.lock Add files 2019-11-07 22:12:13 +02:00
README.md Improve blog readability. Add favicon. Small other changes on home. 2019-11-14 22:45:49 +02:00
_config.yml Improve blog readability. Add favicon. Small other changes on home. 2019-11-14 22:45:49 +02:00
index.markdown Add files 2019-11-07 22:12:13 +02:00
package-lock.json Improve blog readability. Add favicon. Small other changes on home. 2019-11-14 22:45:49 +02:00

README.md

vac

  1. Install a full Ruby development environment.
  2. Install Jekyll and bundler gems.
  3. Change into your cloned repo
  4. Build the site and make it available on a local server: bundle exec jekyll serve
  5. Now browse to http://localhost:4000