website

The source code for https://bpaul.xyz
Log | Files | Refs

commit b5b77cbdc6bb88b8dfc58e21bd143729707cb6c3
parent c06cb22ab897fff7e688243082958ee105b4df62
Author: GuyClicking <bpaul848@gmail.com>
Date:   Mon,  1 Mar 2021 22:14:24 +1000

linux blog!! also dates also linux blog 1. dmenu

Diffstat:
Mblog/index.html | 2+-
Alinux-blog/1.html | 25+++++++++++++++++++++++++
Alinux-blog/index.html | 18++++++++++++++++++
Alinux-blog/template.html | 18++++++++++++++++++
4 files changed, 62 insertions(+), 1 deletion(-)

diff --git a/blog/index.html b/blog/index.html @@ -13,6 +13,6 @@ <br> - <a href="1.html">1. How to get good at something (with 2 easy steps!!!)</a> + <a href="1.html">1. How to get good at something (with 2 easy steps!!!) (07/12/20)</a> </body> </html> diff --git a/linux-blog/1.html b/linux-blog/1.html @@ -0,0 +1,25 @@ +<html> + <head> + <title> + dmenu is op! + </title> + </head> + <body> + <a href="/linux-blog">back</a> + + <br><br> + + <h1>dmenu is op!</h1> + <p> + date: 01/03/2021<br> + wow it is amazing how op dmenu is<br><br> + + you can do all of this stuff like press 2 buttons on your keyboard and boom theres a menu for you to search the internet for the answer to literally anything!!!<br> + you can also make it so that when you press 2 buttons it opens a menu for you to search through your literally anything anywhere<br> + plus you can easily customize the colours and stuff with xresources<br> + you can reposition it too! and there are patches for a lot of different representations<br><br> + + the main cool thing for me about dmenu is just being able to run scripts with input without having to have a terminal open it is quite nice and helps keep the desktop clean + </p> + </body> +</html> diff --git a/linux-blog/index.html b/linux-blog/index.html @@ -0,0 +1,18 @@ +<html> + <head> + <title> + bpaul blog + </title> + </head> + <body> + <a href="/">home</a> + + <br><br> + + linux blog + + <br> + + <a href="1.html">1. dmenu is op (01/03/2021)</a> + </body> +</html> diff --git a/linux-blog/template.html b/linux-blog/template.html @@ -0,0 +1,18 @@ +<html> + <head> + <title> + bpaul blog + </title> + </head> + <body> + <a href="/linux-blog">back</a> + + <br><br> + + <h1>Header</h1> + <p> + date: x/y/z<br> + text + </p> + </body> +</html>