Skip to content

kFrolichs/blog.keiruaprod.fr

 
 

Repository files navigation

blog.keiruaprod.fr

This repositoy hosts my technical blog hosted on blog.keiruaprod.fr.

WIP articles

Pretty much many things in the messy _draft directory.

Edition process

jekyll-compose helps to streamline the editing process

$ make serve
# Create a new draft
$ make draft title="test"
# Publish
$ make publish file="_drafts/test.md"
# Deploy
$ make deploy

Todo:

Tools

The blog uses Jekyll The theme is Contrast.

Validation

html-proofer helps to ensure the generated HTML is valid. It is available as a rake task.

bundle exec rake test

Social cards

Code samples are generated with carbon-now. You need yarn, and node.

$ yarn global add carbon-now-cli

When you have it, you can run a script that will generate all the missing

python generate-social-cards.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.8%
  • CSS 2.2%
  • HTML 0.9%
  • Sass 0.7%
  • Python 0.2%
  • Makefile 0.1%
  • Other 0.1%