summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2020-06-04 10:58:19 +0200
committerJulian T <julian@jtle.dk>2020-06-04 10:58:19 +0200
commit9d20c74709892e2e2c429c20a315c64cafe7d184 (patch)
tree2338bc3ce3ffa2b03b3e4580813e0def5c5afed6
parent39a8170cd20f9dab1468f2da987cbc9f2edd2ddc (diff)
Changed text to danish and added bænk picture
-rwxr-xr-xbuild.rb2
-rw-r--r--bænk.jpgbin0 -> 9815200 bytes
-rw-r--r--imginfo.yml3
-rw-r--r--index.tmpl1
4 files changed, 4 insertions, 2 deletions
diff --git a/build.rb b/build.rb
index 1e193e8..53b6a99 100755
--- a/build.rb
+++ b/build.rb
@@ -86,8 +86,6 @@ File.open(File.join(options[:path], "index.html"), "w") do |file|
# Print preample
file.write(template[0])
- file.puts "<p>Original images can be found at <a href=\"https://git.jtle.dk/wallpapers\">wallpapers</a>.</p>"
-
defs["groups"].each do |key, value|
file.puts "<h2>#{key}</h2>"
forImgs(value["imgs"]) do |img|
diff --git a/bænk.jpg b/bænk.jpg
new file mode 100644
index 0000000..2d9c7d0
--- /dev/null
+++ b/bænk.jpg
Binary files differ
diff --git a/imginfo.yml b/imginfo.yml
index 28813df..4c21d8d 100644
--- a/imginfo.yml
+++ b/imginfo.yml
@@ -9,3 +9,6 @@ groups:
- maskiner.jpg
Dwingeloo:
imgs: Struktur.jpg
+ Helgenæs:
+ imgs: bænk.jpg
+ what: Taget ved fyrtårn på Helgenæs.
diff --git a/index.tmpl b/index.tmpl
index 4810c4e..e9edd70 100644
--- a/index.tmpl
+++ b/index.tmpl
@@ -11,6 +11,7 @@ img {
</style>
</head>
<body>
+ <p>Billeder taget på forskellige ferier etc, som jeg bruger til baggrund. Filer kan også findes <a href="https://git.jtle.dk/wallpapers">her</a>.</p>
%BODY%
</body>
</html>