first commit

This commit is contained in:
2025-06-25 15:43:30 +02:00
commit eb4f0a1736
511 changed files with 56019 additions and 0 deletions

1
themes/osm/exampleSite/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
public

View File

@@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

View File

@@ -0,0 +1,5 @@
baseURL = "http://example.org/"
languageCode = "en-us"
title = "My New Hugo Site"
theme = "osm"
disableKinds = ["taxonomy", "taxonomyTerm"]

View File

@@ -0,0 +1,8 @@
---
title: "OpenStreetMap"
---
<code>\{\{< openstreetmap mapName="demo-map_1" scale="14" coordX="-37.7989" coordY="145.0003" >\}\}</code>
{{< openstreetmap mapName="demo-map_1" >}}

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>{{ .Site.Title }}</title>
</head>
<body>
<h2>{{ .Title }}</h2>
{{ .Content }}
</body>
</html>

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>{{ .Site.Title }}</title>
</head>
<body>
<h2>{{ .Title }}</h2>
{{ .Content }}
</body>
</html>