diff --git a/.markdownlint.json b/.markdownlint.json new file mode 100644 index 0000000..e69de29 diff --git a/content/_index.md b/content/_index.md index bd9c763..c4cc40d 100644 --- a/content/_index.md +++ b/content/_index.md @@ -4,10 +4,6 @@ date = 2024-10-20T15:12:37+02:00 hideLogo = true +++ -# Lento Programming Language - -Lento is a programming language designed for simplicity, readability, and maintainability. It is a statically typed, compiled language with a focus on performance and safety. Lento is designed to be easy to learn and use, with a syntax that is clean and easy to read. -
diff --git a/hugo.toml b/hugo.toml index 7e568b8..1151bf7 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,3 +1,9 @@ baseURL = 'https://example.org/' languageCode = 'en-us' title = 'My New Hugo Site' + +[markup.asciidocExt] +safeMode = "unsafe" + +[markup.goldmark.renderer] +unsafe = true diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 8c0aee1..d9dc036 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -4,6 +4,12 @@ {{ block "title" . }}{{ .Title }}{{ end }} + + + + {{ $styles := resources.Get "scss/main.scss" | toCSS | minify | fingerprint }}