Added the Geek webring and removed Nix
All checks were successful
Build and Publish / build (push) Successful in 2m11s

This commit is contained in:
Nicola Belluti 2024-07-30 15:40:23 +02:00
parent 0db4adee8f
commit 4906201dd4
10 changed files with 41 additions and 63 deletions

View File

@ -5,12 +5,11 @@
## Building
[Install Nix](https://nixos.org/), then run:
Install [Hugo](https://gohugo.io/), then run:
```shell
git clone --recursive https://git.nicolabelluti.me/nicolabelluti/blog.git
cd blog
nix develop # Enter the dev environment
hugo --minify --gc
```

8
content/_index.it.md Normal file
View File

@ -0,0 +1,8 @@
#### Benvenuto nel mio piccolo angolo di Internet!
Io sono un ragazzo appassionato
allinformatica, alla stampa 3D, ai droni e a tante altre cose tecnologiche.
Se sei interessato a chi sono controlla la pagina "_[About me](/it/about-me)_"
Se hai tempo da perdere puoi leggere qualche articolo che ho scritto 👇🏻

8
content/_index.md Normal file
View File

@ -0,0 +1,8 @@
#### Welcome to my little corner of the Internet!
Im a guy passionate about IT, 3D printing, drones, and many other tech-related
things.
If you're interested in who I am, check out the "_[About me](/about-me)_" page.
If you have some time to spare, you can read some articles I've written 👇🏻

View File

@ -87,7 +87,7 @@ futuro!
## Su questo sito...
Niente Google, niente trackers, niente cookies...
Niente Google, niente trackers, niente cookies.
* Il sito è composto interamente da pagine statiche. È stato creato con
[Hugo](https://gohugo.io/) col tema [Blowfish](https://blowfish.page/). Ho
@ -101,4 +101,14 @@ Niente Google, niente trackers, niente cookies...
* Il dominio è registrato su [Cloudflare](https://cloudflare.com/) ed è
pubblicato grazie a [Pages](https://pages.cloudflare.com/), anche se sto
valutando di passare il sito sui miei server ed il dominio ad un altro
provider.
provider. [Un po' di motivi sull'odio verso
Cloudflare](https://old.reddit.com/r/privacy/comments/d52kop/)
## Webring
Per ora faccio parte di una sola webring, ma spero di aumentare in futuro!
[<---](https://geekring.net/site/377/previous)
[Geek webring](https://geekring.net/)
[[Random](https://geekring.net/site/377/random)]
[--->](https://geekring.net/site/377/next)

View File

@ -82,7 +82,7 @@ future!
## About this website...
No Google, no trackers, no cookies...
No Google, no trackers, no cookies.
* The website is entirely composed of static pages. It was created with
[Hugo](https://gohugo.io/) and the [Blowfish](https://blowfish.page/) theme.
@ -96,5 +96,14 @@ No Google, no trackers, no cookies...
* The domain is registered with [Cloudflare](https://cloudflare.com/) and is
published thanks to [Pages](https://pages.cloudflare.com/), though I'm
considering moving the site to my own servers and the domain to another
provider.
provider. [A few reasons for the hate towards
Cloudflare](https://old.reddit.com/r/privacy/comments/d52kop/)
## Webring
At the moment, I'm into a single webring, but I hope to join more in the future!
[<---](https://geekring.net/site/377/previous)
[Geek webring](https://geekring.net/)
[[Random](https://geekring.net/site/377/random)]
[--->](https://geekring.net/site/377/next)

View File

@ -70,7 +70,3 @@ utilizzare un frontend che protegga la tua privacy.
* Riflessioni su `vi`: <https://youtube.com/watch?v=nhe-4_dFjLM>
* Intervista del 2019 a Ken Thompson:
<https://youtube.com/watch?v=EY6q5dv_B-o&t=458s>
## Webring fighe
* [Geek Webring](https://geekring.net/)

View File

@ -68,7 +68,3 @@ redirected to a privacy frontend!
<https://youtube.com/watch?v=cNbcRXKsXfc>
* Considerations on `vi`: <https://youtube.com/watch?v=nhe-4_dFjLM>
* Ken Thompson 2019 interview: <https://youtube.com/watch?v=EY6q5dv_B-o&t=458s>
## Cool webrings
* [Geek Webring](https://geekring.net/)

27
flake.lock generated
View File

@ -1,27 +0,0 @@
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1712791164,
"narHash": "sha256-3sbWO1mbpWsLepZGbWaMovSO7ndZeFqDSdX0hZ9nVyw=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "1042fd8b148a9105f3c0aca3a6177fd1d9360ba5",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}

View File

@ -1,21 +0,0 @@
{
description = "Nicola's blog";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
};
outputs = { self, nixpkgs, ... }:
let
system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system};
in {
devShells.${system}.default = pkgs.mkShell {
buildInputs = with pkgs; [
hugo
];
};
};
}

@ -1 +1 @@
Subproject commit 0a91156191b9f5353cff8082c99a8c7d788c7e39
Subproject commit 18ed67b2e613e2803d05b857327d73e408d90d53