site

files for beauhilton.com
git clone https://git.beauhilton.com/site.git
Log | Files | Refs

template.md.draft (506B)


      1 # Fascinating title
      2 
      3 <time id="post-date">2999-12-31</time>
      4 
      5 <p id="post-excerpt">
      6 Text of the post-excerpt goes here.
      7 </p>
      8 
      9 ## Heading
     10 
     11 Link example: [iFixit](https://www.ifixit.com/products/google-pixel-6-screen-genuine).
     12 
     13 Multiline script example:
     14 
     15 ```sh
     16 # enable multilib - see link below
     17 paru # make sure things are up to date generally
     18 paru -S android-tools android-sdk-build-tools # includes adb and other goodies
     19 reboot
     20 ```
     21 
     22 Image example: ![Source selection](/images/ncmpcpp-mopidy-selector.png)
     23