chore: Stuff

This commit is contained in:
David Lapshin 2023-08-15 03:17:58 +03:00
parent fde5d4f02f
commit 72087acc4f
Signed by: daudix
GPG key ID: 93ECF15D3053D81C
3 changed files with 16 additions and 17 deletions

View file

@ -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
- dwb, ejm and jgs for ASCII art

View file

@ -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

View file

@ -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.
<dl>
@ -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.
<kbd>⌘ Super</kbd> + <kbd>Space</kbd>
* * *
---
Link with arrow.
@ -158,7 +157,7 @@ Link with arrow.
[Link to site](https://example.org){:.site-link}
* * *
---
Buttons.