惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Stack Overflow Blog
Stack Overflow Blog
Vercel News
Vercel News
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
J
Java Code Geeks
M
MIT News - Artificial intelligence
Microsoft Azure Blog
Microsoft Azure Blog
B
Blog RSS Feed
MongoDB | Blog
MongoDB | Blog
G
Google Developers Blog
Engineering at Meta
Engineering at Meta
量子位
S
SegmentFault 最新的问题
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
A
About on SuperTechFans
P
Proofpoint News Feed
Last Week in AI
Last Week in AI
Recent Announcements
Recent Announcements
腾讯CDC
I
InfoQ
F
Fortinet All Blogs
Hugging Face - Blog
Hugging Face - Blog
Blog — PlanetScale
Blog — PlanetScale
H
Help Net Security
爱范儿
爱范儿

Ittavern.com

Wimage - Hosting Open-Source Image Uploader with Podman and external S3 Storage Encryption using SSH Keys with age in Linux ETag in nginx - Simple Resource Caching Sending nginx Logs to Loki with Grafana Alloy How to: Cisco ISE backup to SFTP repository with public key authentication Dummy IP & MAC Addresses for Documentation & Sanitization Deploying ISSO Commenting System for Static Content using Docker Generate a Vanity v3 Hidden Service Onion Address with mkp224o ssh-audit Primer - Audit your SSH Server mtr - More Detailed Traceroute - Network Troubleshooting My Personal Backup Strategy - August 2024 iperf3 - User Authentication with Password and RSA Public Keypair Adding a trash can to Linux with trash-cli Bandwidth Measurement using netcat on Linux Getting started with rsync - Comprehensive Guide Cron Jobs on Linux - Comprehensive Guide with Examples SSH Server Hardening Guide v2 Port Knocking with knockd and Linux - Server Hardening Getting started with rclone - Data transmission Getting started with dig - DNS troubleshooting Getting started with Fail2Ban on Linux Getting started with netcat on Linux with examples URL explained - The Fundamentals Troubleshooting Asking The Right Questions Create tmux layouts using bash scripts Getting started with tcpdump - Ittavern.com Curl on Linux - Reference Guide Getting started with nmap scripts My Offsite Backup - March 2023 Getting started with iperf3 - Network Troubleshooting
Switching from Hugo to picopaper
2025-10-28 · via Ittavern.com

So, I've been working on my own static site generator called picopaper. I've added the key functions I needed to use it for ITTavern and I think picopaper is ready for that task!

Motivation #

I like to code stuff I use and a static stie generator has been on that list for a while. Don't get me wrong, Hugo is amazing and I'd happpy to use it again, esp. for larger more complex projects, but it felt like overkill for a small blog. From what understood, Hugo changed some templating which would require me to update my theme and templating and believe me, I hate it. That made the decision to work on my own project even easier.

With my own project, I can only add the features I need - which keeps it simple and easy to understand and modify - exactly what I like.

What changed? #

There are still minor things I have to change, but a man can only do so much frontend work before ending it all.

  • design, simple and good denough - I really hate working on frontend
  • RSS feed included only headers at the moment - migth change it again
  • /notes/ section is missing - planned to remove it anyway, so I took my chance
  • tags have been replaced with 'feeds', which is more or less categories - might have to change the name of 'feeds'

And maybe some other things I have not thought about!

Please ... #

... let me know if something is not working or missing! Would appreciate it!