Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ blog Public
forked from yegor256/blog

My blog about computers, written in Jekyll and deployed to GitHub Pages

License

Ig-v-k/blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevOps By Rultor.com

jekyll Availability at SixNines Hits-of-Code My YouTube My Twitter My Telegram

This repository contains the sources of my blog: www.yegor256.com (the backup URL is this one).

My book 256 Bloghacks explains how this blog is built and maintained.

The blog is deployed in this Docker image.

You are welcome to submit corrections to this blog. In order to do that, you will need Ruby 2.7, Bundler, Woff2, and PlantUML installed. Then, run this:

$ bundle update
$ bundle exec jekyll serve

In a few minutes of building you should be able to see the blog at http://localhost:4000. Make your changes and refresh the page in the browser. If everything is fine, submit a pull request.

If it doesn't work (for some reason), do it via Docker (I assume /code/blog is where the sources are):

$ docker run -it --rm \
  -v "$(readlink -f /code/blog):/b" \
  -p 4000:4000 \
  yegor256/blog-image \
  'cd /b && bundle update && bundle exec jekyll serve --trace --host=0.0.0.0'

About

My blog about computers, written in Jekyll and deployed to GitHub Pages

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Liquid 33.7%
  • Ruby 24.8%
  • HTML 14.7%
  • TeX 10.0%
  • Java 9.5%
  • SCSS 5.0%
  • Other 2.3%