Skip to content

Commit 5f543b7

Browse files
committed
Use LFS for image files, use submodules for themes
1 parent 57788d5 commit 5f543b7

File tree

12 files changed

+18
-25
lines changed

12 files changed

+18
-25
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
*.png filter=lfs diff=lfs merge=lfs -text
2+
*.jpg filter=lfs diff=lfs merge=lfs -text

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
public/
22
resources/
33
.hugo_build.lock
4+
.zed/

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[submodule "themes/hugo-notice"]
2+
path = themes/hugo-notice
3+
url = https://github.com/martignoni/hugo-notice.git
4+
[submodule "themes/PaperMod"]
5+
path = themes/PaperMod
6+
url = https://github.com/adityatelange/hugo-PaperMod.git

config.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,8 @@ pygmentsUseClasses = true
1313

1414
googleAnalytics = ""
1515

16-
[module]
17-
[[module.imports]]
18-
path = "github.com/adityatelange/hugo-PaperMod"
19-
[[module.imports]]
20-
path = "github.com/martignoni/hugo-notice"
16+
theme = ["hugo-notice", "PaperMod"]
17+
2118

2219
[languages.en]
2320
languageName = ':us:'

content/lab/sede-risorgimento.jpg

-702 KB
Loading
-269 KB
Loading
-306 KB
Loading

content/news/euriclea/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
+++
2+
title = "Euriclea, a TCP fingerprinting tool"
3+
date = "2024-07-18"
4+
author = ["VaiTon", "Renny"]
5+
+++
6+

go.mod

Lines changed: 0 additions & 8 deletions
This file was deleted.

go.sum

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)