Skip to content

Instantly share code, notes, and snippets.

View hanneslsm's full-sized avatar

Hannes Leismann hanneslsm

View GitHub Profile
<!-- wp:paragraph -->
<p>This page previews all WordPress core blocks and their default ProLooks block styles. It includes sample content for each block and gives an overview of how typography, media, layout, widgets, theme, and interactive blocks are styled within this theme.</p>
<!-- /wp:paragraph -->
<!-- wp:paragraph -->
<p>Each block has a specific purpose, from simple text and media elements to layout, navigation, and dynamic theme content. The examples below show how the blocks look, what they are useful for, and how they can support clear, flexible, and well-structured page layouts.</p>
<!-- /wp:paragraph -->
<!-- wp:code -->
<pre class="wp-block-code"><code>Author: hanneslsm, Studio Leismann
@hanneslsm
hanneslsm / .bash_profile
Last active October 4, 2021 06:53
My .bash_profile settings
# Change Prompt
# ------------------------------------------------------------
# export PS1="| \w @ \h (\u) \n| => "
# export PS2="| => "
if [ "`id -u`" -eq 0 ]; then
PS1="________________________________________________________________________________\n\[\033[m\]|\[\033[1;35m\]\t\[\033[m\]|\[\e[1;31m\]\u\[\e[1;36m\]\[\033[m\]@\[\e[1;36m\]\h\[\033[m\]:\[\e[0m\]\[\e[1;32m\][\W]> \[\e[0m\]"
else
PS1="________________________________________________________________________________\n\[\033[m\]|\[\033[1;35m\]\t\[\033[m\]|\[\e[1m\]\u\[\e[1;36m\]\[\033[m\]@\[\e[1;36m\]\h\[\033[m\]:\[\e[0m\]\[\e[1;32m\][\W]> \[\e[0m\]"