diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a48cf0d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +public diff --git a/ara/404.html b/ara/404.html new file mode 100644 index 0000000..72a8f21 --- /dev/null +++ b/ara/404.html @@ -0,0 +1,45 @@ + + + + + + + Waffelo's Den + + + + + + +
+
+ + +
+
+ +

404 Error

+

That page wasn't found. Go home?

+ +
+ +
+ + \ No newline at end of file diff --git a/ara/about/index.html b/ara/about/index.html new file mode 100644 index 0000000..bafe6c2 --- /dev/null +++ b/ara/about/index.html @@ -0,0 +1,72 @@ + + + + + + + Waffelo's Den + + + + + + +
+
+ + +
+
+ +

About me

+
+
+ +
+

Waffelo

+ (Jakub Heger)
+ Total time coded since Mar 28 2022
+

Age: 20

+

Occupation: Server Technician

+

Focus: Linux systems

+

Running: Gentoo

+
+
+
roar
+

+I am a nineteen years old passionate free software and hardware enthusiast from the Slovak Republic. I have studied programming of CNCs and welding machinery. I am currently employeed. I am the lead admin and founder of Drgnz Club community network which is a small group of like-minded people.

+

There are quite a lot of things that I am fond of. I enjoy things such as film photography, journaling and fountain pens, reading books and the bible, listening to music and many more things. But I also am interested in the technology aswell, I do some 3D printing and sometimes design simple models in FreeCAD. I run a GNU/Linux server with my partner and I also like radio communication technology. And for the physical activities, I enjoy going for walks and hikes to the forest and meadows, sometimes I do few light exercises.

+

I prefer to use free and open-source software over proprietary software, that’s why I use Gentoo Linux as my main operating system. My favorite processor and graphics card brand is AMD so I have AMD only system. AMD is said to have better performance and compatibility on GNU/Linux so that is a big plus, but I also think that AMD is overall much cooler. +Currently I use Sway as my tiling window manager, I really prefer tiling WMs over DEs because of organized it can get and how customizable it is.

+

 

+

TODO:

+ +

wakatime

+ + +
+ +
+ + \ No newline at end of file diff --git a/ara/blog/index.html b/ara/blog/index.html new file mode 100644 index 0000000..1b7e8b2 --- /dev/null +++ b/ara/blog/index.html @@ -0,0 +1,62 @@ + + + + + + + Waffelo's Den + + + + + + +
+
+ + +
+
+ + + +
+ +
+ + \ No newline at end of file diff --git a/ara/categories/index.html b/ara/categories/index.html new file mode 100644 index 0000000..5d818dd --- /dev/null +++ b/ara/categories/index.html @@ -0,0 +1,64 @@ + + + + + + + Waffelo's Den + + + + + + + +
+
+ + +
+
+ + + +
+ news (1) +
+ + + + +

+

Posts

+ + + + + + +

RSS feed icon

+ + + +
+ +
+ + \ No newline at end of file diff --git a/ara/categories/index.xml b/ara/categories/index.xml new file mode 100644 index 0000000..1e41cf4 --- /dev/null +++ b/ara/categories/index.xml @@ -0,0 +1,12 @@ + + + + Categories on Waffelo's Den + https://waffelo.net/categories/ + Recent content in Categories on Waffelo's Den + Hugo 0.131.0 + en-us + + + + diff --git a/ara/categories/page/1/index.html b/ara/categories/page/1/index.html new file mode 100644 index 0000000..f1b9605 --- /dev/null +++ b/ara/categories/page/1/index.html @@ -0,0 +1,10 @@ + + + + https://waffelo.net/categories/ + + + + + + diff --git a/ara/contact/index.html b/ara/contact/index.html new file mode 100644 index 0000000..4b0be5d --- /dev/null +++ b/ara/contact/index.html @@ -0,0 +1,72 @@ + + + + + + + Waffelo's Den + + + + + + +
+
+ + +
+
+ +

Contact me

+

If you are interested in what I am doing and have some questions, tips or ideas. You +can connect with me via listed options :)

+

Matrix: @waffelo:drgnz.club (quick link)

+

Discord: @waffelo.net (quick link)

+

Email: contact@waffelo.net (quick link)

+

  + 

+

Sites

+

I don’t move around social sites that much, but I have some.

+

Mastodon: @waffelo@woof.tech (quick link)

+

Github: @waffelo (quick link)

+

Printables: @waffelo (quick link)

+

  + 

+ +

You can also donate me for my projects and needs. I accept some crypto like +Bitcoind and Monero, but you can also send me something via PayPal.

+

Bitcoin: bc1qf2etm4caugar593ewtmr42east4lam0ew79hg9

+

Monero: awa

+

  + 

+

GPG Keys

+

If you email me and want to have more privacy, or you want to send me some files, you can use my GPG key to encrypt the message.

+
pub   rsa3072 2023-02-24 [SC]
+      4F8B 036B 8DE8 ADA8  F514 78B5 3572 403B D325
+uid           [ultimate] Jakub Heger 
+sub   rsa3072 2023-02-24 [E]
+
+ +
+ +
+ + \ No newline at end of file diff --git a/ara/css/colors-default-dark.css b/ara/css/colors-default-dark.css new file mode 100644 index 0000000..680c6ad --- /dev/null +++ b/ara/css/colors-default-dark.css @@ -0,0 +1,32 @@ +:root { + --background: #1b1919; + + --foreground: #cdcdcd; /* text */ + + --accent:; + --borders: #2f2d2d; + --links: var(--accent); + + + /*Replacing these*/ + --background-color: #1b1919; + --text-color: #cdcdcd; + --light-text-color: #dfdfdf; + --hr-color: grey; + --link-color: #a3b8f5; + --active-link-color: #f9f9f9; + --nav-item-link-color: #a3b8f5; + --nav-item-active-color: #a3b8f5; + --selection-highlight-color: #305ee8; + --preformatted-background-color: #2f2d2d; + --preformatted-text-color: #f9f9f9; + --callout-background-color: #2445a8; + --callout-text-color: #f9f9f9; + --callout-link-color: #e8eefd; + --callout-highlight-color: #bac9f7; + --blockquote-background-color: #2f2d2d; + --blockquote-text-color: #ffffff; + --blockquote-link-color: #ffffff; + --blockquote-highlight-color: #dfdfdf; + --social-icon-color: #a3b8f5; +} diff --git a/ara/css/colors-default-light.css b/ara/css/colors-default-light.css new file mode 100644 index 0000000..a7af52b --- /dev/null +++ b/ara/css/colors-default-light.css @@ -0,0 +1,22 @@ +:root { + --background-color: #f9f9f9; + --text-color: #141414; + --light-text-color: #545454; + --hr-color: #1745cf; + --link-color: #1745cf; + --active-link-color: #141414; + --nav-item-link-color: #1745cf; + --nav-item-active-color: #1745cf; + --selection-highlight-color: #5e82ed; + --preformatted-background-color: #3c3c3c; + --preformatted-text-color: #f9f9f9; + --callout-background-color: #bac9f7; + --callout-text-color: #141414; + --callout-link-color: #102f8e; + --callout-highlight-color: #1745cf; + --blockquote-background-color: #dfdfdf; + --blockquote-text-color: #000000; + --blockquote-link-color: #000000; + --blockquote-highlight-color: #444444; + --social-icon-color: #1745cf; +} diff --git a/ara/css/colors-default.css b/ara/css/colors-default.css new file mode 100644 index 0000000..1d1a516 --- /dev/null +++ b/ara/css/colors-default.css @@ -0,0 +1,49 @@ +@media (prefers-color-scheme: light) { + :root { + --background-color: #f9f9f9; + --text-color: #141414; + --light-text-color: #545454; + --hr-color: #1745cf; + --link-color: #1745cf; + --active-link-color: #141414; + --nav-item-link-color: #1745cf; + --nav-item-active-color: #1745cf; + --selection-highlight-color: #5e82ed; + --preformatted-background-color: #3c3c3c; + --preformatted-text-color: #f9f9f9; + --callout-background-color: #bac9f7; + --callout-text-color: #141414; + --callout-link-color: #102f8e; + --callout-highlight-color: #1745cf; + --blockquote-background-color: #dfdfdf; + --blockquote-text-color: #000000; + --blockquote-link-color: #000000; + --blockquote-highlight-color: #444444; + --social-icon-color: #1745cf; + } +} + +@media (prefers-color-scheme: dark) { + :root { + --background-color: #202020; + --text-color: #f9f9f9; + --light-text-color: #dfdfdf; + --hr-color: #a3b8f5; + --link-color: #a3b8f5; + --active-link-color: #f9f9f9; + --nav-item-link-color: #a3b8f5; + --nav-item-active-color: #a3b8f5; + --selection-highlight-color: #305ee8; + --preformatted-background-color: #3c3c3c; + --preformatted-text-color: #f9f9f9; + --callout-background-color: #2445a8; + --callout-text-color: #f9f9f9; + --callout-link-color: #e8eefd; + --callout-highlight-color: #bac9f7; + --blockquote-background-color: #595959; + --blockquote-text-color: #ffffff; + --blockquote-link-color: #ffffff; + --blockquote-highlight-color: #dfdfdf; + --social-icon-color: #a3b8f5; + } +} diff --git a/public/css/colors-gibson-dark.css b/ara/css/colors-gibson-dark.css similarity index 100% rename from public/css/colors-gibson-dark.css rename to ara/css/colors-gibson-dark.css diff --git a/public/css/colors-gibson-light.css b/ara/css/colors-gibson-light.css similarity index 100% rename from public/css/colors-gibson-light.css rename to ara/css/colors-gibson-light.css diff --git a/public/css/colors-gibson.css b/ara/css/colors-gibson.css similarity index 100% rename from public/css/colors-gibson.css rename to ara/css/colors-gibson.css diff --git a/ara/css/font-awesome.css b/ara/css/font-awesome.css new file mode 100644 index 0000000..ee906a8 --- /dev/null +++ b/ara/css/font-awesome.css @@ -0,0 +1,2337 @@ +/*! + * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +/* FONT PATH + * -------------------------- */ +@font-face { + font-family: 'FontAwesome'; + src: url('../fonts/fontawesome-webfont.eot?v=4.7.0'); + src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); + font-weight: normal; + font-style: normal; +} +.fa { + display: inline-block; + font: normal normal normal 14px/1 FontAwesome; + font-size: inherit; + text-rendering: auto; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +/* makes the font 33% larger relative to the icon container */ +.fa-lg { + font-size: 1.33333333em; + line-height: 0.75em; + vertical-align: -15%; +} +.fa-2x { + font-size: 2em; +} +.fa-3x { + font-size: 3em; +} +.fa-4x { + font-size: 4em; +} +.fa-5x { + font-size: 5em; +} +.fa-fw { + width: 1.28571429em; + text-align: center; +} +.fa-ul { + padding-left: 0; + margin-left: 2.14285714em; + list-style-type: none; +} +.fa-ul > li { + position: relative; +} +.fa-li { + position: absolute; + left: -2.14285714em; + width: 2.14285714em; + top: 0.14285714em; + text-align: center; +} +.fa-li.fa-lg { + left: -1.85714286em; +} +.fa-border { + padding: .2em .25em .15em; + border: solid 0.08em #eeeeee; + border-radius: .1em; +} +.fa-pull-left { + float: left; +} +.fa-pull-right { + float: right; +} +.fa.fa-pull-left { + margin-right: .3em; +} +.fa.fa-pull-right { + margin-left: .3em; +} +/* Deprecated as of 4.4.0 */ +.pull-right { + float: right; +} +.pull-left { + float: left; +} +.fa.pull-left { + margin-right: .3em; +} +.fa.pull-right { + margin-left: .3em; +} +.fa-spin { + -webkit-animation: fa-spin 2s infinite linear; + animation: fa-spin 2s infinite linear; +} +.fa-pulse { + -webkit-animation: fa-spin 1s infinite steps(8); + animation: fa-spin 1s infinite steps(8); +} +@-webkit-keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +@keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +.fa-rotate-90 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); +} +.fa-rotate-180 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; + -webkit-transform: rotate(180deg); + -ms-transform: rotate(180deg); + transform: rotate(180deg); +} +.fa-rotate-270 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; + -webkit-transform: rotate(270deg); + -ms-transform: rotate(270deg); + transform: rotate(270deg); +} +.fa-flip-horizontal { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; + -webkit-transform: scale(-1, 1); + -ms-transform: scale(-1, 1); + transform: scale(-1, 1); +} +.fa-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + -webkit-transform: scale(1, -1); + -ms-transform: scale(1, -1); + transform: scale(1, -1); +} +:root .fa-rotate-90, +:root .fa-rotate-180, +:root .fa-rotate-270, +:root .fa-flip-horizontal, +:root .fa-flip-vertical { + filter: none; +} +.fa-stack { + position: relative; + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + vertical-align: middle; +} +.fa-stack-1x, +.fa-stack-2x { + position: absolute; + left: 0; + width: 100%; + text-align: center; +} +.fa-stack-1x { + line-height: inherit; +} +.fa-stack-2x { + font-size: 2em; +} +.fa-inverse { + color: #ffffff; +} +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen + readers do not read off random characters that represent icons */ +.fa-glass:before { + content: "\f000"; +} +.fa-music:before { + content: "\f001"; +} +.fa-search:before { + content: "\f002"; +} +.fa-envelope-o:before { + content: "\f003"; +} +.fa-heart:before { + content: "\f004"; +} +.fa-star:before { + content: "\f005"; +} +.fa-star-o:before { + content: "\f006"; +} +.fa-user:before { + content: "\f007"; +} +.fa-film:before { + content: "\f008"; +} +.fa-th-large:before { + content: "\f009"; +} +.fa-th:before { + content: "\f00a"; +} +.fa-th-list:before { + content: "\f00b"; +} +.fa-check:before { + content: "\f00c"; +} +.fa-remove:before, +.fa-close:before, +.fa-times:before { + content: "\f00d"; +} +.fa-search-plus:before { + content: "\f00e"; +} +.fa-search-minus:before { + content: "\f010"; +} +.fa-power-off:before { + content: "\f011"; +} +.fa-signal:before { + content: "\f012"; +} +.fa-gear:before, +.fa-cog:before { + content: "\f013"; +} +.fa-trash-o:before { + content: "\f014"; +} +.fa-home:before { + content: "\f015"; +} +.fa-file-o:before { + content: "\f016"; +} +.fa-clock-o:before { + content: "\f017"; +} +.fa-road:before { + content: "\f018"; +} +.fa-download:before { + content: "\f019"; +} +.fa-arrow-circle-o-down:before { + content: "\f01a"; +} +.fa-arrow-circle-o-up:before { + content: "\f01b"; +} +.fa-inbox:before { + content: "\f01c"; +} +.fa-play-circle-o:before { + content: "\f01d"; +} +.fa-rotate-right:before, +.fa-repeat:before { + content: "\f01e"; +} +.fa-refresh:before { + content: "\f021"; +} +.fa-list-alt:before { + content: "\f022"; +} +.fa-lock:before { + content: "\f023"; +} +.fa-flag:before { + content: "\f024"; +} +.fa-headphones:before { + content: "\f025"; +} +.fa-volume-off:before { + content: "\f026"; +} +.fa-volume-down:before { + content: "\f027"; +} +.fa-volume-up:before { + content: "\f028"; +} +.fa-qrcode:before { + content: "\f029"; +} +.fa-barcode:before { + content: "\f02a"; +} +.fa-tag:before { + content: "\f02b"; +} +.fa-tags:before { + content: "\f02c"; +} +.fa-book:before { + content: "\f02d"; +} +.fa-bookmark:before { + content: "\f02e"; +} +.fa-print:before { + content: "\f02f"; +} +.fa-camera:before { + content: "\f030"; +} +.fa-font:before { + content: "\f031"; +} +.fa-bold:before { + content: "\f032"; +} +.fa-italic:before { + content: "\f033"; +} +.fa-text-height:before { + content: "\f034"; +} +.fa-text-width:before { + content: "\f035"; +} +.fa-align-left:before { + content: "\f036"; +} +.fa-align-center:before { + content: "\f037"; +} +.fa-align-right:before { + content: "\f038"; +} +.fa-align-justify:before { + content: "\f039"; +} +.fa-list:before { + content: "\f03a"; +} +.fa-dedent:before, +.fa-outdent:before { + content: "\f03b"; +} +.fa-indent:before { + content: "\f03c"; +} +.fa-video-camera:before { + content: "\f03d"; +} +.fa-photo:before, +.fa-image:before, +.fa-picture-o:before { + content: "\f03e"; +} +.fa-pencil:before { + content: "\f040"; +} +.fa-map-marker:before { + content: "\f041"; +} +.fa-adjust:before { + content: "\f042"; +} +.fa-tint:before { + content: "\f043"; +} +.fa-edit:before, +.fa-pencil-square-o:before { + content: "\f044"; +} +.fa-share-square-o:before { + content: "\f045"; +} +.fa-check-square-o:before { + content: "\f046"; +} +.fa-arrows:before { + content: "\f047"; +} +.fa-step-backward:before { + content: "\f048"; +} +.fa-fast-backward:before { + content: "\f049"; +} +.fa-backward:before { + content: "\f04a"; +} +.fa-play:before { + content: "\f04b"; +} +.fa-pause:before { + content: "\f04c"; +} +.fa-stop:before { + content: "\f04d"; +} +.fa-forward:before { + content: "\f04e"; +} +.fa-fast-forward:before { + content: "\f050"; +} +.fa-step-forward:before { + content: "\f051"; +} +.fa-eject:before { + content: "\f052"; +} +.fa-chevron-left:before { + content: "\f053"; +} +.fa-chevron-right:before { + content: "\f054"; +} +.fa-plus-circle:before { + content: "\f055"; +} +.fa-minus-circle:before { + content: "\f056"; +} +.fa-times-circle:before { + content: "\f057"; +} +.fa-check-circle:before { + content: "\f058"; +} +.fa-question-circle:before { + content: "\f059"; +} +.fa-info-circle:before { + content: "\f05a"; +} +.fa-crosshairs:before { + content: "\f05b"; +} +.fa-times-circle-o:before { + content: "\f05c"; +} +.fa-check-circle-o:before { + content: "\f05d"; +} +.fa-ban:before { + content: "\f05e"; +} +.fa-arrow-left:before { + content: "\f060"; +} +.fa-arrow-right:before { + content: "\f061"; +} +.fa-arrow-up:before { + content: "\f062"; +} +.fa-arrow-down:before { + content: "\f063"; +} +.fa-mail-forward:before, +.fa-share:before { + content: "\f064"; +} +.fa-expand:before { + content: "\f065"; +} +.fa-compress:before { + content: "\f066"; +} +.fa-plus:before { + content: "\f067"; +} +.fa-minus:before { + content: "\f068"; +} +.fa-asterisk:before { + content: "\f069"; +} +.fa-exclamation-circle:before { + content: "\f06a"; +} +.fa-gift:before { + content: "\f06b"; +} +.fa-leaf:before { + content: "\f06c"; +} +.fa-fire:before { + content: "\f06d"; +} +.fa-eye:before { + content: "\f06e"; +} +.fa-eye-slash:before { + content: "\f070"; +} +.fa-warning:before, +.fa-exclamation-triangle:before { + content: "\f071"; +} +.fa-plane:before { + content: "\f072"; +} +.fa-calendar:before { + content: "\f073"; +} +.fa-random:before { + content: "\f074"; +} +.fa-comment:before { + content: "\f075"; +} +.fa-magnet:before { + content: "\f076"; +} +.fa-chevron-up:before { + content: "\f077"; +} +.fa-chevron-down:before { + content: "\f078"; +} +.fa-retweet:before { + content: "\f079"; +} +.fa-shopping-cart:before { + content: "\f07a"; +} +.fa-folder:before { + content: "\f07b"; +} +.fa-folder-open:before { + content: "\f07c"; +} +.fa-arrows-v:before { + content: "\f07d"; +} +.fa-arrows-h:before { + content: "\f07e"; +} +.fa-bar-chart-o:before, +.fa-bar-chart:before { + content: "\f080"; +} +.fa-twitter-square:before { + content: "\f081"; +} +.fa-facebook-square:before { + content: "\f082"; +} +.fa-camera-retro:before { + content: "\f083"; +} +.fa-key:before { + content: "\f084"; +} +.fa-gears:before, +.fa-cogs:before { + content: "\f085"; +} +.fa-comments:before { + content: "\f086"; +} +.fa-thumbs-o-up:before { + content: "\f087"; +} +.fa-thumbs-o-down:before { + content: "\f088"; +} +.fa-star-half:before { + content: "\f089"; +} +.fa-heart-o:before { + content: "\f08a"; +} +.fa-sign-out:before { + content: "\f08b"; +} +.fa-linkedin-square:before { + content: "\f08c"; +} +.fa-thumb-tack:before { + content: "\f08d"; +} +.fa-external-link:before { + content: "\f08e"; +} +.fa-sign-in:before { + content: "\f090"; +} +.fa-trophy:before { + content: "\f091"; +} +.fa-github-square:before { + content: "\f092"; +} +.fa-upload:before { + content: "\f093"; +} +.fa-lemon-o:before { + content: "\f094"; +} +.fa-phone:before { + content: "\f095"; +} +.fa-square-o:before { + content: "\f096"; +} +.fa-bookmark-o:before { + content: "\f097"; +} +.fa-phone-square:before { + content: "\f098"; +} +.fa-twitter:before { + content: "\f099"; +} +.fa-facebook-f:before, +.fa-facebook:before { + content: "\f09a"; +} +.fa-github:before { + content: "\f09b"; +} +.fa-unlock:before { + content: "\f09c"; +} +.fa-credit-card:before { + content: "\f09d"; +} +.fa-feed:before, +.fa-rss:before { + content: "\f09e"; +} +.fa-hdd-o:before { + content: "\f0a0"; +} +.fa-bullhorn:before { + content: "\f0a1"; +} +.fa-bell:before { + content: "\f0f3"; +} +.fa-certificate:before { + content: "\f0a3"; +} +.fa-hand-o-right:before { + content: "\f0a4"; +} +.fa-hand-o-left:before { + content: "\f0a5"; +} +.fa-hand-o-up:before { + content: "\f0a6"; +} +.fa-hand-o-down:before { + content: "\f0a7"; +} +.fa-arrow-circle-left:before { + content: "\f0a8"; +} +.fa-arrow-circle-right:before { + content: "\f0a9"; +} +.fa-arrow-circle-up:before { + content: "\f0aa"; +} +.fa-arrow-circle-down:before { + content: "\f0ab"; +} +.fa-globe:before { + content: "\f0ac"; +} +.fa-wrench:before { + content: "\f0ad"; +} +.fa-tasks:before { + content: "\f0ae"; +} +.fa-filter:before { + content: "\f0b0"; +} +.fa-briefcase:before { + content: "\f0b1"; +} +.fa-arrows-alt:before { + content: "\f0b2"; +} +.fa-group:before, +.fa-users:before { + content: "\f0c0"; +} +.fa-chain:before, +.fa-link:before { + content: "\f0c1"; +} +.fa-cloud:before { + content: "\f0c2"; +} +.fa-flask:before { + content: "\f0c3"; +} +.fa-cut:before, +.fa-scissors:before { + content: "\f0c4"; +} +.fa-copy:before, +.fa-files-o:before { + content: "\f0c5"; +} +.fa-paperclip:before { + content: "\f0c6"; +} +.fa-save:before, +.fa-floppy-o:before { + content: "\f0c7"; +} +.fa-square:before { + content: "\f0c8"; +} +.fa-navicon:before, +.fa-reorder:before, +.fa-bars:before { + content: "\f0c9"; +} +.fa-list-ul:before { + content: "\f0ca"; +} +.fa-list-ol:before { + content: "\f0cb"; +} +.fa-strikethrough:before { + content: "\f0cc"; +} +.fa-underline:before { + content: "\f0cd"; +} +.fa-table:before { + content: "\f0ce"; +} +.fa-magic:before { + content: "\f0d0"; +} +.fa-truck:before { + content: "\f0d1"; +} +.fa-pinterest:before { + content: "\f0d2"; +} +.fa-pinterest-square:before { + content: "\f0d3"; +} +.fa-google-plus-square:before { + content: "\f0d4"; +} +.fa-google-plus:before { + content: "\f0d5"; +} +.fa-money:before { + content: "\f0d6"; +} +.fa-caret-down:before { + content: "\f0d7"; +} +.fa-caret-up:before { + content: "\f0d8"; +} +.fa-caret-left:before { + content: "\f0d9"; +} +.fa-caret-right:before { + content: "\f0da"; +} +.fa-columns:before { + content: "\f0db"; +} +.fa-unsorted:before, +.fa-sort:before { + content: "\f0dc"; +} +.fa-sort-down:before, +.fa-sort-desc:before { + content: "\f0dd"; +} +.fa-sort-up:before, +.fa-sort-asc:before { + content: "\f0de"; +} +.fa-envelope:before { + content: "\f0e0"; +} +.fa-linkedin:before { + content: "\f0e1"; +} +.fa-rotate-left:before, +.fa-undo:before { + content: "\f0e2"; +} +.fa-legal:before, +.fa-gavel:before { + content: "\f0e3"; +} +.fa-dashboard:before, +.fa-tachometer:before { + content: "\f0e4"; +} +.fa-comment-o:before { + content: "\f0e5"; +} +.fa-comments-o:before { + content: "\f0e6"; +} +.fa-flash:before, +.fa-bolt:before { + content: "\f0e7"; +} +.fa-sitemap:before { + content: "\f0e8"; +} +.fa-umbrella:before { + content: "\f0e9"; +} +.fa-paste:before, +.fa-clipboard:before { + content: "\f0ea"; +} +.fa-lightbulb-o:before { + content: "\f0eb"; +} +.fa-exchange:before { + content: "\f0ec"; +} +.fa-cloud-download:before { + content: "\f0ed"; +} +.fa-cloud-upload:before { + content: "\f0ee"; +} +.fa-user-md:before { + content: "\f0f0"; +} +.fa-stethoscope:before { + content: "\f0f1"; +} +.fa-suitcase:before { + content: "\f0f2"; +} +.fa-bell-o:before { + content: "\f0a2"; +} +.fa-coffee:before { + content: "\f0f4"; +} +.fa-cutlery:before { + content: "\f0f5"; +} +.fa-file-text-o:before { + content: "\f0f6"; +} +.fa-building-o:before { + content: "\f0f7"; +} +.fa-hospital-o:before { + content: "\f0f8"; +} +.fa-ambulance:before { + content: "\f0f9"; +} +.fa-medkit:before { + content: "\f0fa"; +} +.fa-fighter-jet:before { + content: "\f0fb"; +} +.fa-beer:before { + content: "\f0fc"; +} +.fa-h-square:before { + content: "\f0fd"; +} +.fa-plus-square:before { + content: "\f0fe"; +} +.fa-angle-double-left:before { + content: "\f100"; +} +.fa-angle-double-right:before { + content: "\f101"; +} +.fa-angle-double-up:before { + content: "\f102"; +} +.fa-angle-double-down:before { + content: "\f103"; +} +.fa-angle-left:before { + content: "\f104"; +} +.fa-angle-right:before { + content: "\f105"; +} +.fa-angle-up:before { + content: "\f106"; +} +.fa-angle-down:before { + content: "\f107"; +} +.fa-desktop:before { + content: "\f108"; +} +.fa-laptop:before { + content: "\f109"; +} +.fa-tablet:before { + content: "\f10a"; +} +.fa-mobile-phone:before, +.fa-mobile:before { + content: "\f10b"; +} +.fa-circle-o:before { + content: "\f10c"; +} +.fa-quote-left:before { + content: "\f10d"; +} +.fa-quote-right:before { + content: "\f10e"; +} +.fa-spinner:before { + content: "\f110"; +} +.fa-circle:before { + content: "\f111"; +} +.fa-mail-reply:before, +.fa-reply:before { + content: "\f112"; +} +.fa-github-alt:before { + content: "\f113"; +} +.fa-folder-o:before { + content: "\f114"; +} +.fa-folder-open-o:before { + content: "\f115"; +} +.fa-smile-o:before { + content: "\f118"; +} +.fa-frown-o:before { + content: "\f119"; +} +.fa-meh-o:before { + content: "\f11a"; +} +.fa-gamepad:before { + content: "\f11b"; +} +.fa-keyboard-o:before { + content: "\f11c"; +} +.fa-flag-o:before { + content: "\f11d"; +} +.fa-flag-checkered:before { + content: "\f11e"; +} +.fa-terminal:before { + content: "\f120"; +} +.fa-code:before { + content: "\f121"; +} +.fa-mail-reply-all:before, +.fa-reply-all:before { + content: "\f122"; +} +.fa-star-half-empty:before, +.fa-star-half-full:before, +.fa-star-half-o:before { + content: "\f123"; +} +.fa-location-arrow:before { + content: "\f124"; +} +.fa-crop:before { + content: "\f125"; +} +.fa-code-fork:before { + content: "\f126"; +} +.fa-unlink:before, +.fa-chain-broken:before { + content: "\f127"; +} +.fa-question:before { + content: "\f128"; +} +.fa-info:before { + content: "\f129"; +} +.fa-exclamation:before { + content: "\f12a"; +} +.fa-superscript:before { + content: "\f12b"; +} +.fa-subscript:before { + content: "\f12c"; +} +.fa-eraser:before { + content: "\f12d"; +} +.fa-puzzle-piece:before { + content: "\f12e"; +} +.fa-microphone:before { + content: "\f130"; +} +.fa-microphone-slash:before { + content: "\f131"; +} +.fa-shield:before { + content: "\f132"; +} +.fa-calendar-o:before { + content: "\f133"; +} +.fa-fire-extinguisher:before { + content: "\f134"; +} +.fa-rocket:before { + content: "\f135"; +} +.fa-maxcdn:before { + content: "\f136"; +} +.fa-chevron-circle-left:before { + content: "\f137"; +} +.fa-chevron-circle-right:before { + content: "\f138"; +} +.fa-chevron-circle-up:before { + content: "\f139"; +} +.fa-chevron-circle-down:before { + content: "\f13a"; +} +.fa-html5:before { + content: "\f13b"; +} +.fa-css3:before { + content: "\f13c"; +} +.fa-anchor:before { + content: "\f13d"; +} +.fa-unlock-alt:before { + content: "\f13e"; +} +.fa-bullseye:before { + content: "\f140"; +} +.fa-ellipsis-h:before { + content: "\f141"; +} +.fa-ellipsis-v:before { + content: "\f142"; +} +.fa-rss-square:before { + content: "\f143"; +} +.fa-play-circle:before { + content: "\f144"; +} +.fa-ticket:before { + content: "\f145"; +} +.fa-minus-square:before { + content: "\f146"; +} +.fa-minus-square-o:before { + content: "\f147"; +} +.fa-level-up:before { + content: "\f148"; +} +.fa-level-down:before { + content: "\f149"; +} +.fa-check-square:before { + content: "\f14a"; +} +.fa-pencil-square:before { + content: "\f14b"; +} +.fa-external-link-square:before { + content: "\f14c"; +} +.fa-share-square:before { + content: "\f14d"; +} +.fa-compass:before { + content: "\f14e"; +} +.fa-toggle-down:before, +.fa-caret-square-o-down:before { + content: "\f150"; +} +.fa-toggle-up:before, +.fa-caret-square-o-up:before { + content: "\f151"; +} +.fa-toggle-right:before, +.fa-caret-square-o-right:before { + content: "\f152"; +} +.fa-euro:before, +.fa-eur:before { + content: "\f153"; +} +.fa-gbp:before { + content: "\f154"; +} +.fa-dollar:before, +.fa-usd:before { + content: "\f155"; +} +.fa-rupee:before, +.fa-inr:before { + content: "\f156"; +} +.fa-cny:before, +.fa-rmb:before, +.fa-yen:before, +.fa-jpy:before { + content: "\f157"; +} +.fa-ruble:before, +.fa-rouble:before, +.fa-rub:before { + content: "\f158"; +} +.fa-won:before, +.fa-krw:before { + content: "\f159"; +} +.fa-bitcoin:before, +.fa-btc:before { + content: "\f15a"; +} +.fa-file:before { + content: "\f15b"; +} +.fa-file-text:before { + content: "\f15c"; +} +.fa-sort-alpha-asc:before { + content: "\f15d"; +} +.fa-sort-alpha-desc:before { + content: "\f15e"; +} +.fa-sort-amount-asc:before { + content: "\f160"; +} +.fa-sort-amount-desc:before { + content: "\f161"; +} +.fa-sort-numeric-asc:before { + content: "\f162"; +} +.fa-sort-numeric-desc:before { + content: "\f163"; +} +.fa-thumbs-up:before { + content: "\f164"; +} +.fa-thumbs-down:before { + content: "\f165"; +} +.fa-youtube-square:before { + content: "\f166"; +} +.fa-youtube:before { + content: "\f167"; +} +.fa-xing:before { + content: "\f168"; +} +.fa-xing-square:before { + content: "\f169"; +} +.fa-youtube-play:before { + content: "\f16a"; +} +.fa-dropbox:before { + content: "\f16b"; +} +.fa-stack-overflow:before { + content: "\f16c"; +} +.fa-instagram:before { + content: "\f16d"; +} +.fa-flickr:before { + content: "\f16e"; +} +.fa-adn:before { + content: "\f170"; +} +.fa-bitbucket:before { + content: "\f171"; +} +.fa-bitbucket-square:before { + content: "\f172"; +} +.fa-tumblr:before { + content: "\f173"; +} +.fa-tumblr-square:before { + content: "\f174"; +} +.fa-long-arrow-down:before { + content: "\f175"; +} +.fa-long-arrow-up:before { + content: "\f176"; +} +.fa-long-arrow-left:before { + content: "\f177"; +} +.fa-long-arrow-right:before { + content: "\f178"; +} +.fa-apple:before { + content: "\f179"; +} +.fa-windows:before { + content: "\f17a"; +} +.fa-android:before { + content: "\f17b"; +} +.fa-linux:before { + content: "\f17c"; +} +.fa-dribbble:before { + content: "\f17d"; +} +.fa-skype:before { + content: "\f17e"; +} +.fa-foursquare:before { + content: "\f180"; +} +.fa-trello:before { + content: "\f181"; +} +.fa-female:before { + content: "\f182"; +} +.fa-male:before { + content: "\f183"; +} +.fa-gittip:before, +.fa-gratipay:before { + content: "\f184"; +} +.fa-sun-o:before { + content: "\f185"; +} +.fa-moon-o:before { + content: "\f186"; +} +.fa-archive:before { + content: "\f187"; +} +.fa-bug:before { + content: "\f188"; +} +.fa-vk:before { + content: "\f189"; +} +.fa-weibo:before { + content: "\f18a"; +} +.fa-renren:before { + content: "\f18b"; +} +.fa-pagelines:before { + content: "\f18c"; +} +.fa-stack-exchange:before { + content: "\f18d"; +} +.fa-arrow-circle-o-right:before { + content: "\f18e"; +} +.fa-arrow-circle-o-left:before { + content: "\f190"; +} +.fa-toggle-left:before, +.fa-caret-square-o-left:before { + content: "\f191"; +} +.fa-dot-circle-o:before { + content: "\f192"; +} +.fa-wheelchair:before { + content: "\f193"; +} +.fa-vimeo-square:before { + content: "\f194"; +} +.fa-turkish-lira:before, +.fa-try:before { + content: "\f195"; +} +.fa-plus-square-o:before { + content: "\f196"; +} +.fa-space-shuttle:before { + content: "\f197"; +} +.fa-slack:before { + content: "\f198"; +} +.fa-envelope-square:before { + content: "\f199"; +} +.fa-wordpress:before { + content: "\f19a"; +} +.fa-openid:before { + content: "\f19b"; +} +.fa-institution:before, +.fa-bank:before, +.fa-university:before { + content: "\f19c"; +} +.fa-mortar-board:before, +.fa-graduation-cap:before { + content: "\f19d"; +} +.fa-yahoo:before { + content: "\f19e"; +} +.fa-google:before { + content: "\f1a0"; +} +.fa-reddit:before { + content: "\f1a1"; +} +.fa-reddit-square:before { + content: "\f1a2"; +} +.fa-stumbleupon-circle:before { + content: "\f1a3"; +} +.fa-stumbleupon:before { + content: "\f1a4"; +} +.fa-delicious:before { + content: "\f1a5"; +} +.fa-digg:before { + content: "\f1a6"; +} +.fa-pied-piper-pp:before { + content: "\f1a7"; +} +.fa-pied-piper-alt:before { + content: "\f1a8"; +} +.fa-drupal:before { + content: "\f1a9"; +} +.fa-joomla:before { + content: "\f1aa"; +} +.fa-language:before { + content: "\f1ab"; +} +.fa-fax:before { + content: "\f1ac"; +} +.fa-building:before { + content: "\f1ad"; +} +.fa-child:before { + content: "\f1ae"; +} +.fa-paw:before { + content: "\f1b0"; +} +.fa-spoon:before { + content: "\f1b1"; +} +.fa-cube:before { + content: "\f1b2"; +} +.fa-cubes:before { + content: "\f1b3"; +} +.fa-behance:before { + content: "\f1b4"; +} +.fa-behance-square:before { + content: "\f1b5"; +} +.fa-steam:before { + content: "\f1b6"; +} +.fa-steam-square:before { + content: "\f1b7"; +} +.fa-recycle:before { + content: "\f1b8"; +} +.fa-automobile:before, +.fa-car:before { + content: "\f1b9"; +} +.fa-cab:before, +.fa-taxi:before { + content: "\f1ba"; +} +.fa-tree:before { + content: "\f1bb"; +} +.fa-spotify:before { + content: "\f1bc"; +} +.fa-deviantart:before { + content: "\f1bd"; +} +.fa-soundcloud:before { + content: "\f1be"; +} +.fa-database:before { + content: "\f1c0"; +} +.fa-file-pdf-o:before { + content: "\f1c1"; +} +.fa-file-word-o:before { + content: "\f1c2"; +} +.fa-file-excel-o:before { + content: "\f1c3"; +} +.fa-file-powerpoint-o:before { + content: "\f1c4"; +} +.fa-file-photo-o:before, +.fa-file-picture-o:before, +.fa-file-image-o:before { + content: "\f1c5"; +} +.fa-file-zip-o:before, +.fa-file-archive-o:before { + content: "\f1c6"; +} +.fa-file-sound-o:before, +.fa-file-audio-o:before { + content: "\f1c7"; +} +.fa-file-movie-o:before, +.fa-file-video-o:before { + content: "\f1c8"; +} +.fa-file-code-o:before { + content: "\f1c9"; +} +.fa-vine:before { + content: "\f1ca"; +} +.fa-codepen:before { + content: "\f1cb"; +} +.fa-jsfiddle:before { + content: "\f1cc"; +} +.fa-life-bouy:before, +.fa-life-buoy:before, +.fa-life-saver:before, +.fa-support:before, +.fa-life-ring:before { + content: "\f1cd"; +} +.fa-circle-o-notch:before { + content: "\f1ce"; +} +.fa-ra:before, +.fa-resistance:before, +.fa-rebel:before { + content: "\f1d0"; +} +.fa-ge:before, +.fa-empire:before { + content: "\f1d1"; +} +.fa-git-square:before { + content: "\f1d2"; +} +.fa-git:before { + content: "\f1d3"; +} +.fa-y-combinator-square:before, +.fa-yc-square:before, +.fa-hacker-news:before { + content: "\f1d4"; +} +.fa-tencent-weibo:before { + content: "\f1d5"; +} +.fa-qq:before { + content: "\f1d6"; +} +.fa-wechat:before, +.fa-weixin:before { + content: "\f1d7"; +} +.fa-send:before, +.fa-paper-plane:before { + content: "\f1d8"; +} +.fa-send-o:before, +.fa-paper-plane-o:before { + content: "\f1d9"; +} +.fa-history:before { + content: "\f1da"; +} +.fa-circle-thin:before { + content: "\f1db"; +} +.fa-header:before { + content: "\f1dc"; +} +.fa-paragraph:before { + content: "\f1dd"; +} +.fa-sliders:before { + content: "\f1de"; +} +.fa-share-alt:before { + content: "\f1e0"; +} +.fa-share-alt-square:before { + content: "\f1e1"; +} +.fa-bomb:before { + content: "\f1e2"; +} +.fa-soccer-ball-o:before, +.fa-futbol-o:before { + content: "\f1e3"; +} +.fa-tty:before { + content: "\f1e4"; +} +.fa-binoculars:before { + content: "\f1e5"; +} +.fa-plug:before { + content: "\f1e6"; +} +.fa-slideshare:before { + content: "\f1e7"; +} +.fa-twitch:before { + content: "\f1e8"; +} +.fa-yelp:before { + content: "\f1e9"; +} +.fa-newspaper-o:before { + content: "\f1ea"; +} +.fa-wifi:before { + content: "\f1eb"; +} +.fa-calculator:before { + content: "\f1ec"; +} +.fa-paypal:before { + content: "\f1ed"; +} +.fa-google-wallet:before { + content: "\f1ee"; +} +.fa-cc-visa:before { + content: "\f1f0"; +} +.fa-cc-mastercard:before { + content: "\f1f1"; +} +.fa-cc-discover:before { + content: "\f1f2"; +} +.fa-cc-amex:before { + content: "\f1f3"; +} +.fa-cc-paypal:before { + content: "\f1f4"; +} +.fa-cc-stripe:before { + content: "\f1f5"; +} +.fa-bell-slash:before { + content: "\f1f6"; +} +.fa-bell-slash-o:before { + content: "\f1f7"; +} +.fa-trash:before { + content: "\f1f8"; +} +.fa-copyright:before { + content: "\f1f9"; +} +.fa-at:before { + content: "\f1fa"; +} +.fa-eyedropper:before { + content: "\f1fb"; +} +.fa-paint-brush:before { + content: "\f1fc"; +} +.fa-birthday-cake:before { + content: "\f1fd"; +} +.fa-area-chart:before { + content: "\f1fe"; +} +.fa-pie-chart:before { + content: "\f200"; +} +.fa-line-chart:before { + content: "\f201"; +} +.fa-lastfm:before { + content: "\f202"; +} +.fa-lastfm-square:before { + content: "\f203"; +} +.fa-toggle-off:before { + content: "\f204"; +} +.fa-toggle-on:before { + content: "\f205"; +} +.fa-bicycle:before { + content: "\f206"; +} +.fa-bus:before { + content: "\f207"; +} +.fa-ioxhost:before { + content: "\f208"; +} +.fa-angellist:before { + content: "\f209"; +} +.fa-cc:before { + content: "\f20a"; +} +.fa-shekel:before, +.fa-sheqel:before, +.fa-ils:before { + content: "\f20b"; +} +.fa-meanpath:before { + content: "\f20c"; +} +.fa-buysellads:before { + content: "\f20d"; +} +.fa-connectdevelop:before { + content: "\f20e"; +} +.fa-dashcube:before { + content: "\f210"; +} +.fa-forumbee:before { + content: "\f211"; +} +.fa-leanpub:before { + content: "\f212"; +} +.fa-sellsy:before { + content: "\f213"; +} +.fa-shirtsinbulk:before { + content: "\f214"; +} +.fa-simplybuilt:before { + content: "\f215"; +} +.fa-skyatlas:before { + content: "\f216"; +} +.fa-cart-plus:before { + content: "\f217"; +} +.fa-cart-arrow-down:before { + content: "\f218"; +} +.fa-diamond:before { + content: "\f219"; +} +.fa-ship:before { + content: "\f21a"; +} +.fa-user-secret:before { + content: "\f21b"; +} +.fa-motorcycle:before { + content: "\f21c"; +} +.fa-street-view:before { + content: "\f21d"; +} +.fa-heartbeat:before { + content: "\f21e"; +} +.fa-venus:before { + content: "\f221"; +} +.fa-mars:before { + content: "\f222"; +} +.fa-mercury:before { + content: "\f223"; +} +.fa-intersex:before, +.fa-transgender:before { + content: "\f224"; +} +.fa-transgender-alt:before { + content: "\f225"; +} +.fa-venus-double:before { + content: "\f226"; +} +.fa-mars-double:before { + content: "\f227"; +} +.fa-venus-mars:before { + content: "\f228"; +} +.fa-mars-stroke:before { + content: "\f229"; +} +.fa-mars-stroke-v:before { + content: "\f22a"; +} +.fa-mars-stroke-h:before { + content: "\f22b"; +} +.fa-neuter:before { + content: "\f22c"; +} +.fa-genderless:before { + content: "\f22d"; +} +.fa-facebook-official:before { + content: "\f230"; +} +.fa-pinterest-p:before { + content: "\f231"; +} +.fa-whatsapp:before { + content: "\f232"; +} +.fa-server:before { + content: "\f233"; +} +.fa-user-plus:before { + content: "\f234"; +} +.fa-user-times:before { + content: "\f235"; +} +.fa-hotel:before, +.fa-bed:before { + content: "\f236"; +} +.fa-viacoin:before { + content: "\f237"; +} +.fa-train:before { + content: "\f238"; +} +.fa-subway:before { + content: "\f239"; +} +.fa-medium:before { + content: "\f23a"; +} +.fa-yc:before, +.fa-y-combinator:before { + content: "\f23b"; +} +.fa-optin-monster:before { + content: "\f23c"; +} +.fa-opencart:before { + content: "\f23d"; +} +.fa-expeditedssl:before { + content: "\f23e"; +} +.fa-battery-4:before, +.fa-battery:before, +.fa-battery-full:before { + content: "\f240"; +} +.fa-battery-3:before, +.fa-battery-three-quarters:before { + content: "\f241"; +} +.fa-battery-2:before, +.fa-battery-half:before { + content: "\f242"; +} +.fa-battery-1:before, +.fa-battery-quarter:before { + content: "\f243"; +} +.fa-battery-0:before, +.fa-battery-empty:before { + content: "\f244"; +} +.fa-mouse-pointer:before { + content: "\f245"; +} +.fa-i-cursor:before { + content: "\f246"; +} +.fa-object-group:before { + content: "\f247"; +} +.fa-object-ungroup:before { + content: "\f248"; +} +.fa-sticky-note:before { + content: "\f249"; +} +.fa-sticky-note-o:before { + content: "\f24a"; +} +.fa-cc-jcb:before { + content: "\f24b"; +} +.fa-cc-diners-club:before { + content: "\f24c"; +} +.fa-clone:before { + content: "\f24d"; +} +.fa-balance-scale:before { + content: "\f24e"; +} +.fa-hourglass-o:before { + content: "\f250"; +} +.fa-hourglass-1:before, +.fa-hourglass-start:before { + content: "\f251"; +} +.fa-hourglass-2:before, +.fa-hourglass-half:before { + content: "\f252"; +} +.fa-hourglass-3:before, +.fa-hourglass-end:before { + content: "\f253"; +} +.fa-hourglass:before { + content: "\f254"; +} +.fa-hand-grab-o:before, +.fa-hand-rock-o:before { + content: "\f255"; +} +.fa-hand-stop-o:before, +.fa-hand-paper-o:before { + content: "\f256"; +} +.fa-hand-scissors-o:before { + content: "\f257"; +} +.fa-hand-lizard-o:before { + content: "\f258"; +} +.fa-hand-spock-o:before { + content: "\f259"; +} +.fa-hand-pointer-o:before { + content: "\f25a"; +} +.fa-hand-peace-o:before { + content: "\f25b"; +} +.fa-trademark:before { + content: "\f25c"; +} +.fa-registered:before { + content: "\f25d"; +} +.fa-creative-commons:before { + content: "\f25e"; +} +.fa-gg:before { + content: "\f260"; +} +.fa-gg-circle:before { + content: "\f261"; +} +.fa-tripadvisor:before { + content: "\f262"; +} +.fa-odnoklassniki:before { + content: "\f263"; +} +.fa-odnoklassniki-square:before { + content: "\f264"; +} +.fa-get-pocket:before { + content: "\f265"; +} +.fa-wikipedia-w:before { + content: "\f266"; +} +.fa-safari:before { + content: "\f267"; +} +.fa-chrome:before { + content: "\f268"; +} +.fa-firefox:before { + content: "\f269"; +} +.fa-opera:before { + content: "\f26a"; +} +.fa-internet-explorer:before { + content: "\f26b"; +} +.fa-tv:before, +.fa-television:before { + content: "\f26c"; +} +.fa-contao:before { + content: "\f26d"; +} +.fa-500px:before { + content: "\f26e"; +} +.fa-amazon:before { + content: "\f270"; +} +.fa-calendar-plus-o:before { + content: "\f271"; +} +.fa-calendar-minus-o:before { + content: "\f272"; +} +.fa-calendar-times-o:before { + content: "\f273"; +} +.fa-calendar-check-o:before { + content: "\f274"; +} +.fa-industry:before { + content: "\f275"; +} +.fa-map-pin:before { + content: "\f276"; +} +.fa-map-signs:before { + content: "\f277"; +} +.fa-map-o:before { + content: "\f278"; +} +.fa-map:before { + content: "\f279"; +} +.fa-commenting:before { + content: "\f27a"; +} +.fa-commenting-o:before { + content: "\f27b"; +} +.fa-houzz:before { + content: "\f27c"; +} +.fa-vimeo:before { + content: "\f27d"; +} +.fa-black-tie:before { + content: "\f27e"; +} +.fa-fonticons:before { + content: "\f280"; +} +.fa-reddit-alien:before { + content: "\f281"; +} +.fa-edge:before { + content: "\f282"; +} +.fa-credit-card-alt:before { + content: "\f283"; +} +.fa-codiepie:before { + content: "\f284"; +} +.fa-modx:before { + content: "\f285"; +} +.fa-fort-awesome:before { + content: "\f286"; +} +.fa-usb:before { + content: "\f287"; +} +.fa-product-hunt:before { + content: "\f288"; +} +.fa-mixcloud:before { + content: "\f289"; +} +.fa-scribd:before { + content: "\f28a"; +} +.fa-pause-circle:before { + content: "\f28b"; +} +.fa-pause-circle-o:before { + content: "\f28c"; +} +.fa-stop-circle:before { + content: "\f28d"; +} +.fa-stop-circle-o:before { + content: "\f28e"; +} +.fa-shopping-bag:before { + content: "\f290"; +} +.fa-shopping-basket:before { + content: "\f291"; +} +.fa-hashtag:before { + content: "\f292"; +} +.fa-bluetooth:before { + content: "\f293"; +} +.fa-bluetooth-b:before { + content: "\f294"; +} +.fa-percent:before { + content: "\f295"; +} +.fa-gitlab:before { + content: "\f296"; +} +.fa-wpbeginner:before { + content: "\f297"; +} +.fa-wpforms:before { + content: "\f298"; +} +.fa-envira:before { + content: "\f299"; +} +.fa-universal-access:before { + content: "\f29a"; +} +.fa-wheelchair-alt:before { + content: "\f29b"; +} +.fa-question-circle-o:before { + content: "\f29c"; +} +.fa-blind:before { + content: "\f29d"; +} +.fa-audio-description:before { + content: "\f29e"; +} +.fa-volume-control-phone:before { + content: "\f2a0"; +} +.fa-braille:before { + content: "\f2a1"; +} +.fa-assistive-listening-systems:before { + content: "\f2a2"; +} +.fa-asl-interpreting:before, +.fa-american-sign-language-interpreting:before { + content: "\f2a3"; +} +.fa-deafness:before, +.fa-hard-of-hearing:before, +.fa-deaf:before { + content: "\f2a4"; +} +.fa-glide:before { + content: "\f2a5"; +} +.fa-glide-g:before { + content: "\f2a6"; +} +.fa-signing:before, +.fa-sign-language:before { + content: "\f2a7"; +} +.fa-low-vision:before { + content: "\f2a8"; +} +.fa-viadeo:before { + content: "\f2a9"; +} +.fa-viadeo-square:before { + content: "\f2aa"; +} +.fa-snapchat:before { + content: "\f2ab"; +} +.fa-snapchat-ghost:before { + content: "\f2ac"; +} +.fa-snapchat-square:before { + content: "\f2ad"; +} +.fa-pied-piper:before { + content: "\f2ae"; +} +.fa-first-order:before { + content: "\f2b0"; +} +.fa-yoast:before { + content: "\f2b1"; +} +.fa-themeisle:before { + content: "\f2b2"; +} +.fa-google-plus-circle:before, +.fa-google-plus-official:before { + content: "\f2b3"; +} +.fa-fa:before, +.fa-font-awesome:before { + content: "\f2b4"; +} +.fa-handshake-o:before { + content: "\f2b5"; +} +.fa-envelope-open:before { + content: "\f2b6"; +} +.fa-envelope-open-o:before { + content: "\f2b7"; +} +.fa-linode:before { + content: "\f2b8"; +} +.fa-address-book:before { + content: "\f2b9"; +} +.fa-address-book-o:before { + content: "\f2ba"; +} +.fa-vcard:before, +.fa-address-card:before { + content: "\f2bb"; +} +.fa-vcard-o:before, +.fa-address-card-o:before { + content: "\f2bc"; +} +.fa-user-circle:before { + content: "\f2bd"; +} +.fa-user-circle-o:before { + content: "\f2be"; +} +.fa-user-o:before { + content: "\f2c0"; +} +.fa-id-badge:before { + content: "\f2c1"; +} +.fa-drivers-license:before, +.fa-id-card:before { + content: "\f2c2"; +} +.fa-drivers-license-o:before, +.fa-id-card-o:before { + content: "\f2c3"; +} +.fa-quora:before { + content: "\f2c4"; +} +.fa-free-code-camp:before { + content: "\f2c5"; +} +.fa-telegram:before { + content: "\f2c6"; +} +.fa-thermometer-4:before, +.fa-thermometer:before, +.fa-thermometer-full:before { + content: "\f2c7"; +} +.fa-thermometer-3:before, +.fa-thermometer-three-quarters:before { + content: "\f2c8"; +} +.fa-thermometer-2:before, +.fa-thermometer-half:before { + content: "\f2c9"; +} +.fa-thermometer-1:before, +.fa-thermometer-quarter:before { + content: "\f2ca"; +} +.fa-thermometer-0:before, +.fa-thermometer-empty:before { + content: "\f2cb"; +} +.fa-shower:before { + content: "\f2cc"; +} +.fa-bathtub:before, +.fa-s15:before, +.fa-bath:before { + content: "\f2cd"; +} +.fa-podcast:before { + content: "\f2ce"; +} +.fa-window-maximize:before { + content: "\f2d0"; +} +.fa-window-minimize:before { + content: "\f2d1"; +} +.fa-window-restore:before { + content: "\f2d2"; +} +.fa-times-rectangle:before, +.fa-window-close:before { + content: "\f2d3"; +} +.fa-times-rectangle-o:before, +.fa-window-close-o:before { + content: "\f2d4"; +} +.fa-bandcamp:before { + content: "\f2d5"; +} +.fa-grav:before { + content: "\f2d6"; +} +.fa-etsy:before { + content: "\f2d7"; +} +.fa-imdb:before { + content: "\f2d8"; +} +.fa-ravelry:before { + content: "\f2d9"; +} +.fa-eercast:before { + content: "\f2da"; +} +.fa-microchip:before { + content: "\f2db"; +} +.fa-snowflake-o:before { + content: "\f2dc"; +} +.fa-superpowers:before { + content: "\f2dd"; +} +.fa-wpexplorer:before { + content: "\f2de"; +} +.fa-meetup:before { + content: "\f2e0"; +} +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0; +} +.sr-only-focusable:active, +.sr-only-focusable:focus { + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto; +} diff --git a/ara/css/style.css b/ara/css/style.css new file mode 100644 index 0000000..18d743a --- /dev/null +++ b/ara/css/style.css @@ -0,0 +1,338 @@ +.site-content { + display: flex; + flex-direction: column; + min-height: 100vh; + max-width: 740px; + margin-right: auto; + margin-left: auto; + margin-top: 0; + margin-bottom: 0; + padding-right: 30px; + padding-left: 30px; + border: 1px solid var(--borders); +} + +html { + padding: 25px; +} + +body { + background: var(--background-color); + color: var(--text-color); + font-family: monospace; + font-size: 13.8px; + line-height: 1.5; + margin: 0px; + padding: 0px; +} + +h1, h2, h3, h4, h5, h6 { + font-weight: 400; + margin-top: 0; + margin-bottom: 0; +} + +h1 { + font-size: 2.625em; + line-height: 1; + letter-spacing: -1px; +} + +main { + display: block; +} + +p { + margin-bottom: 15px; +} + +a { + text-decoration: underline; + color: var(--link-color); +} + +a:active { + color: var(--active-link-color); +} + +code { + padding: 5px; + margin: 5px; + background-color: var(--preformatted-background-color); +} + +.site-header { + font-size: 26px; + font-weight: 300; + line-height: 54px; + letter-spacing: -1px; + width: 100%; +} + +.site-header, .site-header:visited, .site-header:hover { + color: var(--text-color); + text-decoration: none; +} + +.header-container { + margin-top: 20px; + display: flex; + flex-direction: row; + flex-wrap: wrap; +} + +.site-nav { + overflow: auto; + text-align: left; + line-height: 54px; + width: 100%; +} + +.site-nav .nav-item { + color: var(--nav-item-link-color); + text-decoration: none; + padding: 0px; + margin-top: 0px; + margin-bottom: 0px; + margin-left: 10px; + margin-right: 10px; + padding-top: 10px; + padding-bottom: 10px; + padding-left: 0px; + padding-right: 0px; +} + +.nav-item.first { + margin-left: 0px; +} + +.nav-item.last { + margin-right: 0px; +} + +.nav-item.active { + border-bottom: 2px solid var(--nav-item-active-color); +} + +@media screen and (min-width: 800px) { + + + div.site-header { + width: 300px; + padding-right: 15px; + } + div.site-nav { + width: 410px; + padding-left: 15px; + } + nav.site-nav { + text-align: right; + } +} + +a.nav-item:hover { + text-decoration: none; +} + +.content { + padding-top: 30px; + padding-bottom: 30px; + clear: both; + flex-grow: 1; + flex-shrink: 1; + flex-basis: 0%; +} + +.post-date { + color: var(--light-text-color); + font-size: 14px; +} + +.http-error { + text-align: center; +} + +.about-container { + display: flex; + border: var(--borders) dashed 2px; + padding: 15px; +} + +.about-info p { + margin-bottom: -15px; +} + +pre, code { + font-family: 'SF Mono', 'Consolas', monospace; + font-size: 14px; +} + +pre!important { + padding: 10px; + background-color: var(--preformatted-background-color); + color: var(--preformatted-text-color); + overflow-x: auto; + border-radius: 5px; + border: 2px dashed gray; +} + +blockquote { + color: var(--blockquote-text-color); + background-color: var(--blockquote-background-color); + border-left: 10px solid var(--blockquote-highlight-color); + border-radius: 5px; + font-size: 14px; + margin-left: 40px; + margin-right: 140px; +} + +blockquote p { + margin: 0px; + padding: 10px; +} + +blockquote footer { + margin: 0px; + padding: 10px; +} + +blockquote a { + color: var(--blockquote-link-color); +} + +p.callout { + color: var(--callout-text-color); + background-color: var(--callout-background-color); + border-left: 10px solid var(--callout-highlight-color); + border-radius: 5px; + padding: 10px; + padding-left: 15px; + padding-right: 10px; + margin-left: 20px; + margin-right: 20px; + font-size: 14px; +} + +.callout a { + color: var(--callout-link-color); +} + +hr { + border: 1px dashed var(--hr-color); + border-radius: 1px; + margin-left: 0px; + margin-top: 20px; + margin-bottom: 20px; + width: 70%; +} + +.footer-container { + display: flex; + flex-direction: row; + flex-wrap: wrap; + margin-bottom: 15px; + color: var(--light-text-color); + font-size: 14px; +} + +.footer-container p { + margin-top: 10px; + margin-bottom: 10px +} + +.h-card.bio { + width: 100%; +} + +.footer-right { + width: 100%; +} + + +@media screen and (max-width: 800px) { + + html { + padding: 10px; + } + + .about-container { + display: block; + text-align: center; + margin-left: auto; + margin-right: auto; + padding: 25px; + } + + .nav-item a { + margin-left: -10px; + } + +} + +@media screen and (min-width: 800px) { + .h-card.bio { + width: 355px; + padding-right: 15px; + margin-bottom: 1em; + } + .footer-right { + width: 355px; + padding-left: 15px; + margin-bottom: 1em; + } + + +} + +img.u-photo { + vertical-align: bottom; + height: 1.5em; + border-radius: 25%; +} + +.h-card.social { + margin-top: 1em; + margin-bottom: 2em; + text-align: center; +} + +.social-icon { + display: inline-block; + padding-left: 10px; + padding-right: 10px; + height: 24px; + width: 24px; +} + +.social-icon path { + fill: var(--social-icon-color); +} + +.inline-icon { + display: inline-block; + height: 1em; + width: 1em; + position: relative; + top: 0.125em; +} + +.inline-icon path { + fill: var(--text-color); +} + + +img[src$='#floatleft'] +{ + float:left + margin: 20px; + max-width: 40%; + //etc. etc/ +} + +img[src$='#floatright'] +{ + float:right; + margin: 20px; + max-width: 40%; + //etc. etc. +} diff --git a/ara/fonts/FontAwesome.otf b/ara/fonts/FontAwesome.otf new file mode 100644 index 0000000..401ec0f Binary files /dev/null and b/ara/fonts/FontAwesome.otf differ diff --git a/public/home/index.html b/ara/home/index.html similarity index 100% rename from public/home/index.html rename to ara/home/index.html diff --git a/ara/icons/rss.png b/ara/icons/rss.png new file mode 100644 index 0000000..b3c949d Binary files /dev/null and b/ara/icons/rss.png differ diff --git a/ara/index.html b/ara/index.html new file mode 100644 index 0000000..3414ae6 --- /dev/null +++ b/ara/index.html @@ -0,0 +1,83 @@ + + + + + + + Waffelo's Den + + + + + + + +
+
+ + +
+
+ +

# Recent posts

+
+ +
+

Blog 📜

+ +
+ +
+ +
+

Journal 📓

+
    + +
  • [25/04/2025] - Hello
  • + +
+
+ +
+
+ +

Welcome!


+Hi! Welcome to my personal website and blog. I made this +website to present myself, my projects, thoughts and opinions. I hope +to post here regularly since I remade my website in static site generator. +This website is primarly focused on topics such as technology and topics, +but it is not limited to them. I like to ramble about other things too. +

  + 

+
+ +
Eyesdragon +
+ + +
+ +
+ + \ No newline at end of file diff --git a/ara/index.xml b/ara/index.xml new file mode 100644 index 0000000..38f6387 --- /dev/null +++ b/ara/index.xml @@ -0,0 +1,55 @@ + + + + Waffelo's Den + https://waffelo.net/ + Recent content on Waffelo's Den + Hugo 0.131.0 + en-us + Fri, 25 Apr 2025 06:57:31 +0200 + + + Hello + https://waffelo.net/journal/hello/ + Fri, 25 Apr 2025 06:57:31 +0200 + https://waffelo.net/journal/hello/ + + + + Stuff + https://waffelo.net/stuff/ + Thu, 24 Apr 2025 13:12:13 +0200 + https://waffelo.net/stuff/ + <h1 id="stuff">Stuff</h1> <p>Here are some less important things that wouldn&rsquo;t fit to navigation bar. Things will be added soon.</p> <p> </p> <ul> <li><a href="#">Shop</a> - Things I sell and services I offer</li> </ul> + + + Contact + https://waffelo.net/contact/ + Thu, 24 Apr 2025 09:29:32 +0200 + https://waffelo.net/contact/ + <h1 id="contact-me">Contact me</h1> <p>If you are interested in what I am doing and have some questions, tips or ideas. You can connect with me via listed options :)</p> <p><strong>Matrix:</strong> <code>@waffelo:drgnz.club</code> <a href="https://matrix.to/#/@waffelo:drgnz.club">(quick link)</a></p> <p><strong>Discord:</strong> <code>@waffelo.net</code> <a href="awa">(quick link)</a></p> <p><strong>Email:</strong> <code>contact@waffelo.net</code> <a href="mailto://contact@waffelo.net">(quick link)</a></p> <p>   </p> <h2 id="sites">Sites</h2> <p>I don&rsquo;t move around social sites that much, but I have some.</p> <p><strong>Mastodon:</strong> <code>@waffelo@woof.tech</code> <a href="https://woof.tech/@waffelo">(quick link)</a></p> <p><strong>Github:</strong> <code>@waffelo</code> <a href="https://github.com/Waffelo">(quick link)</a></p> <p><strong>Printables:</strong> <code>@waffelo</code> <a href="https://www.printables.com/@waffelo">(quick link)</a></p> <p>   </p> <h2 id="donate">Donate</h2> <p>You can also donate me for my projects and needs. I accept some crypto like Bitcoind and Monero, but you can also send me something via PayPal.</p> <p><strong>Bitcoin:</strong> <code>bc1qf2etm4caugar593ewtmr42east4lam0ew79hg9</code></p> <p><strong>Monero:</strong> <code>awa</code></p> <p>   </p> <h2 id="gpg-keys">GPG Keys</h2> <p>If you email me and want to have more privacy, or you want to send me some files, you can use my GPG key to encrypt the message.</p> <pre tabindex="0"><code class="language-gpg" data-lang="gpg">pub rsa3072 2023-02-24 [SC] 4F8B 036B 8DE8 ADA8 F514 78B5 3572 403B D325 uid [ultimate] Jakub Heger sub rsa3072 2023-02-24 [E] </code></pre> + + + New Website! + https://waffelo.net/posts/new-website/ + Thu, 24 Apr 2025 08:53:12 +0200 + https://waffelo.net/posts/new-website/ + <p>For the last couple weeks I have been thinking about starting a new website more than usually. It was in my bucket list, however I never really got to it because I didn&rsquo;t want to spend too much time figuring confusing Hugo out. I could make purely html blog website like I did many times before, but I didn&rsquo;t want that anymore. Not being able to manage blog posts properly was a huge deal for me. If i wanted to change something in website structure, I would have to edit every single page, and I had many journal posts. This demotivated me a lot in continuing with my websites and blogging.</p> <p>Recently I have moved and got a new job. I finally got a tech related job where I can also use computer. In this new job I sometimes need to wait for some things for some periods of time, so why not use it for things like learning, managing my server and redoing my website. So I quickly set up neovim as IDE on my server and started doing it trough SSH. This might seem strange, but I am forced to use Windows at work, which is unusable for me. I don&rsquo;t really know how to use it, it feels dumb and on top of that it is restricted as heck. Everything is connected to different systems and Microsoft ecosystem. I barely can install software because of the restrictions. I really would rather use bare TTY on Linux than Windows itself.</p> <center> <img src="https://waffelo.net/pictures/fursona/stickers/spit_fire.png" width="280px"> </center> <p> </p> <h2 id="what-now">What now?</h2> <p>From this point, you can finally bookmark my website and check on it once in a while, since it is set up in a better system which motivates me now. Or you can also add this blog to your reader with <a href="https://waffelo.net/posts/index.xml">RSS</a>. I will be actually trying to keep this blog alive now, since it is also giving me some benefits like learning how to write better, finding interesting people, expressing my ideas and some more.</p> <center> <img src="https://waffelo.net/pictures/fursona/stickers/think.png" width="220px"> </center> <p> </p> <h2 id="is-the-website-finished">Is the website finished?</h2> <p>Absolutely not. I still have a lot of things to polish and change. I got the theme from some randomg repository on Github (it is GPLv3) and it helped me understand HUGO more, I would attribute the creator more but I feel like I changed the theme nearly completely to my likings. But I think it was called Plague.</p> <p>So, as some might know me. I am almost never pleased with the things I create, so my website will keep getting edits and improvements. Who knows how long it will be until I decide to create a new theme. But it certainly won&rsquo;t make the website inaccesible like it did before. So don&rsquo;t worry, if anyone even worries.</p> <p> </p> <h2 id="what-else-is-to-be-done">What else is to be done?</h2> <p>There are quite a few things that need to be done on this website, like creating couple new pages like store, fursona info, favorite pages, etc.. But I also need to tweak the theme more, I need to figure out the layouts which I want to use, colors and shapes. I want to redo the about me page completely, for now there will be text from my old website as placeholder. I also want to play more with the index homepage more. You will see by the time.</p> <p>I will be also getting more stickers and illustrations for this website, I am currently talking with my artist about the things like logos and icons.</p> <p>     </p> <p>So now that I have a better start, I am ready to resume my website dingly tingly dragoning. Thank you for readhing this post, and stay tuned for more things I will have to yap about :D</p> + + + About + https://waffelo.net/about/ + Thu, 24 Apr 2025 07:56:35 +0200 + https://waffelo.net/about/ + <h1 id="about-me">About me</h1> <br /> <div class="about-container"> <img src="https://git.drgnz.club/avatars/5d0444fc800f37d549f5497d4c9690005485540a1b89ee5389e86d06f3d529b3" width="200px"> <div class="about-info" style="margin-left: 20px;"> <h2 style="font-weight:900;">Waffelo</h2> <i>(Jakub Heger)</i><br> <a href="https://wakatime.com/@29725049-7048-4ebb-8064-21f95716ce5a"><img src="https://wakatime.com/badge/user/29725049-7048-4ebb-8064-21f95716ce5a.svg" alt="Total time coded since Mar 28 2022" /></a><br> <p><b>Age:</b> 20</p> <p><b>Occupation:</b> Server Technician</p> <p><b>Focus:</b> Linux systems</p> <p><b>Running:</b> Gentoo</p> </div> </div> <div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>roar </span></span></code></pre></div><p><img src="https://git.drgnz.club/avatars/5d0444fc800f37d549f5497d4c9690005485540a1b89ee5389e86d06f3d529b3?size=512#floatright" alt=""> I am a nineteen years old passionate free software and hardware enthusiast from the Slovak Republic. I have studied programming of CNCs and welding machinery. I am currently employeed. I am the lead admin and founder of Drgnz Club community network which is a small group of like-minded people.</p> <p>There are quite a lot of things that I am fond of. I enjoy things such as film photography, journaling and fountain pens, reading books and the bible, listening to music and many more things. But I also am interested in the technology aswell, I do some 3D printing and sometimes design simple models in FreeCAD. I run a GNU/Linux server with my partner and I also like radio communication technology. And for the physical activities, I enjoy going for walks and hikes to the forest and meadows, sometimes I do few light exercises.</p> <p>I prefer to use free and open-source software over proprietary software, that&rsquo;s why I use Gentoo Linux as my main operating system. My favorite processor and graphics card brand is AMD so I have AMD only system. AMD is said to have better performance and compatibility on GNU/Linux so that is a big plus, but I also think that AMD is overall much cooler. Currently I use Sway as my tiling window manager, I really prefer tiling WMs over DEs because of organized it can get and how customizable it is.</p> <p> </p> <h3 id="todo">TODO:</h3> <ul> <li>my hardware and system</li> <li>my skills</li> <li>my meshtastic nodes</li> </ul> <p><a href="https://wakatime.com/@29725049-7048-4ebb-8064-21f95716ce5a"><img src="https://wakatime.com/badge/user/29725049-7048-4ebb-8064-21f95716ce5a.svg" alt="wakatime"></a></p> + + + + https://waffelo.net/blog/ + Mon, 01 Jan 0001 00:00:00 +0000 + https://waffelo.net/blog/ + <p>awa</p> + + + + diff --git a/ara/journal/hello/index.html b/ara/journal/hello/index.html new file mode 100644 index 0000000..0042d62 --- /dev/null +++ b/ara/journal/hello/index.html @@ -0,0 +1,61 @@ + + + + + + + Waffelo's Den + + + + + + +
+
+ + +
+
+ + + +
+ +
+ + \ No newline at end of file diff --git a/ara/journal/index.html b/ara/journal/index.html new file mode 100644 index 0000000..73f86c2 --- /dev/null +++ b/ara/journal/index.html @@ -0,0 +1,68 @@ + + + + + + + Waffelo's Den + + + + + + + +
+
+ + +
+
+ + + +
+ news (1) +
+ + + + +

+

Posts

+ + + + + - Hello
+ + + + + +

RSS feed icon

+ + + +
+ +
+ + \ No newline at end of file diff --git a/ara/journal/index.xml b/ara/journal/index.xml new file mode 100644 index 0000000..9939233 --- /dev/null +++ b/ara/journal/index.xml @@ -0,0 +1,20 @@ + + + + Journals on Waffelo's Den + https://waffelo.net/journal/ + Recent content in Journals on Waffelo's Den + Hugo 0.131.0 + en-us + Fri, 25 Apr 2025 06:57:31 +0200 + + + Hello + https://waffelo.net/journal/hello/ + Fri, 25 Apr 2025 06:57:31 +0200 + https://waffelo.net/journal/hello/ + + + + + diff --git a/ara/journal/page/1/index.html b/ara/journal/page/1/index.html new file mode 100644 index 0000000..41bc248 --- /dev/null +++ b/ara/journal/page/1/index.html @@ -0,0 +1,10 @@ + + + + https://waffelo.net/journal/ + + + + + + diff --git a/ara/pictures/button.png b/ara/pictures/button.png new file mode 100644 index 0000000..cc28a7c Binary files /dev/null and b/ara/pictures/button.png differ diff --git a/public/pictures/fursona/stickers/Telegram/1.png b/ara/pictures/fursona/stickers/Telegram/1.png similarity index 100% rename from public/pictures/fursona/stickers/Telegram/1.png rename to ara/pictures/fursona/stickers/Telegram/1.png diff --git a/public/pictures/fursona/stickers/Telegram/10.png b/ara/pictures/fursona/stickers/Telegram/10.png similarity index 100% rename from public/pictures/fursona/stickers/Telegram/10.png rename to ara/pictures/fursona/stickers/Telegram/10.png diff --git a/public/pictures/fursona/stickers/Telegram/11.png b/ara/pictures/fursona/stickers/Telegram/11.png similarity index 100% rename from public/pictures/fursona/stickers/Telegram/11.png rename to ara/pictures/fursona/stickers/Telegram/11.png diff --git a/public/pictures/fursona/stickers/Telegram/12.png b/ara/pictures/fursona/stickers/Telegram/12.png similarity index 100% rename from public/pictures/fursona/stickers/Telegram/12.png rename to ara/pictures/fursona/stickers/Telegram/12.png diff --git a/public/pictures/fursona/stickers/Telegram/13.png b/ara/pictures/fursona/stickers/Telegram/13.png similarity index 100% rename from public/pictures/fursona/stickers/Telegram/13.png rename to ara/pictures/fursona/stickers/Telegram/13.png diff --git a/public/pictures/fursona/stickers/Telegram/13.xcf b/ara/pictures/fursona/stickers/Telegram/13.xcf similarity index 100% rename from public/pictures/fursona/stickers/Telegram/13.xcf rename to ara/pictures/fursona/stickers/Telegram/13.xcf diff --git a/public/pictures/fursona/stickers/Telegram/14.png b/ara/pictures/fursona/stickers/Telegram/14.png similarity index 100% rename from public/pictures/fursona/stickers/Telegram/14.png rename to ara/pictures/fursona/stickers/Telegram/14.png diff --git a/public/pictures/fursona/stickers/Telegram/15.png b/ara/pictures/fursona/stickers/Telegram/15.png similarity index 100% rename from public/pictures/fursona/stickers/Telegram/15.png rename to ara/pictures/fursona/stickers/Telegram/15.png diff --git a/public/pictures/fursona/stickers/Telegram/15_1.png b/ara/pictures/fursona/stickers/Telegram/15_1.png similarity index 100% rename from public/pictures/fursona/stickers/Telegram/15_1.png rename to ara/pictures/fursona/stickers/Telegram/15_1.png diff --git a/public/pictures/fursona/stickers/Telegram/16.png b/ara/pictures/fursona/stickers/Telegram/16.png similarity index 100% rename from public/pictures/fursona/stickers/Telegram/16.png rename to ara/pictures/fursona/stickers/Telegram/16.png diff --git a/public/pictures/fursona/stickers/Telegram/16_1.png b/ara/pictures/fursona/stickers/Telegram/16_1.png similarity index 100% rename from public/pictures/fursona/stickers/Telegram/16_1.png rename to ara/pictures/fursona/stickers/Telegram/16_1.png diff --git a/public/pictures/fursona/stickers/Telegram/17.png b/ara/pictures/fursona/stickers/Telegram/17.png similarity index 100% rename from public/pictures/fursona/stickers/Telegram/17.png rename to ara/pictures/fursona/stickers/Telegram/17.png diff --git a/public/pictures/fursona/stickers/Telegram/18.png b/ara/pictures/fursona/stickers/Telegram/18.png similarity index 100% rename from public/pictures/fursona/stickers/Telegram/18.png rename to ara/pictures/fursona/stickers/Telegram/18.png diff --git a/public/pictures/fursona/stickers/Telegram/19.png b/ara/pictures/fursona/stickers/Telegram/19.png similarity index 100% rename from public/pictures/fursona/stickers/Telegram/19.png rename to ara/pictures/fursona/stickers/Telegram/19.png diff --git a/public/pictures/fursona/stickers/Telegram/2.png b/ara/pictures/fursona/stickers/Telegram/2.png similarity index 100% rename from public/pictures/fursona/stickers/Telegram/2.png rename to ara/pictures/fursona/stickers/Telegram/2.png diff --git a/public/pictures/fursona/stickers/Telegram/3.png b/ara/pictures/fursona/stickers/Telegram/3.png similarity index 100% rename from public/pictures/fursona/stickers/Telegram/3.png rename to ara/pictures/fursona/stickers/Telegram/3.png diff --git a/public/pictures/fursona/stickers/Telegram/4.png b/ara/pictures/fursona/stickers/Telegram/4.png similarity index 100% rename from public/pictures/fursona/stickers/Telegram/4.png rename to ara/pictures/fursona/stickers/Telegram/4.png diff --git a/public/pictures/fursona/stickers/Telegram/5.png b/ara/pictures/fursona/stickers/Telegram/5.png similarity index 100% rename from public/pictures/fursona/stickers/Telegram/5.png rename to ara/pictures/fursona/stickers/Telegram/5.png diff --git a/public/pictures/fursona/stickers/Telegram/6.png b/ara/pictures/fursona/stickers/Telegram/6.png similarity index 100% rename from public/pictures/fursona/stickers/Telegram/6.png rename to ara/pictures/fursona/stickers/Telegram/6.png diff --git a/public/pictures/fursona/stickers/Telegram/7.png b/ara/pictures/fursona/stickers/Telegram/7.png similarity index 100% rename from public/pictures/fursona/stickers/Telegram/7.png rename to ara/pictures/fursona/stickers/Telegram/7.png diff --git a/public/pictures/fursona/stickers/Telegram/8.png b/ara/pictures/fursona/stickers/Telegram/8.png similarity index 100% rename from public/pictures/fursona/stickers/Telegram/8.png rename to ara/pictures/fursona/stickers/Telegram/8.png diff --git a/public/pictures/fursona/stickers/Telegram/9.png b/ara/pictures/fursona/stickers/Telegram/9.png similarity index 100% rename from public/pictures/fursona/stickers/Telegram/9.png rename to ara/pictures/fursona/stickers/Telegram/9.png diff --git a/public/pictures/fursona/stickers/Telegram/icon.png b/ara/pictures/fursona/stickers/Telegram/icon.png similarity index 100% rename from public/pictures/fursona/stickers/Telegram/icon.png rename to ara/pictures/fursona/stickers/Telegram/icon.png diff --git a/ara/pictures/fursona/stickers/angry.png b/ara/pictures/fursona/stickers/angry.png new file mode 100644 index 0000000..2d89f7e Binary files /dev/null and b/ara/pictures/fursona/stickers/angry.png differ diff --git a/ara/pictures/fursona/stickers/blep.png b/ara/pictures/fursona/stickers/blep.png new file mode 100644 index 0000000..81c4fa4 Binary files /dev/null and b/ara/pictures/fursona/stickers/blep.png differ diff --git a/ara/pictures/fursona/stickers/butt.png b/ara/pictures/fursona/stickers/butt.png new file mode 100644 index 0000000..55e4e72 Binary files /dev/null and b/ara/pictures/fursona/stickers/butt.png differ diff --git a/ara/pictures/fursona/stickers/ding.png b/ara/pictures/fursona/stickers/ding.png new file mode 100644 index 0000000..470bd77 Binary files /dev/null and b/ara/pictures/fursona/stickers/ding.png differ diff --git a/ara/pictures/fursona/stickers/eyesdragon.png b/ara/pictures/fursona/stickers/eyesdragon.png new file mode 100644 index 0000000..2b6d8a2 Binary files /dev/null and b/ara/pictures/fursona/stickers/eyesdragon.png differ diff --git a/ara/pictures/fursona/stickers/hi.png b/ara/pictures/fursona/stickers/hi.png new file mode 100644 index 0000000..ce47992 Binary files /dev/null and b/ara/pictures/fursona/stickers/hi.png differ diff --git a/ara/pictures/fursona/stickers/nerd.png b/ara/pictures/fursona/stickers/nerd.png new file mode 100644 index 0000000..509c2f4 Binary files /dev/null and b/ara/pictures/fursona/stickers/nerd.png differ diff --git a/ara/pictures/fursona/stickers/nerdp.png b/ara/pictures/fursona/stickers/nerdp.png new file mode 100644 index 0000000..68b1807 Binary files /dev/null and b/ara/pictures/fursona/stickers/nerdp.png differ diff --git a/ara/pictures/fursona/stickers/no.png b/ara/pictures/fursona/stickers/no.png new file mode 100644 index 0000000..e299487 Binary files /dev/null and b/ara/pictures/fursona/stickers/no.png differ diff --git a/ara/pictures/fursona/stickers/photo.png b/ara/pictures/fursona/stickers/photo.png new file mode 100644 index 0000000..ec42ee4 Binary files /dev/null and b/ara/pictures/fursona/stickers/photo.png differ diff --git a/ara/pictures/fursona/stickers/scared.png b/ara/pictures/fursona/stickers/scared.png new file mode 100644 index 0000000..a361dc2 Binary files /dev/null and b/ara/pictures/fursona/stickers/scared.png differ diff --git a/ara/pictures/fursona/stickers/showcase.png b/ara/pictures/fursona/stickers/showcase.png new file mode 100644 index 0000000..0526c03 Binary files /dev/null and b/ara/pictures/fursona/stickers/showcase.png differ diff --git a/ara/pictures/fursona/stickers/showcase.xcf b/ara/pictures/fursona/stickers/showcase.xcf new file mode 100644 index 0000000..efcb5d8 Binary files /dev/null and b/ara/pictures/fursona/stickers/showcase.xcf differ diff --git a/ara/pictures/fursona/stickers/sleep.png b/ara/pictures/fursona/stickers/sleep.png new file mode 100644 index 0000000..fd651db Binary files /dev/null and b/ara/pictures/fursona/stickers/sleep.png differ diff --git a/ara/pictures/fursona/stickers/spit_fire.png b/ara/pictures/fursona/stickers/spit_fire.png new file mode 100644 index 0000000..b845a4c Binary files /dev/null and b/ara/pictures/fursona/stickers/spit_fire.png differ diff --git a/ara/pictures/fursona/stickers/stickers.rar b/ara/pictures/fursona/stickers/stickers.rar new file mode 100644 index 0000000..6c88ed4 Binary files /dev/null and b/ara/pictures/fursona/stickers/stickers.rar differ diff --git a/ara/pictures/fursona/stickers/surprised.png b/ara/pictures/fursona/stickers/surprised.png new file mode 100644 index 0000000..a09b1b0 Binary files /dev/null and b/ara/pictures/fursona/stickers/surprised.png differ diff --git a/ara/pictures/fursona/stickers/think.png b/ara/pictures/fursona/stickers/think.png new file mode 100644 index 0000000..bc47a82 Binary files /dev/null and b/ara/pictures/fursona/stickers/think.png differ diff --git a/ara/pictures/fursona/stickers/yap.png b/ara/pictures/fursona/stickers/yap.png new file mode 100644 index 0000000..946d928 Binary files /dev/null and b/ara/pictures/fursona/stickers/yap.png differ diff --git a/ara/pictures/fursona/stickers/yes.png b/ara/pictures/fursona/stickers/yes.png new file mode 100644 index 0000000..0a0d51e Binary files /dev/null and b/ara/pictures/fursona/stickers/yes.png differ diff --git a/ara/pictures/solder.png b/ara/pictures/solder.png new file mode 100644 index 0000000..524a782 Binary files /dev/null and b/ara/pictures/solder.png differ diff --git a/public/posts/encrypted-gentoo-install/index.html b/ara/posts/encrypted-gentoo-install/index.html similarity index 100% rename from public/posts/encrypted-gentoo-install/index.html rename to ara/posts/encrypted-gentoo-install/index.html diff --git a/ara/posts/index.html b/ara/posts/index.html new file mode 100644 index 0000000..cf3ea25 --- /dev/null +++ b/ara/posts/index.html @@ -0,0 +1,68 @@ + + + + + + + Waffelo's Den + + + + + + + +
+
+ + +
+
+ + + +
+ news (1) +
+ + + + +

+

Posts

+ + + + + - New Website!
+ + + + + +

RSS feed icon

+ + + +
+ +
+ + \ No newline at end of file diff --git a/ara/posts/index.xml b/ara/posts/index.xml new file mode 100644 index 0000000..d8dc171 --- /dev/null +++ b/ara/posts/index.xml @@ -0,0 +1,20 @@ + + + + Posts on Waffelo's Den + https://waffelo.net/posts/ + Recent content in Posts on Waffelo's Den + Hugo 0.131.0 + en-us + Thu, 24 Apr 2025 08:53:12 +0200 + + + New Website! + https://waffelo.net/posts/new-website/ + Thu, 24 Apr 2025 08:53:12 +0200 + https://waffelo.net/posts/new-website/ + <p>For the last couple weeks I have been thinking about starting a new website more than usually. It was in my bucket list, however I never really got to it because I didn&rsquo;t want to spend too much time figuring confusing Hugo out. I could make purely html blog website like I did many times before, but I didn&rsquo;t want that anymore. Not being able to manage blog posts properly was a huge deal for me. If i wanted to change something in website structure, I would have to edit every single page, and I had many journal posts. This demotivated me a lot in continuing with my websites and blogging.</p> <p>Recently I have moved and got a new job. I finally got a tech related job where I can also use computer. In this new job I sometimes need to wait for some things for some periods of time, so why not use it for things like learning, managing my server and redoing my website. So I quickly set up neovim as IDE on my server and started doing it trough SSH. This might seem strange, but I am forced to use Windows at work, which is unusable for me. I don&rsquo;t really know how to use it, it feels dumb and on top of that it is restricted as heck. Everything is connected to different systems and Microsoft ecosystem. I barely can install software because of the restrictions. I really would rather use bare TTY on Linux than Windows itself.</p> <center> <img src="https://waffelo.net/pictures/fursona/stickers/spit_fire.png" width="280px"> </center> <p> </p> <h2 id="what-now">What now?</h2> <p>From this point, you can finally bookmark my website and check on it once in a while, since it is set up in a better system which motivates me now. Or you can also add this blog to your reader with <a href="https://waffelo.net/posts/index.xml">RSS</a>. I will be actually trying to keep this blog alive now, since it is also giving me some benefits like learning how to write better, finding interesting people, expressing my ideas and some more.</p> <center> <img src="https://waffelo.net/pictures/fursona/stickers/think.png" width="220px"> </center> <p> </p> <h2 id="is-the-website-finished">Is the website finished?</h2> <p>Absolutely not. I still have a lot of things to polish and change. I got the theme from some randomg repository on Github (it is GPLv3) and it helped me understand HUGO more, I would attribute the creator more but I feel like I changed the theme nearly completely to my likings. But I think it was called Plague.</p> <p>So, as some might know me. I am almost never pleased with the things I create, so my website will keep getting edits and improvements. Who knows how long it will be until I decide to create a new theme. But it certainly won&rsquo;t make the website inaccesible like it did before. So don&rsquo;t worry, if anyone even worries.</p> <p> </p> <h2 id="what-else-is-to-be-done">What else is to be done?</h2> <p>There are quite a few things that need to be done on this website, like creating couple new pages like store, fursona info, favorite pages, etc.. But I also need to tweak the theme more, I need to figure out the layouts which I want to use, colors and shapes. I want to redo the about me page completely, for now there will be text from my old website as placeholder. I also want to play more with the index homepage more. You will see by the time.</p> <p>I will be also getting more stickers and illustrations for this website, I am currently talking with my artist about the things like logos and icons.</p> <p>     </p> <p>So now that I have a better start, I am ready to resume my website dingly tingly dragoning. Thank you for readhing this post, and stay tuned for more things I will have to yap about :D</p> + + + + diff --git a/ara/posts/new-website/index.html b/ara/posts/new-website/index.html new file mode 100644 index 0000000..c0da201 --- /dev/null +++ b/ara/posts/new-website/index.html @@ -0,0 +1,120 @@ + + + + + + + Waffelo's Den + + + + + + +
+
+ + +
+
+ +
+ +
+

For the last couple weeks I have been thinking about starting +a new website more than usually. It was in my bucket list, however +I never really got to it because I didn’t want to spend too much +time figuring confusing Hugo out. I could make purely html blog +website like I did many times before, but I didn’t want that anymore. +Not being able to manage blog posts properly was a huge deal for me. +If i wanted to change something in website structure, I would have to +edit every single page, and I had many journal posts. This demotivated +me a lot in continuing with my websites and blogging.

+

Recently I have moved and got a new job. I finally got a tech related +job where I can also use computer. In this new job I sometimes need +to wait for some things for some periods of time, so why not use it for +things like learning, managing my server and redoing my website. So I +quickly set up neovim as IDE on my server and started doing it trough +SSH. This might seem strange, but I am forced to use Windows at work, which +is unusable for me. I don’t really know how to use it, it feels dumb and +on top of that it is restricted as heck. Everything is connected to +different systems and Microsoft ecosystem. I barely can install software +because of the restrictions. I really would rather use bare TTY on Linux +than Windows itself.

+
+ +
+

 

+

What now?

+

From this point, you can finally bookmark my website and check on it once in +a while, since it is set up in a better system which motivates me now. Or you +can also add this blog to your reader with RSS. +I will be actually trying to keep this blog alive now, since it is also giving +me some benefits like learning how to write better, finding interesting people, +expressing my ideas and some more.

+
+ +
+

 

+

Is the website finished?

+

Absolutely not. I still have a lot of things to polish and change. I got the theme +from some randomg repository on Github (it is GPLv3) and it helped me understand +HUGO more, I would attribute the creator more but I feel like I changed the theme +nearly completely to my likings. But I think it was called Plague.

+

So, as some might know me. I am almost never pleased with the things I create, so my +website will keep getting edits and improvements. Who knows how long it will be until +I decide to create a new theme. But it certainly won’t make the website inaccesible +like it did before. So don’t worry, if anyone even worries.

+

 

+

What else is to be done?

+

There are quite a few things that need to be done on this website, like creating couple +new pages like store, fursona info, favorite pages, etc.. But I also need to tweak +the theme more, I need to figure out the layouts which I want to use, colors and shapes. +I want to redo the about me page completely, for now there will be text from my old +website as placeholder. I also want to play more with the index homepage more. You will +see by the time.

+

I will be also getting more stickers and illustrations for this website, I am currently +talking with my artist about the things like logos and icons.

+

  +  + 

+

So now that I have a better start, I am ready to resume my website dingly tingly dragoning. +Thank you for readhing this post, and stay tuned for more things I will have to yap about :D

+ +
+
+ +
+ +
+ + \ No newline at end of file diff --git a/ara/posts/page/1/index.html b/ara/posts/page/1/index.html new file mode 100644 index 0000000..a6134f2 --- /dev/null +++ b/ara/posts/page/1/index.html @@ -0,0 +1,10 @@ + + + + https://waffelo.net/posts/ + + + + + + diff --git a/ara/robots.txt b/ara/robots.txt new file mode 100644 index 0000000..4f9540b --- /dev/null +++ b/ara/robots.txt @@ -0,0 +1 @@ +User-agent: * \ No newline at end of file diff --git a/ara/sitemap.xml b/ara/sitemap.xml new file mode 100644 index 0000000..78ab0fb --- /dev/null +++ b/ara/sitemap.xml @@ -0,0 +1,39 @@ + + + + https://waffelo.net/ + 2025-04-25T13:42:09+02:00 + + https://waffelo.net/posts/ + 2025-04-25T13:42:09+02:00 + + https://waffelo.net/journal/hello/ + 2025-04-25T06:57:31+02:00 + + https://waffelo.net/journal/ + 2025-04-25T06:57:31+02:00 + + https://waffelo.net/stuff/ + 2025-04-24T13:12:13+02:00 + + https://waffelo.net/contact/ + 2025-04-24T09:29:32+02:00 + + https://waffelo.net/posts/new-website/ + 2025-04-24T08:53:12+02:00 + + https://waffelo.net/tags/news/ + 2025-04-24T08:53:12+02:00 + + https://waffelo.net/tags/ + 2025-04-24T08:53:12+02:00 + + https://waffelo.net/about/ + 2025-04-24T07:56:35+02:00 + + https://waffelo.net/blog/ + + https://waffelo.net/categories/ + + diff --git a/ara/stuff/index.html b/ara/stuff/index.html new file mode 100644 index 0000000..dcec71a --- /dev/null +++ b/ara/stuff/index.html @@ -0,0 +1,51 @@ + + + + + + + Waffelo's Den + + + + + + +
+
+ + +
+
+ +

Stuff

+

Here are some less important things that wouldn’t fit to navigation bar. +Things will be added soon.

+

 

+ + + +
+ +
+ + \ No newline at end of file diff --git a/public/tags/amooongusss/index.html b/ara/tags/amooongusss/index.html similarity index 100% rename from public/tags/amooongusss/index.html rename to ara/tags/amooongusss/index.html diff --git a/public/tags/amooongusss/index.xml b/ara/tags/amooongusss/index.xml similarity index 100% rename from public/tags/amooongusss/index.xml rename to ara/tags/amooongusss/index.xml diff --git a/public/tags/amooongusss/page/1/index.html b/ara/tags/amooongusss/page/1/index.html similarity index 100% rename from public/tags/amooongusss/page/1/index.html rename to ara/tags/amooongusss/page/1/index.html diff --git a/public/tags/free-tcs/index.html b/ara/tags/free-tcs/index.html similarity index 100% rename from public/tags/free-tcs/index.html rename to ara/tags/free-tcs/index.html diff --git a/public/tags/free-tcs/index.xml b/ara/tags/free-tcs/index.xml similarity index 100% rename from public/tags/free-tcs/index.xml rename to ara/tags/free-tcs/index.xml diff --git a/public/tags/free-tcs/page/1/index.html b/ara/tags/free-tcs/page/1/index.html similarity index 100% rename from public/tags/free-tcs/page/1/index.html rename to ara/tags/free-tcs/page/1/index.html diff --git a/public/tags/green-neeedle/index.html b/ara/tags/green-neeedle/index.html similarity index 100% rename from public/tags/green-neeedle/index.html rename to ara/tags/green-neeedle/index.html diff --git a/public/tags/green-neeedle/index.xml b/ara/tags/green-neeedle/index.xml similarity index 100% rename from public/tags/green-neeedle/index.xml rename to ara/tags/green-neeedle/index.xml diff --git a/public/tags/green-neeedle/page/1/index.html b/ara/tags/green-neeedle/page/1/index.html similarity index 100% rename from public/tags/green-neeedle/page/1/index.html rename to ara/tags/green-neeedle/page/1/index.html diff --git a/public/tags/guide/index.html b/ara/tags/guide/index.html similarity index 100% rename from public/tags/guide/index.html rename to ara/tags/guide/index.html diff --git a/public/tags/guide/index.xml b/ara/tags/guide/index.xml similarity index 100% rename from public/tags/guide/index.xml rename to ara/tags/guide/index.xml diff --git a/public/tags/guide/page/1/index.html b/ara/tags/guide/page/1/index.html similarity index 100% rename from public/tags/guide/page/1/index.html rename to ara/tags/guide/page/1/index.html diff --git a/ara/tags/index.html b/ara/tags/index.html new file mode 100644 index 0000000..f14cc45 --- /dev/null +++ b/ara/tags/index.html @@ -0,0 +1,68 @@ + + + + + + + Waffelo's Den + + + + + + + +
+
+ + +
+
+ + + +
+ news (1) +
+ + + + +

+

Posts

+ + + + + - News
+ + + + + +

RSS feed icon

+ + + +
+ +
+ + \ No newline at end of file diff --git a/ara/tags/index.xml b/ara/tags/index.xml new file mode 100644 index 0000000..62af2df --- /dev/null +++ b/ara/tags/index.xml @@ -0,0 +1,20 @@ + + + + Tags on Waffelo's Den + https://waffelo.net/tags/ + Recent content in Tags on Waffelo's Den + Hugo 0.131.0 + en-us + Thu, 24 Apr 2025 08:53:12 +0200 + + + News + https://waffelo.net/tags/news/ + Thu, 24 Apr 2025 08:53:12 +0200 + https://waffelo.net/tags/news/ + + + + + diff --git a/public/tags/linux/index.html b/ara/tags/linux/index.html similarity index 100% rename from public/tags/linux/index.html rename to ara/tags/linux/index.html diff --git a/public/tags/linux/index.xml b/ara/tags/linux/index.xml similarity index 100% rename from public/tags/linux/index.xml rename to ara/tags/linux/index.xml diff --git a/public/tags/linux/page/1/index.html b/ara/tags/linux/page/1/index.html similarity index 100% rename from public/tags/linux/page/1/index.html rename to ara/tags/linux/page/1/index.html diff --git a/ara/tags/news/index.html b/ara/tags/news/index.html new file mode 100644 index 0000000..381ed4d --- /dev/null +++ b/ara/tags/news/index.html @@ -0,0 +1,68 @@ + + + + + + + Waffelo's Den + + + + + + + +
+
+ + +
+
+ + + +
+ news (1) +
+ + + + +

+

Posts

+ + + + + - New Website!
+ + + + + +

RSS feed icon

+ + + +
+ +
+ + \ No newline at end of file diff --git a/ara/tags/news/index.xml b/ara/tags/news/index.xml new file mode 100644 index 0000000..0f912d1 --- /dev/null +++ b/ara/tags/news/index.xml @@ -0,0 +1,20 @@ + + + + News on Waffelo's Den + https://waffelo.net/tags/news/ + Recent content in News on Waffelo's Den + Hugo 0.131.0 + en-us + Thu, 24 Apr 2025 08:53:12 +0200 + + + New Website! + https://waffelo.net/posts/new-website/ + Thu, 24 Apr 2025 08:53:12 +0200 + https://waffelo.net/posts/new-website/ + <p>For the last couple weeks I have been thinking about starting a new website more than usually. It was in my bucket list, however I never really got to it because I didn&rsquo;t want to spend too much time figuring confusing Hugo out. I could make purely html blog website like I did many times before, but I didn&rsquo;t want that anymore. Not being able to manage blog posts properly was a huge deal for me. If i wanted to change something in website structure, I would have to edit every single page, and I had many journal posts. This demotivated me a lot in continuing with my websites and blogging.</p> <p>Recently I have moved and got a new job. I finally got a tech related job where I can also use computer. In this new job I sometimes need to wait for some things for some periods of time, so why not use it for things like learning, managing my server and redoing my website. So I quickly set up neovim as IDE on my server and started doing it trough SSH. This might seem strange, but I am forced to use Windows at work, which is unusable for me. I don&rsquo;t really know how to use it, it feels dumb and on top of that it is restricted as heck. Everything is connected to different systems and Microsoft ecosystem. I barely can install software because of the restrictions. I really would rather use bare TTY on Linux than Windows itself.</p> <center> <img src="https://waffelo.net/pictures/fursona/stickers/spit_fire.png" width="280px"> </center> <p> </p> <h2 id="what-now">What now?</h2> <p>From this point, you can finally bookmark my website and check on it once in a while, since it is set up in a better system which motivates me now. Or you can also add this blog to your reader with <a href="https://waffelo.net/posts/index.xml">RSS</a>. I will be actually trying to keep this blog alive now, since it is also giving me some benefits like learning how to write better, finding interesting people, expressing my ideas and some more.</p> <center> <img src="https://waffelo.net/pictures/fursona/stickers/think.png" width="220px"> </center> <p> </p> <h2 id="is-the-website-finished">Is the website finished?</h2> <p>Absolutely not. I still have a lot of things to polish and change. I got the theme from some randomg repository on Github (it is GPLv3) and it helped me understand HUGO more, I would attribute the creator more but I feel like I changed the theme nearly completely to my likings. But I think it was called Plague.</p> <p>So, as some might know me. I am almost never pleased with the things I create, so my website will keep getting edits and improvements. Who knows how long it will be until I decide to create a new theme. But it certainly won&rsquo;t make the website inaccesible like it did before. So don&rsquo;t worry, if anyone even worries.</p> <p> </p> <h2 id="what-else-is-to-be-done">What else is to be done?</h2> <p>There are quite a few things that need to be done on this website, like creating couple new pages like store, fursona info, favorite pages, etc.. But I also need to tweak the theme more, I need to figure out the layouts which I want to use, colors and shapes. I want to redo the about me page completely, for now there will be text from my old website as placeholder. I also want to play more with the index homepage more. You will see by the time.</p> <p>I will be also getting more stickers and illustrations for this website, I am currently talking with my artist about the things like logos and icons.</p> <p>     </p> <p>So now that I have a better start, I am ready to resume my website dingly tingly dragoning. Thank you for readhing this post, and stay tuned for more things I will have to yap about :D</p> + + + + diff --git a/ara/tags/news/page/1/index.html b/ara/tags/news/page/1/index.html new file mode 100644 index 0000000..5f997d4 --- /dev/null +++ b/ara/tags/news/page/1/index.html @@ -0,0 +1,10 @@ + + + + https://waffelo.net/tags/news/ + + + + + + diff --git a/ara/tags/page/1/index.html b/ara/tags/page/1/index.html new file mode 100644 index 0000000..8c52d70 --- /dev/null +++ b/ara/tags/page/1/index.html @@ -0,0 +1,10 @@ + + + + https://waffelo.net/tags/ + + + + + + diff --git a/public/tags/ramble/index.html b/ara/tags/ramble/index.html similarity index 100% rename from public/tags/ramble/index.html rename to ara/tags/ramble/index.html diff --git a/public/tags/ramble/index.xml b/ara/tags/ramble/index.xml similarity index 100% rename from public/tags/ramble/index.xml rename to ara/tags/ramble/index.xml diff --git a/public/tags/ramble/page/1/index.html b/ara/tags/ramble/page/1/index.html similarity index 100% rename from public/tags/ramble/page/1/index.html rename to ara/tags/ramble/page/1/index.html diff --git a/public/tags/roarrrr/index.html b/ara/tags/roarrrr/index.html similarity index 100% rename from public/tags/roarrrr/index.html rename to ara/tags/roarrrr/index.html diff --git a/public/tags/roarrrr/index.xml b/ara/tags/roarrrr/index.xml similarity index 100% rename from public/tags/roarrrr/index.xml rename to ara/tags/roarrrr/index.xml diff --git a/public/tags/roarrrr/page/1/index.html b/ara/tags/roarrrr/page/1/index.html similarity index 100% rename from public/tags/roarrrr/page/1/index.html rename to ara/tags/roarrrr/page/1/index.html diff --git a/public/tags/teesstttt/index.html b/ara/tags/teesstttt/index.html similarity index 100% rename from public/tags/teesstttt/index.html rename to ara/tags/teesstttt/index.html diff --git a/public/tags/teesstttt/index.xml b/ara/tags/teesstttt/index.xml similarity index 100% rename from public/tags/teesstttt/index.xml rename to ara/tags/teesstttt/index.xml diff --git a/public/tags/teesstttt/page/1/index.html b/ara/tags/teesstttt/page/1/index.html similarity index 100% rename from public/tags/teesstttt/page/1/index.html rename to ara/tags/teesstttt/page/1/index.html diff --git a/content/about.md b/content/about.md index 454778e..7e91b5f 100644 --- a/content/about.md +++ b/content/about.md @@ -6,13 +6,36 @@ draft = false +++ # About me -![](https://git.drgnz.club/avatars/5d0444fc800f37d549f5497d4c9690005485540a1b89ee5389e86d06f3d529b3?size=512#floatright) -I am a nineteen years old passionate free software and hardware enthusiast from the Slovak Republic. I have studied programming of CNCs and welding machinery. I am currently employeed. I am the lead admin and founder of Drgnz Club community network which is a small group of like-minded people. +
+
+ +
+

Waffelo

+ (Jakub Heger)
+ Total time coded since Mar 28 2022
+

Age: 20

+

Occupation: Server Technician

+

Focus: Linux systems

+

Running: Gentoo

+
+ +

+ + +I am a twenty years old passionate open source software and hardware enthusiast from the Slovak Repubic, but living in the Czech Republic. I have studied programming of CNC and welding machinery. I am currently employeed. I am lead admin and founder of the Drgnz Club community which is a small community. + + +  +## My interests +There are quite a lot of things that I take interest in. I enjoy things such as film photography, journaling and reading books. But I also really enjoy doing 3D models in FreeCAD and 3D printing useful things. I run Linux on my server and even my personal computers. I really also like radio communication and electronics. And when it comes to physical activities, I like going for walks to the forest and meadows, basically comfy places. And I also am starting going to gym and for runs. + +  +## My system +I am currently daily driving Gentoo Linux with Sway WM on top of it. I use OpenRC as my init system and I preferably have mostly free software installed with few exceptions. One of my most favorite software gotta be Neovim, because I use it way too much. + +When it comes to hardware, I chose to have everything AMD because it is the greatest option. I have a Ryzen 7 5700X CPU, Radeon RX6650XT GPU, 32GB of RAM and total of 7TB of storage installed. -There are quite a lot of things that I am fond of. I enjoy things such as film photography, journaling and fountain pens, reading books and the bible, listening to music and many more things. But I also am interested in the technology aswell, I do some 3D printing and sometimes design simple models in FreeCAD. I run a GNU/Linux server with my partner and I also like radio communication technology. And for the physical activities, I enjoy going for walks and hikes to the forest and meadows, sometimes I do few light exercises. -I prefer to use free and open-source software over proprietary software, that's why I use Gentoo Linux as my main operating system. My favorite processor and graphics card brand is AMD so I have AMD only system. AMD is said to have better performance and compatibility on GNU/Linux so that is a big plus, but I also think that AMD is overall much cooler. -Currently I use Sway as my tiling window manager, I really prefer tiling WMs over DEs because of organized it can get and how customizable it is.   ### TODO: @@ -21,5 +44,3 @@ Currently I use Sway as my tiling window manager, I really prefer tiling WMs ove * my meshtastic nodes - -[![wakatime](https://wakatime.com/badge/user/29725049-7048-4ebb-8064-21f95716ce5a.svg)](https://wakatime.com/@29725049-7048-4ebb-8064-21f95716ce5a) diff --git a/content/contact.md b/content/contact.md index 0932cca..c901e3a 100644 --- a/content/contact.md +++ b/content/contact.md @@ -12,21 +12,21 @@ can connect with me via listed options :) **Matrix:** `@waffelo:drgnz.club` [(quick link)](https://matrix.to/#/@waffelo:drgnz.club) -**Discord:** `@waffelo.net` [(quick link)](awa) - -**Email:** `contact@waffelo.net` [(quick link)](mailto://contact@waffelo.net) +**Email:** `contact@waffelo.net` [(quick link)](mailto:contact@waffelo.net)     ## Sites I don't move around social sites that much, but I have some. -**Mastodon:** `@waffelo@woof.tech` [(quick link)](https://woof.tech/@waffelo) + +**Forgejo:** `@waffelo` [(quick link)](https://git.drgnz.club/Waffelo) **Github:** `@waffelo` [(quick link)](https://github.com/Waffelo) **Printables:** `@waffelo` [(quick link)](https://www.printables.com/@waffelo) +**Mastodon:** `@waffelo@woof.tech` [(quick link)](https://woof.tech/@waffelo)   @@ -38,7 +38,7 @@ Bitcoind and Monero, but you can also send me something via PayPal. **Bitcoin:** `bc1qf2etm4caugar593ewtmr42east4lam0ew79hg9` -**Monero:** `awa` +**Monero:** `not-ready-yet`   @@ -46,7 +46,7 @@ Bitcoind and Monero, but you can also send me something via PayPal. ## GPG Keys If you email me and want to have more privacy, or you want to send me some files, you can use my GPG key to encrypt the message. -```gpg +``` pub rsa3072 2023-02-24 [SC] 4F8B 036B 8DE8 ADA8 F514 78B5 3572 403B D325 uid [ultimate] Jakub Heger diff --git a/content/journal/hello.md b/content/journal/hello.md index c35339e..f203026 100644 --- a/content/journal/hello.md +++ b/content/journal/hello.md @@ -3,3 +3,5 @@ title = 'Hello' date = 2025-04-25T06:57:31+02:00 draft = false +++ + +So I have began this new website. Stay tuned. diff --git a/content/stuff.md b/content/stuff.md index f5e3261..3640ea2 100644 --- a/content/stuff.md +++ b/content/stuff.md @@ -12,3 +12,6 @@ Things will be added soon.   * [Shop](#) - Things I sell and services I offer +* [Fursona](#) - My custom character +* [Projects](#) - Things that I work/worked on +* [Journal](#) - My public web journal diff --git a/hugo.toml b/hugo.toml index ac119b8..d512b09 100644 --- a/hugo.toml +++ b/hugo.toml @@ -27,6 +27,8 @@ theme = 'plague' [markup.goldmark.renderer] unsafe = true +[security] + enableInlineShortcodes = true # --- Navbar ---------------------------- diff --git a/public/about/index.html b/public/about/index.html index 2b33655..9b8f345 100644 --- a/public/about/index.html +++ b/public/about/index.html @@ -27,11 +27,28 @@

About me

-

-I am a nineteen years old passionate free software and hardware enthusiast from the Slovak Republic. I have studied programming of CNCs and welding machinery. I am currently employeed. I am the lead admin and founder of Drgnz Club community network which is a small group of like-minded people.

-

There are quite a lot of things that I am fond of. I enjoy things such as film photography, journaling and fountain pens, reading books and the bible, listening to music and many more things. But I also am interested in the technology aswell, I do some 3D printing and sometimes design simple models in FreeCAD. I run a GNU/Linux server with my partner and I also like radio communication technology. And for the physical activities, I enjoy going for walks and hikes to the forest and meadows, sometimes I do few light exercises.

-

I prefer to use free and open-source software over proprietary software, that’s why I use Gentoo Linux as my main operating system. My favorite processor and graphics card brand is AMD so I have AMD only system. AMD is said to have better performance and compatibility on GNU/Linux so that is a big plus, but I also think that AMD is overall much cooler. -Currently I use Sway as my tiling window manager, I really prefer tiling WMs over DEs because of organized it can get and how customizable it is.

+
+
+ +
+

Waffelo

+ (Jakub Heger)
+ Total time coded since Mar 28 2022
+

Age: 20

+

Occupation: Server Technician

+

Focus: Linux systems

+

Running: Gentoo

+
+

+ +I am a twenty years old passionate open source software and hardware enthusiast from the Slovak Repubic, but living in the Czech Republic. I have studied programming of CNC and welding machinery. I am currently employeed. I am lead admin and founder of the Drgnz Club community which is a small community. +

 

+

My interests

+

There are quite a lot of things that I take interest in. I enjoy things such as film photography, journaling and reading books. But I also really enjoy doing 3D models in FreeCAD and 3D printing useful things. I run Linux on my server and even my personal computers. I really also like radio communication and electronics. And when it comes to physical activities, I like going for walks to the forest and meadows, basically comfy places. And I also am starting going to gym and for runs.

+

 

+

My system

+

I am currently daily driving Gentoo Linux with Sway WM on top of it. I use OpenRC as my init system and I preferably have mostly free software installed with few exceptions. One of my most favorite software gotta be Neovim, because I use it way too much.

+

When it comes to hardware, I chose to have everything AMD because it is the greatest option. I have a Ryzen 7 5700X CPU, Radeon RX6650XT GPU, 32GB of RAM and total of 7TB of storage installed.

 

TODO:

-

wakatime

diff --git a/public/contact/index.html b/public/contact/index.html index 4b0be5d..3616733 100644 --- a/public/contact/index.html +++ b/public/contact/index.html @@ -30,27 +30,27 @@

If you are interested in what I am doing and have some questions, tips or ideas. You can connect with me via listed options :)

Matrix: @waffelo:drgnz.club (quick link)

-

Discord: @waffelo.net (quick link)

-

Email: contact@waffelo.net (quick link)

+

Email: contact@waffelo.net (quick link)

   

Sites

I don’t move around social sites that much, but I have some.

-

Mastodon: @waffelo@woof.tech (quick link)

+

Forgejo: @waffelo (quick link)

Github: @waffelo (quick link)

Printables: @waffelo (quick link)

+

Mastodon: @waffelo@woof.tech (quick link)

   

You can also donate me for my projects and needs. I accept some crypto like Bitcoind and Monero, but you can also send me something via PayPal.

Bitcoin: bc1qf2etm4caugar593ewtmr42east4lam0ew79hg9

-

Monero: awa

+

Monero: not-ready-yet

   

GPG Keys

If you email me and want to have more privacy, or you want to send me some files, you can use my GPG key to encrypt the message.

-
pub   rsa3072 2023-02-24 [SC]
+
pub   rsa3072 2023-02-24 [SC]
       4F8B 036B 8DE8 ADA8  F514 78B5 3572 403B D325
 uid           [ultimate] Jakub Heger 
 sub   rsa3072 2023-02-24 [E]
diff --git a/public/css/colors-default-dark.css b/public/css/colors-default-dark.css
index 680c6ad..58e68e5 100644
--- a/public/css/colors-default-dark.css
+++ b/public/css/colors-default-dark.css
@@ -1,5 +1,7 @@
 :root {
     --background:  #1b1919; 
+    --background2:;
+    --background3: #151414; /* codeblocks */
 
     --foreground: #cdcdcd; /* text */   
 
@@ -9,24 +11,15 @@
 
 
     /*Replacing these*/
-    --background-color: #1b1919;
-    --text-color: #cdcdcd;
     --light-text-color: #dfdfdf;
-    --hr-color: grey;
     --link-color: #a3b8f5;
     --active-link-color: #f9f9f9;
     --nav-item-link-color: #a3b8f5;
     --nav-item-active-color: #a3b8f5;
-    --selection-highlight-color: #305ee8;
-    --preformatted-background-color: #2f2d2d;
-    --preformatted-text-color: #f9f9f9;
     --callout-background-color: #2445a8;
     --callout-text-color: #f9f9f9;
     --callout-link-color: #e8eefd;
     --callout-highlight-color: #bac9f7;
-    --blockquote-background-color: #2f2d2d;
-    --blockquote-text-color: #ffffff;
-    --blockquote-link-color: #ffffff;
     --blockquote-highlight-color: #dfdfdf;
     --social-icon-color: #a3b8f5;
 }
diff --git a/public/css/style.css b/public/css/style.css
index 4ae0838..85596ff 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -17,8 +17,8 @@ html {
 }
 
 body {
-    background: var(--background-color);
-    color: var(--text-color);
+    background: var(--background);
+    color: var(--foreground);
     font-family: monospace;
     font-size: 13.8px;
     line-height: 1.5;
@@ -48,7 +48,7 @@ p {
 
 a {
     text-decoration: underline;
-    color: var(--link-color);
+    color: var(--linss);
 }
 
 a:active {
@@ -56,9 +56,9 @@ a:active {
 }
 
 code {
-	padding: 5px;
-	margin: 5px;
-	background-color: var(--preformatted-background-color);
+    padding: 5px;
+    margin: 5px;
+    background-color: var(--background3);
 }
 
 .site-header {
@@ -115,6 +115,8 @@ code {
 }
 
 @media screen and (min-width: 800px) {
+
+
     div.site-header {
         width: 300px;
         padding-right: 15px;
@@ -150,23 +152,32 @@ a.nav-item:hover {
     text-align: center;
 }
 
+.about-container {
+	display: flex;
+	border: var(--borders) dashed 2px;
+	padding: 15px;
+}
+
+.about-info p {
+	margin-bottom: -15px;
+}
+
 pre, code {
     font-family: 'SF Mono', 'Consolas', monospace;
     font-size: 14px;
 }
 
-pre {
+pre, .hljs{
     padding: 10px;
-    background-color: var(--preformatted-background-color);
-    color: var(--preformatted-text-color);
+    background-color: var(--background3) !important;
+    color: var(--foreground);
     overflow-x: auto;
-    border-radius: 5px;
-    border: 2px dashed gray;
+    border-left: 5px solid #64477b;
 }
 
 blockquote {
     color: var(--blockquote-text-color);
-    background-color: var(--blockquote-background-color);
+    background-color: var(--background3);
     border-left: 10px solid var(--blockquote-highlight-color);
     border-radius: 5px;
     font-size: 14px;
@@ -206,7 +217,7 @@ p.callout {
 }
 
 hr {
-    border: 1px dashed var(--hr-color);
+    border: 1px dashed var(--borders);
     border-radius: 1px;
     margin-left: 0px;
     margin-top: 20px;
@@ -236,6 +247,35 @@ hr {
     width: 100%;
 }
 
+
+@media screen and (max-width: 800px) {
+
+    html {
+	padding: 10px;
+    }
+
+    .about-container {
+	display: block;
+	text-align: center;
+	margin-left: auto;
+	margin-right: auto;
+	padding: 25px;
+    }
+
+    .nav-item a {
+	    margin-left: -10px;
+    }
+
+    img[src$='#floatleft']{
+	float:none;
+     }
+
+    img[src$='#floatright']{
+	float:none;
+     }
+
+}
+
 @media screen and (min-width: 800px) {
     .h-card.bio {
         width: 355px;
@@ -247,6 +287,8 @@ hr {
         padding-left: 15px;
         margin-bottom: 1em;
     }
+
+
 }
 
 img.u-photo {
@@ -288,7 +330,7 @@ img.u-photo {
 
 img[src$='#floatleft']
 {
-	float:left
+	float:left;
 	margin: 20px;
 	max-width: 40%;
 	//etc. etc/
diff --git a/public/index.html b/public/index.html
index 3414ae6..4491e18 100644
--- a/public/index.html
+++ b/public/index.html
@@ -28,7 +28,7 @@
             

# Recent posts

-
+

Blog 📜

diff --git a/public/index.xml b/public/index.xml index 24a4232..6fdc42c 100644 --- a/public/index.xml +++ b/public/index.xml @@ -13,21 +13,21 @@ https://waffelo.net/journal/hello/ Fri, 25 Apr 2025 06:57:31 +0200 https://waffelo.net/journal/hello/ - + <p>So I have began this new website. Stay tuned.</p> Stuff https://waffelo.net/stuff/ Thu, 24 Apr 2025 13:12:13 +0200 https://waffelo.net/stuff/ - <h1 id="stuff">Stuff</h1> <p>Here are some less important things that wouldn&rsquo;t fit to navigation bar. Things will be added soon.</p> <p> </p> <ul> <li><a href="#">Shop</a> - Things I sell and services I offer</li> </ul> + <h1 id="stuff">Stuff</h1> <p>Here are some less important things that wouldn&rsquo;t fit to navigation bar. Things will be added soon.</p> <p> </p> <ul> <li><a href="#">Shop</a> - Things I sell and services I offer</li> <li><a href="#">Fursona</a> - My custom character</li> <li><a href="#">Projects</a> - Things that I work/worked on</li> <li><a href="#">Journal</a> - My public web journal</li> </ul> Contact https://waffelo.net/contact/ Thu, 24 Apr 2025 09:29:32 +0200 https://waffelo.net/contact/ - <h1 id="contact-me">Contact me</h1> <p>If you are interested in what I am doing and have some questions, tips or ideas. You can connect with me via listed options :)</p> <p><strong>Matrix:</strong> <code>@waffelo:drgnz.club</code> <a href="https://matrix.to/#/@waffelo:drgnz.club">(quick link)</a></p> <p><strong>Discord:</strong> <code>@waffelo.net</code> <a href="awa">(quick link)</a></p> <p><strong>Email:</strong> <code>contact@waffelo.net</code> <a href="mailto://contact@waffelo.net">(quick link)</a></p> <p>   </p> <h2 id="sites">Sites</h2> <p>I don&rsquo;t move around social sites that much, but I have some.</p> <p><strong>Mastodon:</strong> <code>@waffelo@woof.tech</code> <a href="https://woof.tech/@waffelo">(quick link)</a></p> <p><strong>Github:</strong> <code>@waffelo</code> <a href="https://github.com/Waffelo">(quick link)</a></p> <p><strong>Printables:</strong> <code>@waffelo</code> <a href="https://www.printables.com/@waffelo">(quick link)</a></p> <p>   </p> <h2 id="donate">Donate</h2> <p>You can also donate me for my projects and needs. I accept some crypto like Bitcoind and Monero, but you can also send me something via PayPal.</p> <p><strong>Bitcoin:</strong> <code>bc1qf2etm4caugar593ewtmr42east4lam0ew79hg9</code></p> <p><strong>Monero:</strong> <code>awa</code></p> <p>   </p> <h2 id="gpg-keys">GPG Keys</h2> <p>If you email me and want to have more privacy, or you want to send me some files, you can use my GPG key to encrypt the message.</p> <pre tabindex="0"><code class="language-gpg" data-lang="gpg">pub rsa3072 2023-02-24 [SC] 4F8B 036B 8DE8 ADA8 F514 78B5 3572 403B D325 uid [ultimate] Jakub Heger sub rsa3072 2023-02-24 [E] </code></pre> + <h1 id="contact-me">Contact me</h1> <p>If you are interested in what I am doing and have some questions, tips or ideas. You can connect with me via listed options :)</p> <p><strong>Matrix:</strong> <code>@waffelo:drgnz.club</code> <a href="https://matrix.to/#/@waffelo:drgnz.club">(quick link)</a></p> <p><strong>Email:</strong> <code>contact@waffelo.net</code> <a href="mailto:contact@waffelo.net">(quick link)</a></p> <p>   </p> <h2 id="sites">Sites</h2> <p>I don&rsquo;t move around social sites that much, but I have some.</p> <p><strong>Forgejo:</strong> <code>@waffelo</code> <a href="https://git.drgnz.club/Waffelo">(quick link)</a></p> <p><strong>Github:</strong> <code>@waffelo</code> <a href="https://github.com/Waffelo">(quick link)</a></p> <p><strong>Printables:</strong> <code>@waffelo</code> <a href="https://www.printables.com/@waffelo">(quick link)</a></p> <p><strong>Mastodon:</strong> <code>@waffelo@woof.tech</code> <a href="https://woof.tech/@waffelo">(quick link)</a></p> <p>   </p> <h2 id="donate">Donate</h2> <p>You can also donate me for my projects and needs. I accept some crypto like Bitcoind and Monero, but you can also send me something via PayPal.</p> <p><strong>Bitcoin:</strong> <code>bc1qf2etm4caugar593ewtmr42east4lam0ew79hg9</code></p> <p><strong>Monero:</strong> <code>not-ready-yet</code></p> <p>   </p> <h2 id="gpg-keys">GPG Keys</h2> <p>If you email me and want to have more privacy, or you want to send me some files, you can use my GPG key to encrypt the message.</p> <pre tabindex="0"><code>pub rsa3072 2023-02-24 [SC] 4F8B 036B 8DE8 ADA8 F514 78B5 3572 403B D325 uid [ultimate] Jakub Heger sub rsa3072 2023-02-24 [E] </code></pre> New Website! @@ -41,7 +41,7 @@ https://waffelo.net/about/ Thu, 24 Apr 2025 07:56:35 +0200 https://waffelo.net/about/ - <h1 id="about-me">About me</h1> <p><img src="https://git.drgnz.club/avatars/5d0444fc800f37d549f5497d4c9690005485540a1b89ee5389e86d06f3d529b3?size=512#floatright" alt=""> I am a nineteen years old passionate free software and hardware enthusiast from the Slovak Republic. I have studied programming of CNCs and welding machinery. I am currently employeed. I am the lead admin and founder of Drgnz Club community network which is a small group of like-minded people.</p> <p>There are quite a lot of things that I am fond of. I enjoy things such as film photography, journaling and fountain pens, reading books and the bible, listening to music and many more things. But I also am interested in the technology aswell, I do some 3D printing and sometimes design simple models in FreeCAD. I run a GNU/Linux server with my partner and I also like radio communication technology. And for the physical activities, I enjoy going for walks and hikes to the forest and meadows, sometimes I do few light exercises.</p> <p>I prefer to use free and open-source software over proprietary software, that&rsquo;s why I use Gentoo Linux as my main operating system. My favorite processor and graphics card brand is AMD so I have AMD only system. AMD is said to have better performance and compatibility on GNU/Linux so that is a big plus, but I also think that AMD is overall much cooler. Currently I use Sway as my tiling window manager, I really prefer tiling WMs over DEs because of organized it can get and how customizable it is.</p> <p> </p> <h3 id="todo">TODO:</h3> <ul> <li>my hardware and system</li> <li>my skills</li> <li>my meshtastic nodes</li> </ul> <p><a href="https://wakatime.com/@29725049-7048-4ebb-8064-21f95716ce5a"><img src="https://wakatime.com/badge/user/29725049-7048-4ebb-8064-21f95716ce5a.svg" alt="wakatime"></a></p> + <h1 id="about-me">About me</h1> <br /> <div class="about-container"> <img src="https://git.drgnz.club/avatars/5d0444fc800f37d549f5497d4c9690005485540a1b89ee5389e86d06f3d529b3" width="180px"> <div class="about-info" style="margin-left: 20px;"> <h2 style="font-weight:900;">Waffelo</h2> <i>(Jakub Heger)</i><br> <a href="https://wakatime.com/@29725049-7048-4ebb-8064-21f95716ce5a"><img src="https://wakatime.com/badge/user/29725049-7048-4ebb-8064-21f95716ce5a.svg" alt="Total time coded since Mar 28 2022" /></a><br> <p><b>Age:</b> 20</p> <p><b>Occupation:</b> Server Technician</p> <p><b>Focus:</b> Linux systems</p> <p><b>Running:</b> Gentoo</p> </div> </div><br> <img src="https://i.imgur.com/4kBP0zg.png" width="200px" style="float:right; margin: 15px;"> I am a twenty years old passionate open source software and hardware enthusiast from the Slovak Repubic, but living in the Czech Republic. I have studied programming of CNC and welding machinery. I am currently employeed. I am lead admin and founder of the Drgnz Club community which is a small community. <p> </p> <h2 id="my-interests">My interests</h2> <p>There are quite a lot of things that I take interest in. I enjoy things such as film photography, journaling and reading books. But I also really enjoy doing 3D models in FreeCAD and 3D printing useful things. I run Linux on my server and even my personal computers. I really also like radio communication and electronics. And when it comes to physical activities, I like going for walks to the forest and meadows, basically comfy places. And I also am starting going to gym and for runs.</p> <p> </p> <h2 id="my-system">My system</h2> <p>I am currently daily driving Gentoo Linux with Sway WM on top of it. I use OpenRC as my init system and I preferably have mostly free software installed with few exceptions. One of my most favorite software gotta be Neovim, because I use it way too much.</p> <p>When it comes to hardware, I chose to have everything AMD because it is the greatest option. I have a Ryzen 7 5700X CPU, Radeon RX6650XT GPU, 32GB of RAM and total of 7TB of storage installed.</p> <p> </p> <h3 id="todo">TODO:</h3> <ul> <li>my hardware and system</li> <li>my skills</li> <li>my meshtastic nodes</li> </ul> diff --git a/public/journal/hello/index.html b/public/journal/hello/index.html index 0042d62..f115679 100644 --- a/public/journal/hello/index.html +++ b/public/journal/hello/index.html @@ -41,7 +41,8 @@

- +

So I have began this new website. Stay tuned.

+
diff --git a/public/journal/index.xml b/public/journal/index.xml index 9939233..aea0ce8 100644 --- a/public/journal/index.xml +++ b/public/journal/index.xml @@ -13,7 +13,7 @@ https://waffelo.net/journal/hello/ Fri, 25 Apr 2025 06:57:31 +0200 https://waffelo.net/journal/hello/ - + <p>So I have began this new website. Stay tuned.</p> diff --git a/public/stuff/index.html b/public/stuff/index.html index dcec71a..309c3ae 100644 --- a/public/stuff/index.html +++ b/public/stuff/index.html @@ -32,6 +32,9 @@ Things will be added soon.

 

  • Shop - Things I sell and services I offer
  • +
  • Fursona - My custom character
  • +
  • Projects - Things that I work/worked on
  • +
  • Journal - My public web journal
diff --git a/themes/plague/go.mod b/themes/plague/go.mod index 685426e..9d49d22 100644 --- a/themes/plague/go.mod +++ b/themes/plague/go.mod @@ -1,3 +1,3 @@ -module github.com/brianreumere/plague +#module github.com/brianreumere/plague go 1.21.4 diff --git a/themes/plague/layouts/partials/recent-posts.html b/themes/plague/layouts/partials/recent-posts.html index 64fc641..37803b9 100644 --- a/themes/plague/layouts/partials/recent-posts.html +++ b/themes/plague/layouts/partials/recent-posts.html @@ -1,5 +1,5 @@

# Recent posts

-
+

Blog 📜

diff --git a/themes/plague/layouts/shortcodes/fa.html b/themes/plague/layouts/shortcodes/fa.html new file mode 100644 index 0000000..93d6c8b --- /dev/null +++ b/themes/plague/layouts/shortcodes/fa.html @@ -0,0 +1,14 @@ + +{{ $faStylePrefix := "fas" }} +{{ if in (slice "fas" "far" "fal" "fad" "fab") (.Get 0) }} + {{ $faStylePrefix = (.Get 0) }} +{{ end }} + + + + {{ if not (.Page.Scratch.Get "fontawesomeLoaded") }} + {{ .Page.Scratch.Set "fontawesomeLoaded" true }} + + {{ end }} + diff --git a/themes/plague/static/css/colors-default-dark.css b/themes/plague/static/css/colors-default-dark.css index 680c6ad..58e68e5 100644 --- a/themes/plague/static/css/colors-default-dark.css +++ b/themes/plague/static/css/colors-default-dark.css @@ -1,5 +1,7 @@ :root { --background: #1b1919; + --background2:; + --background3: #151414; /* codeblocks */ --foreground: #cdcdcd; /* text */ @@ -9,24 +11,15 @@ /*Replacing these*/ - --background-color: #1b1919; - --text-color: #cdcdcd; --light-text-color: #dfdfdf; - --hr-color: grey; --link-color: #a3b8f5; --active-link-color: #f9f9f9; --nav-item-link-color: #a3b8f5; --nav-item-active-color: #a3b8f5; - --selection-highlight-color: #305ee8; - --preformatted-background-color: #2f2d2d; - --preformatted-text-color: #f9f9f9; --callout-background-color: #2445a8; --callout-text-color: #f9f9f9; --callout-link-color: #e8eefd; --callout-highlight-color: #bac9f7; - --blockquote-background-color: #2f2d2d; - --blockquote-text-color: #ffffff; - --blockquote-link-color: #ffffff; --blockquote-highlight-color: #dfdfdf; --social-icon-color: #a3b8f5; } diff --git a/themes/plague/static/css/colors-gibson-dark.css b/themes/plague/static/css/colors-gibson-dark.css deleted file mode 100644 index 6589c80..0000000 --- a/themes/plague/static/css/colors-gibson-dark.css +++ /dev/null @@ -1,22 +0,0 @@ -:root { - --background-color: #141414; - --text-color: #e7e7e7; - --light-text-color: #cccccc; - --hr-color: #40bfa2; - --link-color: #aa90f9; - --active-link-color: #e7e7e7; - --nav-item-link-color: #40bfa2; - --nav-item-active-color: #40bfa2; - --selection-highlight-color: #70dbc4; - --preformatted-background-color: #333333; - --preformatted-text-color: #70dbc4; - --callout-background-color: #3d3e94; - --callout-text-color: #ffffff; - --callout-link-color: #e9e3fc; - --callout-highlight-color: #aa90f9; - --blockquote-background-color: #555555; - --blockquote-text-color: #fafafa; - --blockquote-link-color: #fafafa; - --blockquote-highlight-color: #40bfa2; - --social-icon-color: #70dbc4; -} diff --git a/themes/plague/static/css/colors-gibson-light.css b/themes/plague/static/css/colors-gibson-light.css deleted file mode 100644 index c3d1ebc..0000000 --- a/themes/plague/static/css/colors-gibson-light.css +++ /dev/null @@ -1,22 +0,0 @@ -:root { - --background-color: #fff9ec; - --text-color: #141414; - --light-text-color: #545454; - --hr-color: #206051; - --link-color: #4b0fff; - --active-link-color: #141414; - --nav-item-link-color: #206051; - --nav-item-active-color: #206051; - --selection-highlight-color: #70dbc4; - --preformatted-background-color: #333333; - --preformatted-text-color: #70dbc4; - --callout-background-color: #9697e9; - --callout-text-color: #000000; - --callout-link-color: #120047; - --callout-highlight-color: #460df2; - --blockquote-background-color: #dddddd; - --blockquote-text-color: #0a0a0a; - --blockquote-link-color: #0a0a0a; - --blockquote-highlight-color: #2dd2ac; - --social-icon-color: #206051; -} diff --git a/themes/plague/static/css/colors-gibson.css b/themes/plague/static/css/colors-gibson.css deleted file mode 100644 index a9490f9..0000000 --- a/themes/plague/static/css/colors-gibson.css +++ /dev/null @@ -1,49 +0,0 @@ -@media (prefers-color-scheme: light) { - :root { - --background-color: #fff9ec; - --text-color: #141414; - --light-text-color: #545454; - --hr-color: #206051; - --link-color: #4b0fff; - --active-link-color: #141414; - --nav-item-link-color: #206051; - --nav-item-active-color: #206051; - --selection-highlight-color: #70dbc4; - --preformatted-background-color: #333333; - --preformatted-text-color: #70dbc4; - --callout-background-color: #9697e9; - --callout-text-color: #000000; - --callout-link-color: #120047; - --callout-highlight-color: #460df2; - --blockquote-background-color: #dddddd; - --blockquote-text-color: #0a0a0a; - --blockquote-link-color: #0a0a0a; - --blockquote-highlight-color: #2dd2ac; - --social-icon-color: #206051; - } -} - -@media (prefers-color-scheme: dark) { - :root { - --background-color: #141414; - --text-color: #e7e7e7; - --light-text-color: #cccccc; - --hr-color: #40bfa2; - --link-color: #aa90f9; - --active-link-color: #e7e7e7; - --nav-item-link-color: #40bfa2; - --nav-item-active-color: #40bfa2; - --selection-highlight-color: #70dbc4; - --preformatted-background-color: #333333; - --preformatted-text-color: #70dbc4; - --callout-background-color: #3d3e94; - --callout-text-color: #ffffff; - --callout-link-color: #e9e3fc; - --callout-highlight-color: #aa90f9; - --blockquote-background-color: #555555; - --blockquote-text-color: #fafafa; - --blockquote-link-color: #fafafa; - --blockquote-highlight-color: #40bfa2; - --social-icon-color: #70dbc4; - } -} diff --git a/themes/plague/static/css/style.css b/themes/plague/static/css/style.css index 4ae0838..85596ff 100644 --- a/themes/plague/static/css/style.css +++ b/themes/plague/static/css/style.css @@ -17,8 +17,8 @@ html { } body { - background: var(--background-color); - color: var(--text-color); + background: var(--background); + color: var(--foreground); font-family: monospace; font-size: 13.8px; line-height: 1.5; @@ -48,7 +48,7 @@ p { a { text-decoration: underline; - color: var(--link-color); + color: var(--linss); } a:active { @@ -56,9 +56,9 @@ a:active { } code { - padding: 5px; - margin: 5px; - background-color: var(--preformatted-background-color); + padding: 5px; + margin: 5px; + background-color: var(--background3); } .site-header { @@ -115,6 +115,8 @@ code { } @media screen and (min-width: 800px) { + + div.site-header { width: 300px; padding-right: 15px; @@ -150,23 +152,32 @@ a.nav-item:hover { text-align: center; } +.about-container { + display: flex; + border: var(--borders) dashed 2px; + padding: 15px; +} + +.about-info p { + margin-bottom: -15px; +} + pre, code { font-family: 'SF Mono', 'Consolas', monospace; font-size: 14px; } -pre { +pre, .hljs{ padding: 10px; - background-color: var(--preformatted-background-color); - color: var(--preformatted-text-color); + background-color: var(--background3) !important; + color: var(--foreground); overflow-x: auto; - border-radius: 5px; - border: 2px dashed gray; + border-left: 5px solid #64477b; } blockquote { color: var(--blockquote-text-color); - background-color: var(--blockquote-background-color); + background-color: var(--background3); border-left: 10px solid var(--blockquote-highlight-color); border-radius: 5px; font-size: 14px; @@ -206,7 +217,7 @@ p.callout { } hr { - border: 1px dashed var(--hr-color); + border: 1px dashed var(--borders); border-radius: 1px; margin-left: 0px; margin-top: 20px; @@ -236,6 +247,35 @@ hr { width: 100%; } + +@media screen and (max-width: 800px) { + + html { + padding: 10px; + } + + .about-container { + display: block; + text-align: center; + margin-left: auto; + margin-right: auto; + padding: 25px; + } + + .nav-item a { + margin-left: -10px; + } + + img[src$='#floatleft']{ + float:none; + } + + img[src$='#floatright']{ + float:none; + } + +} + @media screen and (min-width: 800px) { .h-card.bio { width: 355px; @@ -247,6 +287,8 @@ hr { padding-left: 15px; margin-bottom: 1em; } + + } img.u-photo { @@ -288,7 +330,7 @@ img.u-photo { img[src$='#floatleft'] { - float:left + float:left; margin: 20px; max-width: 40%; //etc. etc/