From 72087acc4f0cd1244aefac80b7a6b738069368de Mon Sep 17 00:00:00 2001 From: daudix-UFO Date: Tue, 15 Aug 2023 03:17:58 +0300 Subject: [PATCH] chore: Stuff --- README.md | 2 +- local.sh | 2 +- markdown.md | 29 ++++++++++++++--------------- 3 files changed, 16 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 4282416..0aa3771 100644 --- a/README.md +++ b/README.md @@ -39,4 +39,4 @@ _Initial script (`local.sh`) were taken from [here](https://kuros.in/docker/dock - Jakub Steiner for an awesome [OS Component Website](https://jimmac.github.io/os-component-website) that are used as a base - Cassidy James for and awesome [Mastodon-powered comments](https://cassidyjames.com/blog/fediverse-blog-comments-mastodon) -- dwb, ejm and jgs for ASCII art \ No newline at end of file +- dwb, ejm and jgs for ASCII art diff --git a/local.sh b/local.sh index bb03486..db77e21 100755 --- a/local.sh +++ b/local.sh @@ -52,6 +52,6 @@ EOF podman run \ -it --rm --volume="$PWD:/srv/jekyll:Z" \ -w /srv/jekyll -p 4000:4000 pages \ - bundle exec jekyll serve --livereload --host 0.0.0.0 + bundle exec jekyll serve --incremental --livereload --host 0.0.0.0 ;; esac diff --git a/markdown.md b/markdown.md index fc3cb93..5fe27e3 100644 --- a/markdown.md +++ b/markdown.md @@ -25,9 +25,9 @@ This is a normal paragraph following a header. Codeberg is a code hosting platfo ```js // Javascript code with syntax highlighting. var fun = function lang(l) { - dateformat.i18n = require('./lang/' + l) + dateformat.i18n = require("./lang/" + l); return true; -} +}; ``` ```ruby @@ -39,9 +39,9 @@ end #### Header 4 -* This is an unordered list following a header. -* This is an unordered list following a header. -* This is an unordered list following a header. +- This is an unordered list following a header. +- This is an unordered list following a header. +- This is an unordered list following a header. ##### Header 5 @@ -52,7 +52,7 @@ end ###### Header 6 | head1 | head two | three | -|:-------------|:------------------|:------| +| :----------- | :---------------- | :---- | | ok | good swedish fish | nice | | out of stock | good and plenty | nice | | ok | good `oreos` | hmm | @@ -60,14 +60,14 @@ end ### There's a horizontal rule below this. -* * * +--- ### Here is an unordered list: -* Item foo -* Item bar -* Item baz -* Item zip +- Item foo +- Item bar +- Item baz +- Item zip ### And an ordered list: @@ -100,7 +100,6 @@ end ![Codeberg horizontal](https://codeberg.org/Codeberg/Design/raw/branch/main/logo/horizontal/png/codeberg-logo_horizontal_blue-850x250.png) - ### Definition lists can be used with HTML syntax.
@@ -134,7 +133,7 @@ Display pixel-art in full width without filtering. [Source](https://pixeljoint.com/pixelart/15027.htm){:.site-link} -* * * +--- Keyboard shortcuts. @@ -144,7 +143,7 @@ Keyboard shortcuts. ⌘ Super + Space -* * * +--- Link with arrow. @@ -158,7 +157,7 @@ Link with arrow. [Link to site](https://example.org){:.site-link} -* * * +--- Buttons.