Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
d-oit committed May 25, 2024
2 parents f1e7347 + a0dd2ce commit efcf53d
Show file tree
Hide file tree
Showing 46 changed files with 420 additions and 701 deletions.
2 changes: 1 addition & 1 deletion .frontmatter/database/mediaDb.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"github":{"d-oit.github.io":{"doitblog":{"static":{"img":{"logo":{}}},"assets":{"img":{"logo":{}}}}}}}
{"github":{"d-oit.github.io":{"doitblog":{"static":{"img":{"logo":{}}},"assets":{"img":{"logo":{},"blog":{}}}}}}}
9 changes: 9 additions & 0 deletions .frontmatter/database/templates/ContentWithThumbnail
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title:
description:
date: 2024-05-17T10:54:33.643Z
tags: [".NET","Software Development"]
thumbnail:
url: img/blog/File.jpg
origin: Copilot Designer
---
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"mobiledevices"
],
"cSpell.words": [
"mobiledevices"
"lastig",
"mobiledevices",
"sprachigen"
]
}
12 changes: 1 addition & 11 deletions assets/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/blog/2024_TryNewThings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/blog/DeveloperRoundTable.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/blog/SQLDateTime.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/blog/VisualStudioCodeWorkspace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
219 changes: 1 addition & 218 deletions assets/img/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/logo/doit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
91 changes: 0 additions & 91 deletions assets/img/logo/doit.svg

This file was deleted.

Binary file added assets/img/logo/doitLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 1 addition & 35 deletions assets/img/logo/doitLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
enabled = false
sort = "weight"
reverse = false
webshare = true


[sections]
[sections.blog]
Expand Down
2 changes: 1 addition & 1 deletion content/de/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ updated: 2023-08-02
showComments: false
---

{{< image src="/img/logo/doit.svg" class="img-fluid w-50" wrapper="text-center" >}}
{{< image src="/img/logo/doitLogo.svg" class="img-fluid w-50" wrapper="text-center" >}}

Ich schreibe über aktuelle Themen die mich beschäftigen und ich gerne ausprobieren möchten.

Expand Down
6 changes: 5 additions & 1 deletion content/de/blog/2024-05-15-ausprobieren---jahr-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
title: Ausprobieren - Jahr 2024
description: "Dinge die ich im Jahr 2024 ausprobieren möchte"
date: 2024-05-15T13:39:49.076Z
tags: ["2024"]
tags: ["2024","Try new things"]

thumbnail:
url: /img/blog/2024_trynewthings.png
---

Dinge die ich im Jahr **2024** ausprobieren (wieder neu beginnen) möchte:

- Website / Blog wieder starten
- Smartphone Display austauschen
- YouTube Kanal
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
title: Statische Website erstellen
description: Website mit Hugo Hinode Theme erstellen
slug: statische-website-erstellen
date: 2024-05-23T14:21:58.426Z
draft: true
tags:
- Hugo
- Website
- Hinode
thumbnail:
url: /img/blog/VisualStudioCodeWorkspace.png
author:
authorURL:
origin: Mark Dumay
originURL: https://gethinode.com/docs/about/credits/?menu=about
keywords:
- website
---

## Blog Wiederbelebung

Den bisherigen Blog habe ich seit ein paar Jahren vernachlässigt. Aktuell ist es wieder an der Zeit diesem neues Leben einzuverleiben.

Das ist mein Setup zum Schreiben. Wichtig war mir die offline Funktionalität, Mehrsprachigkeit, einfache Verwendung von github pages mit actions Funktionen.
Und vor allem Performance :performing_arts:

Der Blog wird im english sprachigen Teil eher Entwickler/Technik lastig. Das Setup ist durch meinen Hintergrund im IT Bereich zu Stande gekommen.

### Hugo

Grundlage vom *Hinode* Theme ist **Hugo**. Eines der am weitesten verbreitetsten Generatoren von statischen Website. Lokal wird dabei mit einem Editor der Inhalt erstellt. Hugo als Generator erzeugt daraufhin html Dateien welche der Browser anzeigt.

Infos zu Hugo hier zu finden: https://gohugo.io/ oder https://de.wikipedia.org/wiki/Hugo_(Software)

## Lokale Installation

Los geht es mit der lokalen Installation. In der Beschreibung wird Windows verwendet, unterstützt werden natürlich auch andere Umgebungen.

Vorgehensweise ist in der Dokumentation des **Hinode Hugo Theme** ausführlich beschrieben: https://gethinode.com/docs/getting-started/introduction/

1. Hugo Installation >> https://gohugo.io/getting-started/quick-start/#prerequisites
2. Git als Versionsverwaltung >> https://git-scm.com/downloads (Dateien werden auf github oder gitlab hochgeladen und als pages / website angezeigt)
3. Visual Studio Code >> https://code.visualstudio.com/Download
4. Visual Studio Code Erweiterungen
- Front Matter CMS
- German - Code Spell Checker
- Font Awesome Auto-complete & Preview
Aktueller Stand als PowerShell Installation Gist >> https://gist.github.com/d-oit/d3496a25f7de86f4c45d339a31040405
Ermittlung

*Voraussetzung*: Command Line Interface (CLI) >> https://code.visualstudio.com/docs/editor/command-line








2 changes: 1 addition & 1 deletion content/en/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ updated: 2023-08-02
showComments: false
---

{{< image src="/img/logo/doit.svg" class="img-fluid w-50" wrapper="text-center" >}}
{{< image src="/img/logo/doitLogo.svg" class="img-fluid w-50" wrapper="text-center" >}}

{{< card-group align="center" class="border-0" padding="3" >}}
{{< card title="Natur" icon="fas tree" >}}
Expand Down
6 changes: 6 additions & 0 deletions content/en/blog/2024-05-17-ms-sql-date-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
title: "MS SQL: Date Format"
description: "Microsoft SQL Server date Format"
date: 2024-05-17T10:54:33.643Z
thumbnail:
url: img/blog/SQLDateTime.jpg
origin: Copilot Designer
tags: ["SQL","Software Development"]
---

Expand All @@ -17,3 +20,6 @@ tags: ["SQL","Software Development"]
or

`CONVERT(varchar, GETDATE(), 112) + CONVERT(VARCHAR, DATEPART(hh, GetDate())) + CONVERT(VARCHAR, DATEPART(mi, GetDate()))`


More information about DateTime: https://learn.microsoft.com/en-us/sql/t-sql/functions/date-and-time-data-types-and-functions-transact-sql?view=sql-server-ver16
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: My productivity apps / tools list in 2024
description: "Here are my current productivity apps list to get more done."
slug: "productivity-apps-tools-list-2024"
date: 2024-05-24T13:38:36.132Z
preview: ""
draft: true
tags: []
categories: []
type: default
---

## Windows apps / tools

- [Visual Studio Code](https://code.visualstudio.com)
- [PNG to SVG](https://www.microsoft.com/store/productId/9PFK7JFT951V?ocid=pdpshare)
- KeePass
- draw.io >> https://app.diagrams.net
- Audacity
- MultiCommander (Windows Explorer alternative zum Kopieren zwischen Laufwerken)
- WhatsApp for Windows (Zwangsweise für private Nachrichten)
- Paint.Net
- Wiso Steuer / Tax (deutsche Steuererklärung)
- TPFan (für Lenovo Notebooks Lüftersteuerung)

## Web

- **Canva** ist ein kostenloses Online-Tool für Grafikdesign
- **Github** (Softwareentwicklung und Versionsverwaltung)
- **GoFullPage** (Screenshot einer kompletten Website)
-



3 changes: 3 additions & 0 deletions frontmatter.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@
{
"title": "projects_en",
"path": "[[workspace]]/content/en/projects"
},
{
"path": "[[workspace]]/content/en/blog"
}
],
"frontMatter.git.enabled": true
Expand Down
4 changes: 2 additions & 2 deletions public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="Hugo 0.125.5">
<meta name="generator" content="Hugo 0.126.1">
<meta name="theme" content="Hinode ">


Expand Down Expand Up @@ -197,7 +197,7 @@

<div class="mx-auto">
<a class="navbar-brand" href="/" aria-label="Home">
<img src="/img/logo/doitLogo.svg" alt="d.o.it logo" height="30" width="30"></a>
<img src="/img/logo/doitLogo.svg" alt="d.o.it logo" height="30"></a>
</div>


Expand Down
Loading

0 comments on commit efcf53d

Please sign in to comment.