Skip to content

Latest commit

 

History

History
84 lines (68 loc) · 3.8 KB

File metadata and controls

84 lines (68 loc) · 3.8 KB
layout custom
title Luciano's Library
description Mini Books

At work, I get to talk to a lot of interesting people and juggle a wide range of ideas. With that much in motion, things can get messy, and keeping everyone aligned takes effort.

So I put together these “Mini Books.” They’re meant to create a shared baseline and make life easier for all of us.

They also give me a convenient link to send when someone new asks how things work.


{% assign total_books = site.books | size %} {% assign categories = site.books | map: "category" | uniq %} {% assign cat_count = categories | size %}

{{ total_books }} mini-books across {{ cat_count }} categories

All Status Nearly Done Draft Jottings Barely Started All Categories Educational Self-Help Optimization Mentoring Theory Meta
{% for book in site.books %}
{{ book.category }}

{{ book.description }}

{% if book.chapters > 0 %} {{ book.chapters }} chapters {% endif %}
{% endfor %}

Code Snippets, Tools, and Efficiency Tips

Little hacks that go a long way. GitHub Gists with wisdom and free time to spare.


Contribute

Want to contribute? Open a PR or reach out to me directly! I'll be setting up a contributor page soon. Feedback and suggestions are always welcome.