diff options
Update deps and updated the about page.
On branch main
Your branch is up to date with 'origin/main'.
Changes to be committed:
modified: 404.html
modified: _includes/base.html
new file: _includes/main.css
modified: _includes/page.html
modified: _includes/post.html
modified: about.html
deleted: assets/main.css
deleted: atom.xml.njk
modified: eleventy.config.js
modified: index.html
modified: package-lock.json
modified: package.json
modified: posts.html
modified: posts/posts.11tydata.js
Diffstat (limited to '')
-rw-r--r-- | index.html | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -8,6 +8,35 @@ } } --- +<style> + body { + font-size: 125%; + } +</style> <p>Hello World!</p> <p>Welcome to my blog.</p> <p>I occassion leave my writings here. Hope you will enjoy them 😊.</p> +<pre> + ........................................................... + .................................:::::..................... + ............................:::::::%+:::::................. + .........................:::::::::++%++:::::............... + .......................:::::::::++#####+::::::............. + .....................:::::::+%++++%###x+++::%::............ + ..................:::::::::+x################+::........... + ...............::::::::::+##################++:::.......... + .........:::::::+x++++++++####################+::.......... + ......:::::::::+++######%x###################%::::......... + .....::::::::++xx############################+::::......... + .....######################################x+:::::......... + .....::::::::++xx############################+::::......... + ......:::::::::+++######%x###################%::::......... + .........:::::::+x++++++++####################+::.......... + ...............::::::::::+##################++:::.......... + ..................:::::::::+x################+::........... + .....................:::::::+%++++####x+++::%::............ + .......................:::::::::++#####+::::::............. + .........................:::::::::++%++:::::............... + ............................:::::::%+:::::................. + .................................:::::..................... +</pre> |