1 minute read

title has to be in YYYY-MM-DD-name.file-extension format or it wouldn’t work

notices is a great way to tell smth about a thing!

how i need to do this? (the answer is yes)

lol jk

so i need to add this({: .notice}) to end of the pharagraph, huh?

k lemme try all of these:

actually, this is a pharagraph. but adding {: .notice} end of it caused this cool look :)

click to go top of the page

this is the “primary” version of above? what?? it’s just more bluish :’(

info: 2+2 is 5, actually :))

warning!: you are SO KOOOOLLL!!!

ooohh i just launched a nuke to the moon and this happened :/

and i succesfully nuked the cheesy moon :D

you can use html with markdownify and you’re good to go!

{% capture notice-2 %}
#### New Site Features

* You can now have cover images on blog pages (in your dreams)
* Drafts will now auto-save while writing (wat i need dis)
{% endcapture %}

<div class="notice">{{ notice-2 | markdownify }}</div>

which does this:

New Site Features

  • You can now have cover images on blog pages
  • Drafts will now auto-save while writing

or i can just do it in “just HTML” style :D

<div class="notice">
  <h4>message</h4>
  <p>a basic message lol</p>
</div>

which does this:

message

a basic message lol

quotes/notes/captions/whatever tf is this is a great way to show smth, too!

and i just need to insert a > at the beginning of the sentence

woooohooooooooo

i can’t do a quote in a notice :D

and do not EVER try to rickroll someone (or else >:[) only i can rickroll:

you can use both markdown and html in harmony thanks to kramdown!

so i can add a direct link to YAML frontmatter of any post. and it shows at:

  1. on the title in homepage(click the chain to read the blog post)
  2. bottom of the post

you can add a # to go to top of the page

so go up lol

buttons??

<button onclick=”alert(im an button that gives alert box to do smth. im also written in just 1 line of code! ^v^”)”>one-liner button</button>