Skip to content
This repository was archived by the owner on Jun 20, 2026. It is now read-only.

Commit 0382688

Browse files
author
dust115
committed
update tagline, hide sidebar on posts, add PDF link to Separatio post
1 parent 642b0a2 commit 0382688

3 files changed

Lines changed: 24 additions & 1 deletion

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ timezone: America/Santiago
1616

1717
title: Franco Castro Chavarria # the main title
1818

19-
tagline: SysAdmin, OpSec, Hacking & Linux Lab # it will display as the subtitle
19+
tagline: Entusiasta de Linux, el opensource y la ciberseguridad # it will display as the subtitle
2020

2121
description: >- # used by seo meta and the atom feed
2222
Bitácora de ciberseguridad, experimentos de hacking ético y cosas relacionadas con Linux.

_posts/2026-04-26-separatio-threat-intel-pipeline.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,6 +620,10 @@ Lo más interesante que podría añadirse: un módulo de **correlación semánti
620620

621621
El repositorio está en: [github.com/Fennek115/separatio](https://github.com/Fennek115/separatio)
622622

623+
Para ver un ejemplo del output final, aquí hay un informe real generado por el pipeline el 26 de abril de 2026 con OpenAI (259 artículos, modo multi-fase):
624+
625+
[Descargar informe de ejemplo (PDF)](https://github.com/Fennek115/separatio/releases/download/demo/threat-briefing-2026-04-26.pdf)
626+
623627
---
624628

625629
## Reflexión Final
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
---
3+
4+
@charset "UTF-8";
5+
6+
@import "main";
7+
8+
// Ocultar sidebar izquierdo cuando se lee un post (identificado por #toc-wrapper)
9+
@media (min-width: 992px) {
10+
body:has(#toc-wrapper) {
11+
#sidebar {
12+
display: none;
13+
}
14+
15+
#main-wrapper {
16+
margin-left: 0;
17+
}
18+
}
19+
}

0 commit comments

Comments
 (0)