All Projects → yegor256 → blog

yegor256 / blog

Licence: other
My Blog About Computers

Programming Languages

Liquid
124 projects
ruby
36898 projects - #4 most used programming language
HTML
75241 projects
java
68154 projects - #9 most used programming language
TeX
3793 projects
SCSS
7915 projects

Projects that are alternatives of or similar to blog

Jessesquires.com
Turing complete with a stack of 0xdeadbeef
Stars: ✭ 31 (-70.75%)
Mutual labels:  jekyll, programming, blogging
Algo ds notes
It is a repository that is a collection of algorithms and data structures with implementation in various languages.
Stars: ✭ 1,897 (+1689.62%)
Mutual labels:  programming, object-oriented
Coderchef Kitchen
The official repository for our programming kitchen which consists of 50+ delicious programming recipes having all the interesting ingredients ranging from dynamic programming, graph theory, linked lists and much more. All the articles contain beautiful images and some gif/video at times to help clear important concepts.
Stars: ✭ 306 (+188.68%)
Mutual labels:  programming, blogging
Long Haul
A minimal, type-focused Jekyll theme.
Stars: ✭ 524 (+394.34%)
Mutual labels:  jekyll, blogging
End2end
💎 Clean Jekyll theme
Stars: ✭ 263 (+148.11%)
Mutual labels:  jekyll, blogging
Dotx
💎 Simple & Beautiful Jekyll theme
Stars: ✭ 83 (-21.7%)
Mutual labels:  jekyll, blogging
yt-channels-DS-AI-ML-CS
A comprehensive list of 180+ YouTube Channels for Data Science, Data Engineering, Machine Learning, Deep learning, Computer Science, programming, software engineering, etc.
Stars: ✭ 1,038 (+879.25%)
Mutual labels:  programming
jekyll-deploy-action
🪂 A Github Action to deploy the Jekyll site conveniently for GitHub Pages.
Stars: ✭ 162 (+52.83%)
Mutual labels:  jekyll
DataViewExtenders
Extenders for WinForms controls, such as DataGridView, DataGridViewColumn, FlowLayoutPanel, TableLayoutPanel, etc
Stars: ✭ 22 (-79.25%)
Mutual labels:  programming
coding-untuk-semua
Coding untuk semua, kumpulan materi-materi untuk belajar coding/pemrograman.
Stars: ✭ 18 (-83.02%)
Mutual labels:  programming
HALO-SCRIPT-PROJECTS
✅ Halo PC|CE - Add-ons for Phasor V2+ and SAPP 🇳🇿
Stars: ✭ 25 (-76.42%)
Mutual labels:  programming
ciencia datos
El curso en español, de acceso abierto y gratuito más grande del mundo sobre Ciencia de Datos en salud.
Stars: ✭ 66 (-37.74%)
Mutual labels:  programming
InterQues
Let's find the list of questions and collaborate
Stars: ✭ 74 (-30.19%)
Mutual labels:  programming
jekyll-skeleton
Scaffolding to start with a Jekyll website
Stars: ✭ 27 (-74.53%)
Mutual labels:  jekyll
nylo
Nylo's programming language interpreter.
Stars: ✭ 21 (-80.19%)
Mutual labels:  programming
spring-boot-jwt-social-auth
Implementing JWT authentication and integrate Facebook login with it using Spring Boot
Stars: ✭ 32 (-69.81%)
Mutual labels:  programming
junior-theme
⚫ A striking black and white theme for Jekyll. Built as a developer blog + portfolio.
Stars: ✭ 66 (-37.74%)
Mutual labels:  jekyll
amphp.github.io
Main website repository.
Stars: ✭ 21 (-80.19%)
Mutual labels:  jekyll
docshub
API Documentation Browser based Github Pages Service
Stars: ✭ 58 (-45.28%)
Mutual labels:  jekyll
crynamo
DynamoDB client for Crystal.
Stars: ✭ 14 (-86.79%)
Mutual labels:  object-oriented

DevOps By Rultor.com

Availability at SixNines Hits-of-Code

This is my blog: www.yegor256.com

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

The blog is built during deployment in this Docker image.

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

$ bundle update
$ bundle exec jekyll serve

In about 3-4 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 --host=0.0.0.0 \
  yegor256/blog-image \
  'cd /b && bundle update && bundle exec jekyll serve --drafts --future'
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].