added books post, about post
This commit is contained in:
parent
6ec6e91f34
commit
483e9c5517
4 changed files with 26 additions and 5 deletions
22
content/posts/books.md
Normal file
22
content/posts/books.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
+++
|
||||
title = 'Books'
|
||||
date = 2024-01-29T21:56:49+01:00
|
||||
draft = false
|
||||
+++
|
||||
|
||||
This is just a collection, in so specific order, of books i read or i intent to read in the future. The all are related to the world of programming, hacking, FOOS, Linux and software in general.
|
||||
|
||||
# Programming
|
||||
- Clean Code
|
||||
- Clean Architecture
|
||||
- Data Stuctures the fun way
|
||||
- Essential Java
|
||||
- The GO programming language
|
||||
- Design Patterns: Elements of Reusable Object-Oriented Software
|
||||
|
||||
# Open Source/ Free software
|
||||
- La cattedrale e il bazaar
|
||||
- Open non e' Free
|
||||
|
||||
# Linux
|
||||
- [How Linux Works, 3rd Edition: What Every Superuser Should Know](https://nostarch.com/howlinuxworks3)
|
|
@ -12,7 +12,6 @@ some info on the [Thinkpad T400](https://mcdojf.wixsite.com/t400)
|
|||
|
||||
# MODS
|
||||
ive done a small number of mods to my stock T400, here they are:
|
||||
|
||||
# Libreboot
|
||||
TODO: guide will be done
|
||||
# Quad-core mod
|
||||
|
@ -20,5 +19,5 @@ TODO: guide will be done
|
|||
# bluetooth
|
||||
the bluetooth of the T400 is 2.1, you can easily upgrade the bluetooth 4.0 easily by swapping the card located behind the LCD front bezel
|
||||
# Ultra-bay mod
|
||||
TODO: who the fuck knows if i ever do this
|
||||
TODO: who the fuck knows if i will ever do this
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
+++
|
||||
date = "2016-11-05T21:05:33+05:30"
|
||||
title = "About"
|
||||
title = "Aboutaaaaa"
|
||||
+++
|
||||
|
||||
A minimal, responsive and light theme for Hugo inspired by Linux console.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<h1>About</h1>
|
||||
|
||||
<p>
|
||||
this is a colletion of all my cool stuff <a href="about/">(more)</a>
|
||||
This site's main purpose is to document my projects, coding, things i learn and overall my journey in the world of software development. One day, with enough knowledge, patiente and hard work (or, most likely, by pure chance) these contents will prove to be useful to someone. <a href="about/">(more)</a>
|
||||
</p>
|
||||
<br/>
|
||||
|
||||
|
@ -11,7 +11,7 @@ this is a colletion of all my cool stuff <a href="about/">(more)</a>
|
|||
|
||||
<div class="posts-list">
|
||||
{{ with .Site.GetPage "/posts" }}
|
||||
{{ range first 3 (sort .Data.Pages "Date" "desc" (where .Pages ".Params.private" "!=" true))}}
|
||||
{{ range first 4 (sort .Data.Pages "Date" "desc" (where .Pages ".Params.private" "!=" true))}}
|
||||
<div class="post">
|
||||
<p>
|
||||
<div class="date">{{ .PublishDate.Format "Jan. 2, 2006" }}</div>
|
||||
|
|
Loading…
Reference in a new issue