diff --git a/content/_index.de.md b/content/_index.de.md
new file mode 100644
index 0000000..c523791
--- /dev/null
+++ b/content/_index.de.md
@@ -0,0 +1,8 @@
++++
+author = "Benjamin"
+framed = true
++++
+
+# Heda! 👋
+
+Mein Name ist BlueFox. Willkommen auf diesem Blog, der zwar aktuell noch im Aufbau ist. Aber schau dich ruhig um!
diff --git a/content/_index.en.md b/content/_index.en.md
new file mode 100644
index 0000000..732032f
--- /dev/null
+++ b/content/_index.en.md
@@ -0,0 +1,8 @@
++++
+author = "Benjamin"
+framed = true
++++
+
+# Hello there! 👋
+
+My name is BlueFox. Welcome to this blog, which is currently under construction - anyways, have a look around!
diff --git a/content/posts/showcase-code.de.md b/content/posts/showcase-code.de.md
new file mode 100644
index 0000000..1adfd3e
--- /dev/null
+++ b/content/posts/showcase-code.de.md
@@ -0,0 +1,349 @@
++++
+author = "Radek"
+title = "Varianten von Code-Blöcken"
+date = "2025-04-09T07:17:39+02:00"
+description = "Beispielartikel, der die beliebtesten Programmiersprachen zeigt."
+tags = ["programming", "code"]
++++
+
+Seit v4.2.0 verwendet das Terminal-Theme Chroma als Syntax-Highlighter. Wie die Hugo-Dokumentation angibt: "Es ist in Go geschrieben und ist wirklich, wirklich schnell."
+
+Im Folgenden sehen Sie viele grundlegende Präsentationen der Code-Blöcke, die je nach Bedarf verwendet werden können. Außer dem Beispiel des `{{ < code > }}` Shortcodes werden alle anderen Blöcke basierend auf der Konfiguration erzeugt, die Sie in der [offiziellen Hugo-Dokumentation](https://gohugo.io/content-management/syntax-highlighting/) nachlesen können.
+
+---
+
+## Beispiele:
+
+### Roh-Block ohne spezifizierte Sprache (und ohne Syntaxhervorhebung)
+
+```
+
+
+
+
+ Beispiel HTML5-Dokument
+
+
+
Test
+
+
+```
+
+### Mit spezifizierter Sprache
+
+#### Zeilenhervorhebung
+
+```html {hl_lines=[5]}
+
+
+
+
+ Beispiel HTML5-Dokument
+
+
+
+ );
+}
+```
+
+```java
+public class HelloWorld {
+ public static void main(String[] args) {
+ System.out.println("Hello, World!");
+ }
+}
+```
+
+### K
+
+```kotlin
+fun main() {
+ println("Hello, World!")
+}
+```
+
+### L
+
+```lua
+print("Hello, World!")
+```
+
+### M
+
+```matlab
+disp('Hello, World!')
+```
+
+### N
+
+```nim
+echo "Hello, World!"
+```
+
+### O
+
+```objectivec
+#import
+int main() {
+ @autoreleasepool {
+ NSLog(@"Hello, World!");
+ }
+ return 0;
+}
+```
+
+### P
+
+```perl
+print("Hello, World!\n");
+```
+
+```php
+
+```
+
+```python
+print("Hello, World!")
+```
+
+### R
+
+```r
+cat("Hello, World!\n")
+```
+
+```ruby
+puts "Hello, World!"
+```
+
+```rust
+fn main() {
+ println!("Hello, World!");
+}
+```
+
+### S
+
+```scala
+object HelloWorld extends App {
+ println("Hello, World!")
+}
+```
+
+### T
+
+```typescript
+console.log("Hello, World!");
+```
+
+### V
+
+```vlang
+fn main() {
+ println('Hello, World!')
+}
+```
+
+### Z
+
+```zig
+const std = @import("std");
+pub fn main() !void {
+ std.debug.print("Hello, World!\n", .{});
+}
+```
diff --git a/content/posts/showcase.de.md b/content/posts/showcase.de.md
new file mode 100644
index 0000000..60c86be
--- /dev/null
+++ b/content/posts/showcase.de.md
@@ -0,0 +1,193 @@
++++
+author = "Hugo Autoren & Radek"
+title = "Beispielvorführung"
+date = "2025-04-09T07:01:12+02:00"
+description = "Beispielartikel, der grundlegendes Styling und Formatierungen für HTML-Elemente zeigt."
+tags = ['showcase', 'markdown', 'styling']
++++
+
+Dieser Artikel bietet ein Beispiel für grundlegende Markdown-Syntax, die in Hugo-Inhaltsdateien verwendet werden kann. Er zeigt auch, ob grundlegende HTML-Elemente mit CSS in einem Hugo-Theme dekoriert sind.
+
+
+## Überschriften
+
+Die folgenden HTML-Elemente `
`—`
` repräsentieren sechs Ebenen von Abschnittsüberschriften. `
` ist die höchste Abschnittsebene, während `
` die niedrigste ist.
+
+# H1
+## H2
+### H3
+### H4
+#### H5
+##### H6
+
+## Absatz
+
+Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.
+
+Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.
+
+## Bilder
+
+
+
+### Abbildung mit Beschriftung
+
+{{< figure src="/img/terminal-theme.png" alt="Terminal Theme Preview" position="center" caption="Terminal Theme Preview" captionPosition="center" >}}
+
+## Zitate
+
+Das Blockquote-Element stellt Inhalte dar, die aus einer anderen Quelle zitiert werden, optional mit einer Zitation, die innerhalb eines `footer`- oder `cite`-Elements enthalten sein muss, und optional mit Inline-Änderungen wie Anmerkungen und Abkürzungen.
+
+### Blockquote ohne Attribution
+
+> Tiam, ad mint andaepu dandae nostion secatur sequo quae.
+> **Beachte**, dass du *Markdown-Syntax* innerhalb eines Blockquotes verwenden kannst.
+
+### Blockquote mit Attribution
+
+> Kommuniziere nicht durch das Teilen von Speicher, teile Speicher durch Kommunizieren.
+> — Rob Pike[^1]
+
+[^1]: Das obige Zitat stammt aus Rob Pikes [Vortrag](https://www.youtube.com/watch?v=PAAkCSZUG1c) während Gopherfest am 18. November 2015.
+
+## Buttons und Links
+
+
+Link
+Link
+
+## Tabellen
+
+Tabellen sind nicht Teil der Kern-Mardown-Spezifikation, aber Hugo unterstützt sie standardmäßig.
+
+ Name | Alter
+--------|------
+ Bob | 27
+ Alice | 23
+
+### Inline Markdown innerhalb von Tabellen
+
+| Kursiv | Fett | Code |
+| -------- | -------- | ------ |
+| *kursiv* | **fett** | `code` |
+
+## Formulare
+
+
+
+## Code-Blöcke
+
+### Code-Block mit Backticks
+
+```html
+
+
+
+
+ Beispiel HTML5-Dokument
+
+
+
Test
+
+
+```
+
+### Code-Block eingerückt mit vier Leerzeichen
+
+
+
+
+
+ Beispiel HTML5-Dokument
+
+
+
Test
+
+
+
+### Code-Block mit Hugos internem Highlight-Shortcode
+
+{{< highlight html >}}
+
+
+
+
+ Beispiel HTML5-Dokument
+
+
+
Test
+
+
+{{< /highlight >}}
+
+### Code-Block mit benutzerdefiniertem eingebautem `{{ < code > }}` Shortcode
+
+{{< code title="Hey, dies ist der Titel eines Code-Blocks" language="css" >}}
+pre {
+ background: #1a1a1d;
+ padding: 20px;
+ border-radius: 8px;
+ font-size: 1rem;
+ overflow: auto;
+
+ @media (--phone) {
+ white-space: pre-wrap;
+ word-wrap: break-word;
+ }
+
+ code {
+ background: none !important;
+ color: #ccc;
+ padding: 0;
+ font-size: inherit;
+ }
+}
+{{< /code >}}
+
+## Listenarten
+
+### Geordnete Liste
+
+1. Erstes Element
+2. Zweites Element
+3. Drittes Element
+
+### Ungeordnete Liste
+
+* Listenelement
+* Weiteres Element
+* Noch ein Element
+
+### Verschachtelte Liste
+
+* Obst
+ * Apfel
+ * Orange
+ * Banane
+* Milchprodukte
+ * Milch
+ * Käse
+
+## Andere Elemente — abbr, sub, sup, kbd, mark
+
+GIF ist ein Bitmap-Bildformat.
+
+H2O
+
+Xn + Yn = Zn
+
+Drücke CTRL+ALT+Entf, um die Sitzung zu beenden.
+
+Die meisten Salamander sind nachtaktiv und jagen nach Insekten, Würmern und anderen kleinen Lebewesen.
diff --git a/content/posts/showcase.en.md b/content/posts/showcase.en.md
new file mode 100644
index 0000000..537543e
--- /dev/null
+++ b/content/posts/showcase.en.md
@@ -0,0 +1,193 @@
++++
+author = "Hugo Authors & Radek"
+title = "Showcase"
+date = "2025-04-09T07:01:12+02:00"
+description = "Sample article showcasing basic styling and formatting for HTML elements."
+tags = ['showcase', 'markdown', 'styling']
++++
+
+This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.
+
+
+## Headings
+
+The following HTML `
`—`
` elements represent six levels of section headings. `
` is the highest section level while `
` is the lowest.
+
+# H1
+## H2
+### H3
+### H4
+#### H5
+##### H6
+
+## Paragraph
+
+Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.
+
+Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.
+
+## Images
+
+
+
+### Figure with a caption
+
+{{< figure src="/img/terminal-theme.png" alt="Terminal Theme Preview" position="center" caption="Terminal Theme Preview" captionPosition="center" >}}
+
+## Blockquotes
+
+The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a `footer` or `cite` element, and optionally with in-line changes such as annotations and abbreviations.
+
+### Blockquote without attribution
+
+> Tiam, ad mint andaepu dandae nostion secatur sequo quae.
+> **Note** that you can use *Markdown syntax* within a blockquote.
+
+### Blockquote with attribution
+
+> Don't communicate by sharing memory, share memory by communicating.
+> — Rob Pike[^1]
+
+[^1]: The above quote is excerpted from Rob Pike's [talk](https://www.youtube.com/watch?v=PAAkCSZUG1c) during Gopherfest, November 18, 2015.
+
+## Buttons and links
+
+
+Link
+Link
+
+## Tables
+
+Tables aren't part of the core Markdown spec, but Hugo supports supports them out-of-the-box.
+
+ Name | Age
+--------|------
+ Bob | 27
+ Alice | 23
+
+### Inline Markdown within tables
+
+| Italics | Bold | Code |
+| -------- | -------- | ------ |
+| *italics* | **bold** | `code` |
+
+## Forms
+
+
+
+
+```
+
+### Code block indented with four spaces
+
+
+
+
+
+ Example HTML5 Document
+
+
+
Test
+
+
+
+### Code block with Hugo's internal highlight shortcode
+
+{{< highlight html >}}
+
+
+
+
+ Example HTML5 Document
+
+
+
Test
+
+
+{{< /highlight >}}
+
+### Code block with custom built-in `{{ < code > }}` shortcode
+
+{{< code title="Hey, this is a code block title" language="css" >}}
+pre {
+ background: #1a1a1d;
+ padding: 20px;
+ border-radius: 8px;
+ font-size: 1rem;
+ overflow: auto;
+
+ @media (--phone) {
+ white-space: pre-wrap;
+ word-wrap: break-word;
+ }
+
+ code {
+ background: none !important;
+ color: #ccc;
+ padding: 0;
+ font-size: inherit;
+ }
+}
+{{< /code >}}
+
+## List Types
+
+### Ordered List
+
+1. First item
+2. Second item
+3. Third item
+
+### Unordered List
+
+* List item
+* Another item
+* And another item
+
+### Nested list
+
+* Fruit
+ * Apple
+ * Orange
+ * Banana
+* Dairy
+ * Milk
+ * Cheese
+
+## Other Elements — abbr, sub, sup, kbd, mark
+
+GIF is a bitmap image format.
+
+H2O
+
+Xn + Yn = Zn
+
+Press CTRL+ALT+Delete to end the session.
+
+Most salamanders are nocturnal, and hunt for insects, worms, and other small creatures.
diff --git a/hugo.toml b/hugo.toml
index 191c70e..724b300 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -2,13 +2,18 @@ baseURL = "https://blog.privacynerd.de/"
#baseURL = "/"
title = "Privacynerd's blog"
#theme = "re-terminal" # v2.4.1 (working!)
-theme = "terminal" # 4.2.1 (working!)
+#theme = "terminal" # 4.2.1 (working!)
+theme = "terminal-fork" # for devel purposes
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = true
pagination.pagerSize = 5
+# Required for Chroma and the custom syntax highlighting (terminal theme)
+[markup.highlight]
+ noClasses = false
+
[params]
# dir name of your main content (default is `content/posts`).
# the list of set content will show up on your index page (baseurl).
@@ -22,6 +27,11 @@ pagination.pagerSize = 5
# show selector to switch language
showLanguageSelector = true # (default: false)
+
+ # the language selector always links...
+ # - true: the translated content equivalent (e.g. /en/posts/some-post directly → /de/posts/some-post),
+ # - false: just to the translated root (e.g. /en/posts/some-post → /de)
+ changeLanguageOfCurrentPage = true # (default: false)
# set theme to full screen width
fullWidthTheme = false # (default: false)
@@ -36,7 +46,7 @@ pagination.pagerSize = 5
# set post to show the last updated
# If you use git, you can set `enableGitInfo` to `true` and then post will automatically get the last updated
- #showLastUpdated = true # (default: false)
+ # showLastUpdated = true # (default: false)
# Provide a string as a prefix for the last update date. By default, it looks like this: 2020-xx-xx [Updated: 2020-xx-xx] :: Author
# updatedDatePrefix = "Updated"
@@ -45,7 +55,8 @@ pagination.pagerSize = 5
oneHeadingSize = false # (default: true)
# whether to show a page's estimated reading time
- showReadingTime = true # (default: false)
+ # showReadingTime = true # (for the re-terminal theme with adaptions in layouts/ folder; default: false)
+ readingTime = true # (default: false)
# whether to show a table of contents
# can be overridden in a page's front-matter
diff --git a/public/de/about/index.html b/public/de/about/index.html
index 126881a..d259873 100644
--- a/public/de/about/index.html
+++ b/public/de/about/index.html
@@ -5,7 +5,7 @@ Below you can read the original about from Radek
">
You can call me Mirus and I forked the original Terminal theme for Hugo, because Radek, the original creator of the theme stop the maintenance and archived the repo.
So I already pushed a few improvements that I did for my humble blog and I’m going to add some more features in the future, also any contribution is welcome
Below you can read the original about from Radek
Hi there
My name is Radek and I’m the author of this theme.
+">
You can call me Mirus and I forked the original Terminal theme for Hugo, because Radek, the original creator of the theme stop the maintenance and archived the repo.
So I already pushed a few improvements that I did for my humble blog and I’m going to add some more features in the future, also any contribution is welcome
Below you can read the original about from Radek
Hi there
My name is Radek and I’m the author of this theme.
I made it to help you present your ideas easier.
We all know how hard is to start something on the web,
especially these days. You need to prepare a bunch of stuff,
configure them and when that’s done — create the content.
This theme is pretty basic and covers all of the essentials.
diff --git a/public/de/index.html b/public/de/index.html
index 32038d7..3de5634 100644
--- a/public/de/index.html
+++ b/public/de/index.html
@@ -1,4 +1,7 @@
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim aeque doleamus animo, cum corpore dolemus, fieri tamen permagna accessio potest, si aliquod aeternum et infinitum impendere malum nobis opinemur. Quod idem licet transferre in voluptatem, ut postea variari voluptas distinguique possit, augeri amplificarique non possit. At etiam Athenis, ut e.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim aeque doleamus animo, cum corpore dolemus, fieri tamen permagna accessio potest, si aliquod aeternum et infinitum impendere malum nobis opinemur. Quod idem licet transferre in voluptatem, ut postea variari voluptas distinguique possit, augeri amplificarique non possit. At etiam Athenis, ut e.
\ No newline at end of file
diff --git a/public/de/posts/random-story/index.html b/public/de/posts/random-story/index.html
index aef77ad..c1d9db6 100644
--- a/public/de/posts/random-story/index.html
+++ b/public/de/posts/random-story/index.html
@@ -1,7 +1,9 @@
Eine beliebige Geschichte :: Privacynerd's blog
-
Es war einmal in einem kleinen Dorf, umgeben von dichten Wäldern und sanften Hügeln. Dort lebte ein neugieriger Junge namens Leo, der von Abenteuern träumte. Eines Tages entdeckte er beim Spielen am Fluss einen geheimnisvollen, glitzernden Stein. Als er ihn aufhob, begann der Stein zu leuchten und eine sanfte Stimme flüsterte: „Folge dem Licht, und du wirst das Unbekannte entdecken.“
Neugierig und aufgeregt folgte Leo dem strahlenden Licht, das ihn tief in den Wald führte. Nach einer Weile erreichte er eine versteckte Lichtung, auf der ein wunderschöner, schimmernder Baum stand. Die Blätter funkelten wie Diamanten, und in der Mitte des Baumes hockte ein kleiner, freundlicher Drache namens Fuego.
Fuego erzählte Leo von einem magischen Reich, das nur durch Mut und Freundschaft betreten werden konnte. Gemeinsam erlebten sie aufregende Abenteuer, kämpften gegen Schattenwesen und halfen den Waldbewohnern. Leo lernte, dass wahre Stärke im Herzen liegt und dass Freundschaft die größte Magie von allen ist.
-Als Leo schließlich nach Hause zurückkehrte, wusste er, dass er nie wieder der gleiche Junge sein würde. Der glitzernde Stein blieb bei ihm, ein ständiger Erinnerungsanker an seine unvergesslichen Abenteuer.
\ No newline at end of file
diff --git a/public/de/posts/showcase-code/index.html b/public/de/posts/showcase-code/index.html
new file mode 100644
index 0000000..2f419d3
--- /dev/null
+++ b/public/de/posts/showcase-code/index.html
@@ -0,0 +1,183 @@
+Varianten von Code-Blöcken :: Privacynerd's blog
+
Seit v4.2.0 verwendet das Terminal-Theme Chroma als Syntax-Highlighter. Wie die Hugo-Dokumentation angibt: “Es ist in Go geschrieben und ist wirklich, wirklich schnell.”
Im Folgenden sehen Sie viele grundlegende Präsentationen der Code-Blöcke, die je nach Bedarf verwendet werden können. Außer dem Beispiel des {{ < code > }} Shortcodes werden alle anderen Blöcke basierend auf der Konfiguration erzeugt, die Sie in der offiziellen Hugo-Dokumentation nachlesen können.
varx,y,z;// Declare 3 variables
+x=5;// Assign the value 5 to x
+y=6;// Assign the value 6 to y
+z=x+y;// Assign the sum of x and y to z
+
+document.getElementById("demo").innerHTML="The value of z is "+z+".";
+
\ No newline at end of file
diff --git a/public/de/posts/showcase/index.html b/public/de/posts/showcase/index.html
new file mode 100644
index 0000000..c206223
--- /dev/null
+++ b/public/de/posts/showcase/index.html
@@ -0,0 +1,58 @@
+Beispielvorführung :: Privacynerd's blog
+
Dieser Artikel bietet ein Beispiel für grundlegende Markdown-Syntax, die in Hugo-Inhaltsdateien verwendet werden kann. Er zeigt auch, ob grundlegende HTML-Elemente mit CSS in einem Hugo-Theme dekoriert sind.
Die folgenden HTML-Elemente <h1>—<h6> repräsentieren sechs Ebenen von Abschnittsüberschriften. <h1> ist die höchste Abschnittsebene, während <h6> die niedrigste ist.
Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.
Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.
Das Blockquote-Element stellt Inhalte dar, die aus einer anderen Quelle zitiert werden, optional mit einer Zitation, die innerhalb eines footer- oder cite-Elements enthalten sein muss, und optional mit Inline-Änderungen wie Anmerkungen und Abkürzungen.
\ No newline at end of file
diff --git a/public/de/posts/test-post/index.html b/public/de/posts/test-post/index.html
index 0f791f4..f508584 100644
--- a/public/de/posts/test-post/index.html
+++ b/public/de/posts/test-post/index.html
@@ -1,5 +1,5 @@
Deutscher Test Post :: Privacynerd's blog
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim aeque doleamus animo, cum corpore dolemus, fieri tamen permagna accessio potest, si aliquod aeternum et infinitum impendere malum nobis opinemur. Quod idem licet transferre in voluptatem, ut postea variari voluptas distinguique possit, augeri amplificarique non possit. At etiam Athenis, ut e.
Bonum sit aut quid iudicat, quo aut petat aut fugiat aliquid, praeter voluptatem et dolorem. Ad haec et quae vel aliter pararetur et qua etiam carere possent sine dolore tum in morbos gravis, tum in damna, tum in dedecora incurrunt, saepe etiam legum iudiciorumque poenis obligantur. Qui autem ita frui volunt voluptatibus, ut nulli propter eas consequantur dolores, et qui suum iudicium retinent, ne voluptate victi faciant id.
Sumitur contra mortis timorem et constantia contra metum religionis et sedatio animi omnium rerum occultarum ignoratione sublata et moderatio natura cupiditatum generibusque earum explicatis, et, ut dixi, ad lineam, hunc naturalem esse omnium corporum motum. Deinde ibidem homo acutus, cum illud ocurreret, si omnia dixi hausta e fonte naturae, si tota oratio nostra omnem sibi fidem sensibus confirmat, id est in culpa qui officia deserunt mollitia animi, id est.
Posuit. Ea scientia et verborum vis et natura orationis et consequentium repugnantiumve ratio potest perspici. Omnium autem rerum natura cognita levamur superstitione, liberamur mortis metu, non conturbamur ignoratione rerum, e qua ipsa horribiles existunt saepe formidines. Denique etiam morati melius erimus.
That’s right. Huh? Go. Here you go, lady. There’s a quarter. Good morning.
Marty, I always wear a suit to the office. You alright? It’s a board with wheels. Yeah. What the hell is this? Marty, you’re acting like you haven’t seen me in a week.
Yes, yes, I’m George, George McFly, and I’m your density. I mean, I’m your destiny. It works, ha ha ha ha, it works. I finally invent something that works. Where the hell are they. That’s Strickland. Jesus, didn’t that guy ever have hair? Alright, alright, okay McFly, get a grip on yourself. It’s all a dream. Just a very intense dream. Woh, hey, listen, you gotta help me.