diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 00320bf..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-# local folders
-.vscode
-__pycache__
-/output
-/temp
\ No newline at end of file
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..c0b2d55
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "themes/piko"]
+ path = themes/piko
+ url = https://github.com/heksagonnet/piko
diff --git a/content/posts/development/development b/.hugo_build.lock
similarity index 100%
rename from content/posts/development/development
rename to .hugo_build.lock
diff --git a/archetypes/default.md b/archetypes/default.md
new file mode 100644
index 0000000..00e77bd
--- /dev/null
+++ b/archetypes/default.md
@@ -0,0 +1,6 @@
+---
+title: "{{ replace .Name "-" " " | title }}"
+date: {{ .Date }}
+draft: true
+---
+
diff --git a/config.yml b/config.yml
new file mode 100644
index 0000000..a8e102f
--- /dev/null
+++ b/config.yml
@@ -0,0 +1,177 @@
+---
+baseURL: https://glugnith.github.io/
+languageCode: en-us
+title: GLUG-NITH
+theme: piko
+paginate: "9"
+copyright: All rights reserved
+googleAnalytics: # Enter Google Analytics ie. UA-012345678-9
+enableRobotsTXT: true
+buildDrafts: false
+buildFuture: false
+buildExpired: false
+enableEmoji: true
+custom_css: "css/main.css"
+outputs:
+ home:
+ - HTML
+ - RSS
+ - JSON
+minify:
+ disableCSS: false
+ disableHTML: false
+ disableJS: false
+ disableJSON: false
+ disableSVG: false
+ disableXML: false
+ minifyOutput: true
+ tdewolff:
+ html:
+ keepWhitespace: false
+
+params:
+ analytics:
+ google:
+ SiteVerificationTag: # Google Site Verification
+ yandex:
+ SiteVerificationTag: # Yandex Site Verification
+ bing:
+ SiteVerificationTag: # Bing Site Verification
+ env: production
+ author: Your Name
+ description: Your website description
+ math: false
+ images:
+ - "/uploads/og.webp"
+ label:
+ title:
+ text:
+ lightNavIcon: glug.png
+ darkNavIcon: glug.png
+ iconHeight: "35"
+ iconWIdth: "35"
+ comments: true
+ mainSections:
+ - blog
+ ShowShareButtons: true
+ ShowCodeCopyButtons: true
+ ShowRelated: true
+ CookieNotice: We use cookies to improve your experience on our site and to show
+ you relevant advertising.
+ CookieLink: /legal/privacy/#cookies-and-web-beacons
+ CookieButton: Cookies Policy
+ disableAnchoredHeadings: false
+ contactFormAction: https://fabform.io/f/6N86yBt
+ assets:
+ disableFingerprinting: false
+ favicon: /uploads/zap.svg
+ favicon16x16: /uploads/zap.svg
+ favicon32x32: /uploads/zap.svg
+ apple_touch_icon: /uploads/zap.svg
+ safari_pinned_tab: /uploads/zap.svg
+ ShowReadingTime: true
+ ShowBreadCrumbs: true
+ homepage:
+ # Hero Section
+ disableHeroSection: false
+ heroUpperTitle:
+ heroTitle: GNU/Linux Users Group
+ heroDescription: Open Source Community of NITH
+ heroCTAPrimaryText: Blog
+ heroCTAPrimaryUrl: "/blog/"
+ heroCTASecondaryText: Contact
+ heroCTASecondaryUrl: "/contact/"
+ heroCTATertiaryText: Resources
+ heroCTATertiaryUrl: "/resources/"
+ heroBackgroundImage: "/wallpaper.jpg"
+ # Blog Section
+ disableBlogSection: false
+ blogTitle: Latest Posts
+ blogDescription: This is my latest blog posts
+ seeMoreText: More Posts
+ # About Section
+ disableAboutSection: false
+ aboutTitle: About
+ aboutDescription: Just something about me
+ aboutImgUrl: "/uploads/self.webp"
+ aboutContent: Hi guys. This is where you put something about yourself.
+ # Portfolio Section
+ disablePortfolioSection: true
+ portfolioTitle: Portfolio
+ portfolioDescription: Some of my works
+ portfolio:
+ - imageUrl: /uploads/portfolio-1.webp
+ alt: # image alt for better SEO
+ description: Portfolio One.
+ websiteUrl: #
+ - imageUrl: /uploads/portfolio-2.webp
+ alt: # image alt for better SEO
+ description: Portfolio Two.
+ websiteUrl: #
+ - imageUrl: /uploads/portfolio-3.webp
+ alt: # image alt for better SEO
+ description: Portfolio Three.
+ websiteUrl: #
+
+ resources:
+ resourceImgUrl: "/resources.jpg"
+
+ # Search Options (https://fusejs.io/)
+ fuseOpts:
+ isCaseSensitive: false
+ shouldSort: true
+ location: "0"
+ distance: "1000"
+ threshold: "0.4"
+ minMatchCharLength: "0"
+ keys:
+ - title
+ - permalink
+ - summary
+ - content
+ plugins:
+ css:
+ - link: plugins/css/pico.min.css
+ js:
+ - link: plugins/js/feather.min.js
+menus:
+ main: # Main Menu
+ - name: Community
+ title: Community
+ url: "/community"
+ weight: "20"
+ # - name: Blog
+ # title: Blog
+ # pre: pen-tool
+ # url: "/blog"
+ # weight: "20"
+ - name: Search
+ title: Search
+ pre: search
+ url: "/search"
+ weight: "30"
+ - name: Contact
+ title: Contact
+ pre: mail
+ url: "/contact"
+ weight: "40"
+ - name: Resources
+ title: Resources
+ pre: tool
+ url: "/resources"
+ weight: "50"
+ search: # Search page's quick links
+ - name: Categories
+ title: Categories
+ url: "/categories"
+ weight: "10"
+ - name: Archives
+ title: Archives
+ url: "/archives"
+ weight: "20"
+ - name: Tags
+ title: Tags
+ url: "/tags"
+ weight: "30"
+
+
diff --git a/content/blog/_index.md b/content/blog/_index.md
new file mode 100644
index 0000000..ee15340
--- /dev/null
+++ b/content/blog/_index.md
@@ -0,0 +1,6 @@
+---
+title: Blog
+image: "/uploads/portfolio-2.webp"
+description: My blog's description here
+
+---
diff --git a/content/community.md b/content/community.md
new file mode 100644
index 0000000..7e5502f
--- /dev/null
+++ b/content/community.md
@@ -0,0 +1,46 @@
+---
+title: Community
+image: "/wallpaper.jpg"
+description: My blog's description here
+disableShare: true
+ShowReadingTime: false
+searchHidden: true
+---
+
+**GNU/Linux Users Group** is the open-source community of the National Institute of Technology, Hamirpur, India. GLUG is powered by a large number of open source and Linux enthusiasts. We share a common love for GNU/Linux and FOSS.
+
+As of now, GLUG is active on a Discord server. Currently, we only allow members who are a part of NIT Hamirpur and IIIT Una, may they be students, faculty, staff, or anyone belonging to these institutes. There is no prerequisite for joining GLUG. Everyone is welcome. You can get the invite link from an existing member of GLUG.
+
+### Code of conduct
+
+As a community, we have a *Code of Conduct*, and we expect our members to follow them. Most of the rules are for the community server on Discord as most of our work happens there.
+
+### Expected Behavior
+
+- As an open community we are open to any cast, gender, religion, ethnicity, and race. We expect all the members to respect any diversity and support each other.
+- GLUG is an evergreen and fun community, and we try to keep things very simple and fun. You are welcome with all the memes and fun to have, and we have dedicated channels for these activities. At the same time, we expect you to keep the channels in the **MAIN** as clean and free of spams.
+- Use of Sir/Ma'am in the server is highly unappreciated. GLUG treats everyone equally and we like to keep it as a developer-to-developer discussion.
+- Whenever asking any question please mention the context, errors, supporting screenshots, and source. Other than that, what things you have tried would be helpful for other people.
+- Please use the proper channel for any type of help or content. Promotion of college events is okay, but we expect you not to put anything that distracts members or is not in the community's best interests.
+
+### Unexpected Behavior
+
+- Any type of trolling, bullying, harassment, posting illegal and NSFW content is not welcome at all and can get you banned from the community forever. Please refrain from doing so and report to the moderators if you find anything inappropriate.
+- Since GLUG mostly consists of programmers and computer enthusiasts this is very common to ask questions from competitive programming contests and other events, and we make sure that you get your answer, but please don't ask questions from live contests, not even hints, wait for it to finish and you can ask whatever you want.
+- Do not send personal messages to any member without their approval (except moderators and admins). Any case related to this will be considered malpractice and can get you banned.
+
+### How and where to report?
+
+- If you want to report any incident related to Discord Server, you can directly message any moderator or admin. They will help you resolve the issue.
+- While in the chat you can tag admins or moderators by **@admins** or **@moderators** to pull their attention to the issue.
+- For all other queries including the above you can mail to [iste@nith.ac.in](mailto:iste@nith.ac.in). We will respond to you soon.
+
+### Consequences of breaking code of conduct
+
+- Since GLUG-NITH is an open community, we do not want to ban anyone. But at the same time, we will not entertain any kind of misbehavior or breaking of rules.
+- More serious offenses can also be sent to the college authorities if needed.
+
+
+
+
+
diff --git a/content/contact/_index.md b/content/contact/_index.md
new file mode 100644
index 0000000..0265e99
--- /dev/null
+++ b/content/contact/_index.md
@@ -0,0 +1,9 @@
+---
+title: Contact # in any language you want
+# url: "/archive"
+description: 'How can I help you?'
+disableShare: true
+layout: contact
+ShowReadingTime: false
+showToc: false
+---
diff --git a/content/legal/privacy.md b/content/legal/privacy.md
new file mode 100644
index 0000000..0108a48
--- /dev/null
+++ b/content/legal/privacy.md
@@ -0,0 +1,103 @@
+---
+title: Privacy Policy
+date: 2021-01-21T23:22:20+08:00
+layout: legal # is necessary
+searchHidden: true
+url: /legal/privacy
+description: This is the privacy policy page for Website Name (Website.com)
+---
+## Privacy Policy for Company Name
+At Website Name, accessible at Website.com, one of our main priorities is the privacy of our visitors. This Privacy Policy document contains types of information that is collected and recorded by Website Name and how we use it.
+
+If you have additional questions or require more information about our Privacy Policy, do not hesitate to contact us through email at [email protected]
+
+This privacy policy applies only to our online activities and is valid for visitors to our website with regards to the information that they shared and/or collect in Website Name. This policy is not applicable to any information collected offline or via channels other than this website.
+
+## Consent
+
+By using our website, you hereby consent to our Privacy Policy and agree to its terms.
+
+## Information we collect
+
+The personal information that you are asked to provide, and the reasons why you are asked to provide it, will be made clear to you at the point we ask you to provide your personal information.
+
+If you contact us directly, we may receive additional information about you such as your name, email address, phone number, the contents of the message and/or attachments you may send us, and any other information you may choose to provide.
+
+When you register for an Account, we may ask for your contact information, including items such as name, company name, address, email address, and telephone number.
+
+## How we use your information
+
+We use the information we collect in various ways, including to:
+
+- Provide, operate, and maintain our website
+- Improve, personalize, and expand our website
+- Understand and analyze how you use our website
+- Develop new products, services, features, and functionality
+- Communicate with you, either directly or through one of our partners, including for customer service, to provide you with updates and other information relating to the website, and for marketing and promotional purposes
+- Send you emails
+- Find and prevent fraud
+
+## Log Files
+
+Website Name follows a standard procedure of using log files. These files log visitors when they visit websites. All hosting companies do this and a part of hosting services' analytics. The information collected by log files include internet protocol (IP) addresses, browser type, Internet Service Provider (ISP), date and time stamp, referring/exit pages, and possibly the number of clicks. These are not linked to any information that is personally identifiable. The purpose of the information is for analyzing trends, administering the site, tracking users' movement on the website, and gathering demographic information.
+
+## Cookies and Web Beacons
+
+Like any other website, Website Name uses ‘cookies'. These cookies are used to store information including visitors' preferences, and the pages on the website that the visitor accessed or visited. The information is used to optimize the users' experience by customizing our web page content based on visitors' browser type and/or other information.
+
+## DoubleClick DART Cookie
+Google is one of a third-party vendor on our site. It also uses cookies, known as DART cookies, to serve ads to our site visitors based upon their visit to www.website.com and other sites on the internet. However, visitors may choose to decline the use of DART cookies by visiting the Google ad and content network Privacy Policy at the following URL – https://policies.google.com/technologies/ads.
+
+Some of advertisers on our site may use cookies and web beacons. Our advertising partners are listed below. Each of our advertising partners has their own Privacy Policy for their policies on user data. For easier access, we hyperlinked to their Privacy Policies below.
+
+- Google https://policies.google.com/technologies/ads
+
+## Advertising Partners Privacy Policies
+
+You may consult this list to find the Privacy Policy for each of the advertising partners of Website Name.
+
+Third-party ad servers or ad networks uses technologies like cookies, JavaScript, or Web Beacons that are used in their respective advertisements and links that appear on Website Name, which are sent directly to users' browser. They automatically receive your IP address when this occurs. These technologies are used to measure the effectiveness of their advertising campaigns and/or to personalize the advertising content that you see on websites that you visit.
+
+Note that Website Name has no access to or control over these cookies that are used by third-party advertisers.
+
+## Third-Party Privacy Policies
+
+Website Name's Privacy Policy does not apply to other advertisers or websites. Thus, we are advising you to consult the respective Privacy Policies of these third-party ad servers for more detailed information. It may include their practices and instructions about how to opt-out of certain options. You may find a complete list of these Privacy Policies and their links here: Privacy Policy Links.
+
+You can choose to disable cookies through your individual browser options. To know more detailed information about cookie management with specific web browsers, it can be found at the browsers' respective websites. What Are Cookies?
+
+## CCPA Privacy Policy (Do Not Sell My Personal Information)
+
+Under the CCPA, among other rights, California consumers have the right to:
+
+Request that a business that collects a consumer's personal data disclose the categories and specific pieces of personal data that a business has collected about consumers.
+
+Request that a business delete any personal data about the consumer that a business has collected.
+
+Request that a business that sells a consumer's personal data, not sell the consumer's personal data.
+
+If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please contact us.
+
+## GDPR Privacy Policy (Data Protection Rights)
+
+We would like to make sure you are fully aware of all of your data protection rights. Every user is entitled to the following:
+
+The right to access – You have the right to request copies of your personal data. We may charge you a small fee for this service.
+
+The right to rectification – You have the right to request that we correct any information you believe is inaccurate. You also have the right to request that we complete the information you believe is incomplete.
+
+The right to erasure – You have the right to request that we erase your personal data, under certain conditions.
+
+The right to restrict processing – You have the right to request that we restrict the processing of your personal data, under certain conditions.
+
+The right to object to processing – You have the right to object to our processing of your personal data, under certain conditions.
+
+The right to data portability – You have the right to request that we transfer the data that we have collected to another organization, or directly to you, under certain conditions.
+
+If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please contact us.
+
+## Children's Information
+
+Another part of our priority is adding protection for children while using the internet. We encourage parents and guardians to observe, participate in, and/or monitor and guide their online activity.
+
+Website Name does not knowingly collect any Personal Identifiable Information from children under the age of 13. If you think that your child provided this kind of information on our website, we strongly encourage you to contact us immediately and we will do our best efforts to promptly remove such information from our records.
\ No newline at end of file
diff --git a/content/legal/terms-and-conditions.md b/content/legal/terms-and-conditions.md
new file mode 100644
index 0000000..611d259
--- /dev/null
+++ b/content/legal/terms-and-conditions.md
@@ -0,0 +1,63 @@
+---
+title: Terms and Conditions
+date: 2021-01-21T23:22:20+08:00
+layout: legal # is necessary
+searchHidden: true
+url: /legal/terms-and-conditions
+description: This is the terms and conditions page for Website Name (Website.com)
+---
+## Terms and Conditions for Company Name
+### Introduction
+These Website Standard Terms and Conditions written on this webpage shall manage your use of our website, Webiste Name accessible at Website.com.
+
+These Terms will be applied fully and affect to your use of this Website. By using this Website, you agreed to accept all terms and conditions written in here. You must not use this Website if you disagree with any of these Website Standard Terms and Conditions.
+
+Minors or people below 18 years old are not allowed to use this Website.
+
+### Intellectual Property Rights
+Other than the content you own, under these Terms, Company Name and/or its licensors own all the intellectual property rights and materials contained in this Website.
+
+You are granted limited license only for purposes of viewing the material contained on this Website.
+
+### Restrictions
+You are specifically restricted from all of the following:
+
+- publishing any Website material in any other media;
+- selling, sublicensing and/or otherwise commercializing any Website material;
+- publicly performing and/or showing any Website material;
+using this Website in any way that is or may be damaging to this Website;
+- using this Website in any way that impacts user access to this Website;
+- using this Website contrary to applicable laws and regulations, or in any way may cause harm to the Website, or to any person or business entity;
+- engaging in any data mining, data harvesting, data extracting or any other similar activity in relation to this Website;
+- using this Website to engage in any advertising or marketing.
+
+Certain areas of this Website are restricted from being access by you and Company Name may further restrict access by you to any areas of this Website, at any time, in absolute discretion. Any user ID and password you may have for this Website are confidential and you must maintain confidentiality as well.
+
+### Your Content
+In these Website Standard Terms and Conditions, “Your Content” shall mean any audio, video text, images or other material you choose to display on this Website. By displaying Your Content, you grant Company Name a non-exclusive, worldwide irrevocable, sub licensable license to use, reproduce, adapt, publish, translate and distribute it in any and all media.
+
+Your Content must be your own and must not be invading any third-party's rights. Company Name reserves the right to remove any of Your Content from this Website at any time without notice.
+
+### No warranties
+This Website is provided “as is,” with all faults, and Company Name express no representations or warranties, of any kind related to this Website or the materials contained on this Website. Also, nothing contained on this Website shall be interpreted as advising you.
+
+### Limitation of liability
+In no event shall Company Name, nor any of its officers, directors and employees, shall be held liable for anything arising out of or in any way connected with your use of this Website whether such liability is under contract. Company Name, including its officers, directors and employees shall not be held liable for any indirect, consequential or special liability arising out of or in any way related to your use of this Website.
+
+### Indemnification
+#### You hereby indemnify to the fullest extent Company Name from and against any and/or all liabilities, costs, demands, causes of action, damages and expenses arising in any way related to your breach of any of the provisions of these Terms.
+
+### Severability
+If any provision of these Terms is found to be invalid under any applicable law, such provisions shall be deleted without affecting the remaining provisions herein.
+
+### Variation of Terms
+Company Name is permitted to revise these Terms at any time as it sees fit, and by using this Website you are expected to review these Terms on a regular basis.
+
+### Assignment
+The Company Name is allowed to assign, transfer, and subcontract its rights and/or obligations under these Terms without any notification. However, you are not allowed to assign, transfer, or subcontract any of your rights and/or obligations under these Terms.
+
+### Entire Agreement
+These Terms constitute the entire agreement between Company Name and you in relation to your use of this Website, and supersede all prior agreements and understandings.
+
+### Governing Law & Jurisdiction
+These Terms will be governed by and interpreted in accordance with the laws of the State of Country, and you submit to the non-exclusive jurisdiction of the state and federal courts located in Country for the resolution of any disputes.
\ No newline at end of file
diff --git a/content/resources/_index.md b/content/resources/_index.md
new file mode 100644
index 0000000..6655371
--- /dev/null
+++ b/content/resources/_index.md
@@ -0,0 +1,6 @@
+---
+title: Resources
+image: "/resources.jpg"
+description: Download links for the resources.
+
+---
\ No newline at end of file
diff --git a/content/resources/linux-destros/Fedora-Linux.webp b/content/resources/linux-destros/Fedora-Linux.webp
new file mode 100644
index 0000000..422bf92
Binary files /dev/null and b/content/resources/linux-destros/Fedora-Linux.webp differ
diff --git a/content/resources/linux-destros/Linux-Mint-Cinnamon.png b/content/resources/linux-destros/Linux-Mint-Cinnamon.png
new file mode 100644
index 0000000..96f24a7
Binary files /dev/null and b/content/resources/linux-destros/Linux-Mint-Cinnamon.png differ
diff --git a/content/resources/linux-destros/Manjaro-Linux.webp b/content/resources/linux-destros/Manjaro-Linux.webp
new file mode 100644
index 0000000..64e793e
Binary files /dev/null and b/content/resources/linux-destros/Manjaro-Linux.webp differ
diff --git a/content/resources/linux-destros/PopOS.webp b/content/resources/linux-destros/PopOS.webp
new file mode 100644
index 0000000..7c61c0e
Binary files /dev/null and b/content/resources/linux-destros/PopOS.webp differ
diff --git a/content/resources/linux-destros/Ubuntu.webp b/content/resources/linux-destros/Ubuntu.webp
new file mode 100644
index 0000000..470336d
Binary files /dev/null and b/content/resources/linux-destros/Ubuntu.webp differ
diff --git a/content/resources/linux-destros/index.md b/content/resources/linux-destros/index.md
new file mode 100644
index 0000000..ebb2158
--- /dev/null
+++ b/content/resources/linux-destros/index.md
@@ -0,0 +1,39 @@
+---
+author: "Swastik Sharma"
+title: "Linux Destros"
+date: "2023-10-05"
+description: "Download links for different linux destros!"
+tags: ["math","markdown", "css", "html", "themes"]
+categories: ["themes", "syntax"]
+ShowBreadCrumbs: false
+ShowToc: true
+TocOpen: true
+
+
+
+---
+
+Out of all the operating systems in existence, Linux (also known as GNU/Linux) is the most frowned upon, and there are a few reasons for the same. While overall adaptability, software support, and user experience remain the most common issues with Linux, OS saturation is also a huge issue. That said, most people involved in Linux treat the overwhelming number of choices as a plus point, as it gives them the ability and flexibility to try out different desktop environments and flavors and, ultimately, settle for what they like the best. However, if you haven’t tried Linux yet and want to start using it for whatever reason, here are some of the best Linux distros you should use and get started with.
+
+### 1. Linux Mint
+
+
+
+Download link- https://linuxmint.com/
+### 2. Pop!_OS
+
+
+
+Download link- https://pop.system76.com/
+### 3. Fedora
+
+
+Download link- https://getfedora.org/en/workstation/
+### 4. Manjaro
+
+
+Download link- https://manjaro.org/download/
+### 5. Ubuntu
+
+
+Download link- https://ubuntu.com/download/desktop
\ No newline at end of file
diff --git a/content/resources/work-on-this-site/_index.md b/content/resources/work-on-this-site/_index.md
new file mode 100644
index 0000000..38cfc4f
--- /dev/null
+++ b/content/resources/work-on-this-site/_index.md
@@ -0,0 +1,11 @@
+---
+author: "GLUG-NITH"
+title: "Welcome to the blog of GLUG-NITH"
+date: "2021-10-06"
+description: "How to work on this site!"
+image: "/resources.jpg"
+tags: ["markdown", "css", "html", "themes"]
+categories: ["themes", "syntax"]
+ShowToc: true
+TocOpen: true
+---
diff --git a/content/resources/work-on-this-site/emoji-support.md b/content/resources/work-on-this-site/emoji-support.md
new file mode 100644
index 0000000..7fc86f8
--- /dev/null
+++ b/content/resources/work-on-this-site/emoji-support.md
@@ -0,0 +1,57 @@
+---
+author: "Hugo Authors"
+title: "Emoji Support"
+date: "2019-03-05"
+description: "Guide to emoji usage in Hugo"
+tags: ["emoji","markdown", "css", "html", "themes"]
+categories: ["themes", "syntax"]
+ShowRelated: false
+showToc: false
+ShowBreadCrumbs: false
+---
+
+Emoji can be enabled in a Hugo project in a number of ways.
+
+
+
+The [`emojify`](https://gohugo.io/functions/emojify/) function can be called directly in templates or [Inline Shortcodes](https://gohugo.io/templates/shortcode-templates/#inline-shortcodes).
+
+To enable emoji globally, set `enableEmoji` to `true` in your site's [configuration](https://gohugo.io/getting-started/configuration/) and then you can type emoji shorthand codes directly in content files; e.g.
+
+{{< rawhtml >}}
+
+
🙈:see_no_evil:🙉:hear_no_evil:🙊:speak_no_evil:
+
+
+{{< /rawhtml >}}
+
+The [Emoji cheat sheet](http://www.emoji-cheat-sheet.com/) is a useful reference for emoji shorthand codes.
+
+---
+
+**N.B.** The above steps enable Unicode Standard emoji characters and sequences in Hugo, however the rendering of these glyphs depends on the browser and the platform. To style the emoji you can either use a third party emoji font or a font stack; e.g.
+
+```html
+.emoji {
+font-family: Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Segoe UI Symbol, Android Emoji, EmojiSymbols;
+}
+
+```
+
+```css
+
+
+
+```
diff --git a/content/resources/work-on-this-site/images.md b/content/resources/work-on-this-site/images.md
new file mode 100644
index 0000000..9a07651
--- /dev/null
+++ b/content/resources/work-on-this-site/images.md
@@ -0,0 +1,33 @@
+---
+author: "Hugo Authors"
+title: "Adding Images"
+date: "2022-03-05"
+description: "Guide to adding images in Piko theme"
+tags: ["images","markdown", "css", "html", "themes"]
+categories: ["themes", "syntax"]
+ShowRelated: false
+showToc: false
+ShowBreadCrumbs: false
+---
+
+To add images you can use the following syntax:
+```md
+
+```
+
+
+
+To add title, use the following syntax (`` element will be generated with ``):
+```md
+
+```
+
+
+
+Or from external sources:
+
+```md
+
+```
+
+
\ No newline at end of file
diff --git a/content/resources/work-on-this-site/markdown-syntax.md b/content/resources/work-on-this-site/markdown-syntax.md
new file mode 100644
index 0000000..cabaed3
--- /dev/null
+++ b/content/resources/work-on-this-site/markdown-syntax.md
@@ -0,0 +1,166 @@
+---
+author: "Hugo Authors"
+title: "Markdown Syntax Guide"
+date: "2019-03-11"
+description: "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
+tags: ["markdown", "css", "html", "themes"]
+categories: ["themes", "syntax"]
+ShowToc: true
+TocOpen: true
+---
+
+This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.
+
+
+
+## Headings
+
+The following HTML `
`—`
` elements represent six levels of section headings. `
` is the highest section level while `
` is the lowest.
+
+# H1
+
+## H2
+
+### H3
+
+#### H4
+
+##### H5
+
+###### H6
+
+## Paragraph
+
+Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.
+
+Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.
+
+## Blockquotes
+
+The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a `footer` or `cite` element, and optionally with in-line changes such as annotations and abbreviations.
+
+#### Blockquote without attribution
+
+> Tiam, ad mint andaepu dandae nostion secatur sequo quae.
+> **Note** that you can use _Markdown syntax_ within a blockquote.
+
+#### Blockquote with attribution
+
+> Don't communicate by sharing memory, share memory by communicating.
+>
+> — Rob Pike[^1]
+
+[^1]: The above quote is excerpted from Rob Pike's [talk](https://www.youtube.com/watch?v=PAAkCSZUG1c) during Gopherfest, November 18, 2015.
+
+## Tables
+
+Tables aren't part of the core Markdown spec, but Hugo supports supports them out-of-the-box.
+
+| Name | Age |
+| ----- | --- |
+| Bob | 27 |
+| Alice | 23 |
+
+#### Inline Markdown within tables
+
+| Italics | Bold | Code |
+| --------- | -------- | ------ |
+| _italics_ | **bold** | `code` |
+
+## Code Blocks
+
+#### Code block with backticks
+
+```html
+
+
+
+
+ Example HTML5 Document
+
+
+
Test
+
+
+```
+
+#### Code block indented with four spaces
+
+
+
+
+
+ Example HTML5 Document
+
+
+
Test
+
+
+
+#### Code block with Hugo's internal highlight shortcode
+
+{{< highlight html >}}
+
+
+
+
+
+ Example HTML5 Document
+
+
+
Test
+
+
+{{< /highlight >}}
+
+#### Gist
+
+{{< gist spf13 7896402 >}}
+
+## List Types
+
+#### Ordered List
+
+1. First item
+2. Second item
+3. Third item
+
+#### Unordered List
+
+- List item
+- Another item
+- And another item
+
+#### Nested list
+
+- Fruit
+ - Apple
+ - Orange
+ - Banana
+- Dairy
+ - Milk
+ - Cheese
+
+## Other Elements — abbr, sub, sup, kbd, mark
+
+{{< rawhtml >}}
+
+GIF is a bitmap image format.
+
+
+
+H2O
+
+
+
+Xn + Yn = Zn
+
+
+
+Press CTRL+ALT+Delete to end the session.
+
+
+
+Most salamanders are nocturnal, and hunt for insects, worms, and other small creatures.
+
+{{< /rawhtml >}}
\ No newline at end of file
diff --git a/content/resources/work-on-this-site/math-typesetting.md b/content/resources/work-on-this-site/math-typesetting.md
new file mode 100644
index 0000000..4f302ed
--- /dev/null
+++ b/content/resources/work-on-this-site/math-typesetting.md
@@ -0,0 +1,38 @@
+---
+author: Hugo Authors
+title: Math Typesetting
+date: 2019-03-08
+description: A brief guide to setup KaTeX
+tags: ["math","markdown", "css", "html", "themes"]
+categories: ["themes", "syntax"]
+math: true
+ShowBreadCrumbs: false
+---
+
+Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.
+
+
+
+In this example we will be using [KaTeX](https://katex.org/)
+
+- To enable KaTex globally set the parameter `math: true` in a project's configuration (`config.yml`)
+- To enable KaTex on a per page basis include the parameter `math: true` in content files
+
+**Note:** Use the online reference of [Supported TeX Functions](https://katex.org/docs/supported.html)
+
+### Examples
+
+Inline math:
+{{< rawhtml >}}
+
+
+
+{{< /rawhtml >}}
+
+Block math:
+
+$$
+ \varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } }
+$$
diff --git a/content/resources/work-on-this-site/placeholder-text.md b/content/resources/work-on-this-site/placeholder-text.md
new file mode 100644
index 0000000..46d8ba5
--- /dev/null
+++ b/content/resources/work-on-this-site/placeholder-text.md
@@ -0,0 +1,50 @@
+---
+author: "Hugo Authors"
+title: "Placeholder Text"
+date: "2019-03-09"
+description: "Lorem Ipsum Dolor Si Amet"
+tags: ["markdown", "text","css", "html", "themes"]
+categories: ["themes", "syntax"]
+hideMeta: true
+searchHidden: true
+ShowBreadCrumbs: false
+---
+
+Lorem est tota propiore conpellat pectoribus de pectora summo. Redit teque digerit hominumque toris verebor lumina non cervice subde tollit usus habet Arctonque, furores quas nec ferunt. Quoque montibus nunc caluere tempus inhospita parcite confusaque translucet patri vestro qui optatis lumine cognoscere flos nubis! Fronde ipsamque patulos Dryopen deorum.
+
+1. Exierant elisi ambit vivere dedere
+2. Duce pollice
+3. Eris modo
+4. Spargitque ferrea quos palude
+
+Rursus nulli murmur; hastile inridet ut ab gravi sententia! Nomine potitus silentia flumen, sustinet placuit petis in dilapsa erat sunt. Atria tractus malis.
+
+1. Comas hunc haec pietate fetum procerum dixit
+2. Post torum vates letum Tiresia
+3. Flumen querellas
+4. Arcanaque montibus omnes
+5. Quidem et
+
+# Vagus elidunt
+{{< rawhtml >}}
+
+{{< /rawhtml >}}
+
+[The Van de Graaf Canon](https://en.wikipedia.org/wiki/Canons_of_page_construction#Van_de_Graaf_canon)
+
+## Mane refeci capiebant unda mulcebat
+
+Victa caducifer, malo vulnere contra dicere aurato, ludit regale, voca! Retorsit colit est profanae esse virescere furit nec; iaculi matertera et visa est, viribus. Divesque creatis, tecta novat collumque vulnus est, parvas. **Faces illo pepulere** tempus adest. Tendit flamma, ab opes virum sustinet, sidus sequendo urbis.
+
+Iubar proles corpore raptos vero auctor imperium; sed et huic: manus caeli Lelegas tu lux. Verbis obstitit intus oblectamina fixis linguisque ausus sperare Echionides cornuaque tenent clausit possit. Omnia putatur. Praeteritae refert ausus; ferebant e primus lora nutat, vici quae mea ipse. Et iter nil spectatae vulnus haerentia iuste et exercebat, sui et.
+
+Eurytus Hector, materna ipsumque ut Politen, nec, nate, ignari, vernum cohaesit sequitur. Vel **mitis temploque** vocatus, inque alis, _oculos nomen_ non silvis corpore coniunx ne displicet illa. Crescunt non unus, vidit visa quantum inmiti flumina mortis facto sic: undique a alios vincula sunt iactata abdita! Suspenderat ego fuit tendit: luna, ante urbem Propoetides **parte**.
+
+
+
+```css
+
+```
+
diff --git a/content/resources/work-on-this-site/rich-content.md b/content/resources/work-on-this-site/rich-content.md
new file mode 100644
index 0000000..5d458cb
--- /dev/null
+++ b/content/resources/work-on-this-site/rich-content.md
@@ -0,0 +1,36 @@
+---
+author: "Hugo Authors"
+title: "Rich Content"
+date: "2019-03-10"
+description: "A brief description of Hugo Shortcodes"
+tags: ["shortcodes", "privacy", "css", "html", "themes"]
+categories: ["themes", "syntax"]
+ShowToc: true
+TocOpen: true
+---
+
+Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugos-built-in-shortcodes) for rich content, along with a [Privacy Config](https://gohugo.io/about/hugo-and-gdpr/) and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.
+
+---
+
+## YouTube Privacy Enhanced Shortcode
+
+{{< youtube ZJthWmvUzzc >}}
+
+
+
+---
+
+## Twitter Simple Shortcode
+
+{{< twitter_simple user="Heksagonnet" id="1487125321132670976" >}}
+
+
+
+---
+
+## Vimeo Simple Shortcode
+
+{{< vimeo_simple 48912912 >}}
+
+---
diff --git a/content/search.md b/content/search.md
new file mode 100644
index 0000000..cb0c854
--- /dev/null
+++ b/content/search.md
@@ -0,0 +1,8 @@
+---
+title: "Search" # in any language you want
+layout: "search" # is necessary
+# url: "/archive"
+# description: "Description for Search"
+summary: "search"
+---
+
diff --git a/layouts/404.html b/layouts/404.html
new file mode 100644
index 0000000..99e1bd3
--- /dev/null
+++ b/layouts/404.html
@@ -0,0 +1,8 @@
+{{- define "main" }}
+
+{{- end }}
diff --git a/layouts/_default/thanks.html b/layouts/_default/thanks.html
new file mode 100644
index 0000000..aee6408
--- /dev/null
+++ b/layouts/_default/thanks.html
@@ -0,0 +1,7 @@
+{{- define "main" }}
+
+
+ {{.Content}}
+
+
+{{ end }}
\ No newline at end of file
diff --git a/layouts/index.html b/layouts/index.html
new file mode 100644
index 0000000..00b5f79
--- /dev/null
+++ b/layouts/index.html
@@ -0,0 +1,141 @@
+{{ define "main" }}
+{{- if not (.Site.Params.homepage.disableHeroSection) }}
+
+
+
+
+ {{- range seq (sub $firstHeaderLevel $largest) -}}
+
+ {{- $.Scratch.Add "bareul" (sub (add $largest .) 1) -}}
+ {{- end -}}
+ {{- range $i, $header := $headers -}}
+ {{- $headerLevel := index (findRE "[1-6]" . 1) 0 -}}
+ {{- $headerLevel := len (seq $headerLevel) -}}
+
+ {{/* get id="xyz" */}}
+ {{- $id := index (findRE "(id=\"(.*?)\")" $header 9) 0 }}
+
+ {{- /* strip id="" to leave xyz, no way to get regex capturing groups in hugo */ -}}
+ {{- $cleanedID := replace (replace $id "id=\"" "") "\"" "" }}
+ {{- $header := replaceRE "((.|\n])+?)" "$1" $header -}}
+
+ {{- if ne $i 0 -}}
+ {{- $prevHeaderLevel := index (findRE "[1-6]" (index $headers (sub $i 1)) 1) 0 -}}
+ {{- $prevHeaderLevel := len (seq $prevHeaderLevel) -}}
+ {{- if gt $headerLevel $prevHeaderLevel -}}
+ {{- range seq $prevHeaderLevel (sub $headerLevel 1) -}}
+
+ {{/* the first should not be recorded */}}
+ {{- if ne $prevHeaderLevel . -}}
+ {{- $.Scratch.Add "bareul" . -}}
+ {{- end -}}
+ {{- end -}}
+ {{- else -}}
+
+ {{- if lt $headerLevel $prevHeaderLevel -}}
+ {{- range seq (sub $prevHeaderLevel 1) -1 $headerLevel -}}
+ {{- if in ($.Scratch.Get "bareul") . -}}
+
+ {{- end }}
+
+ {{- end }}
+
diff --git a/layouts/shortcodes/rawhtml.html b/layouts/shortcodes/rawhtml.html
new file mode 100644
index 0000000..b90bea2
--- /dev/null
+++ b/layouts/shortcodes/rawhtml.html
@@ -0,0 +1,2 @@
+
+{{.Inner}}
diff --git a/Makefile b/old-data/Makefile
similarity index 100%
rename from Makefile
rename to old-data/Makefile
diff --git a/README.md b/old-data/README.md
similarity index 100%
rename from README.md
rename to old-data/README.md
diff --git a/content/images/OSM-Announcements.png b/old-data/content/images/OSM-Announcements.png
similarity index 100%
rename from content/images/OSM-Announcements.png
rename to old-data/content/images/OSM-Announcements.png
diff --git a/content/images/glug-dark.svg b/old-data/content/images/glug-dark.svg
similarity index 100%
rename from content/images/glug-dark.svg
rename to old-data/content/images/glug-dark.svg
diff --git a/content/images/glug.svg b/old-data/content/images/glug.svg
similarity index 100%
rename from content/images/glug.svg
rename to old-data/content/images/glug.svg
diff --git a/content/images/osm-e3.jpeg b/old-data/content/images/osm-e3.jpeg
similarity index 100%
rename from content/images/osm-e3.jpeg
rename to old-data/content/images/osm-e3.jpeg
diff --git a/content/images/osm-e4.jpeg b/old-data/content/images/osm-e4.jpeg
similarity index 100%
rename from content/images/osm-e4.jpeg
rename to old-data/content/images/osm-e4.jpeg
diff --git a/content/images/osm-e5.jpeg b/old-data/content/images/osm-e5.jpeg
similarity index 100%
rename from content/images/osm-e5.jpeg
rename to old-data/content/images/osm-e5.jpeg
diff --git a/content/images/osm-e6.jpeg b/old-data/content/images/osm-e6.jpeg
similarity index 100%
rename from content/images/osm-e6.jpeg
rename to old-data/content/images/osm-e6.jpeg
diff --git a/content/images/osm-event1.png b/old-data/content/images/osm-event1.png
similarity index 100%
rename from content/images/osm-event1.png
rename to old-data/content/images/osm-event1.png
diff --git a/content/images/osm-event2.png b/old-data/content/images/osm-event2.png
similarity index 100%
rename from content/images/osm-event2.png
rename to old-data/content/images/osm-event2.png
diff --git a/content/pages/about.rst b/old-data/content/pages/about.rst
similarity index 100%
rename from content/pages/about.rst
rename to old-data/content/pages/about.rst
diff --git a/content/pages/code-of-conduct.rst b/old-data/content/pages/code-of-conduct.rst
similarity index 100%
rename from content/pages/code-of-conduct.rst
rename to old-data/content/pages/code-of-conduct.rst
diff --git a/content/pages/sfd.rst b/old-data/content/pages/sfd.rst
similarity index 100%
rename from content/pages/sfd.rst
rename to old-data/content/pages/sfd.rst
diff --git a/content/posts/experience/experience b/old-data/content/posts/development/development
similarity index 100%
rename from content/posts/experience/experience
rename to old-data/content/posts/development/development
diff --git a/content/posts/glug/glug b/old-data/content/posts/experience/experience
similarity index 100%
rename from content/posts/glug/glug
rename to old-data/content/posts/experience/experience
diff --git a/content/posts/programming/programming b/old-data/content/posts/glug/glug
similarity index 100%
rename from content/posts/programming/programming
rename to old-data/content/posts/glug/glug
diff --git a/content/posts/glug/glug.md b/old-data/content/posts/glug/glug.md
similarity index 100%
rename from content/posts/glug/glug.md
rename to old-data/content/posts/glug/glug.md
diff --git a/content/posts/tools/tools b/old-data/content/posts/programming/programming
similarity index 100%
rename from content/posts/tools/tools
rename to old-data/content/posts/programming/programming
diff --git a/old-data/content/posts/tools/tools b/old-data/content/posts/tools/tools
new file mode 100644
index 0000000..e69de29
diff --git a/pelicanconf.py b/old-data/pelicanconf.py
similarity index 100%
rename from pelicanconf.py
rename to old-data/pelicanconf.py
diff --git a/publi.sh b/old-data/publi.sh
similarity index 100%
rename from publi.sh
rename to old-data/publi.sh
diff --git a/publishconf.py b/old-data/publishconf.py
similarity index 100%
rename from publishconf.py
rename to old-data/publishconf.py
diff --git a/requirements.txt b/old-data/requirements.txt
similarity index 100%
rename from requirements.txt
rename to old-data/requirements.txt
diff --git a/tasks.py b/old-data/tasks.py
similarity index 100%
rename from tasks.py
rename to old-data/tasks.py
diff --git a/themes/alchemy/__init__.py b/old-data/themes/alchemy/__init__.py
similarity index 100%
rename from themes/alchemy/__init__.py
rename to old-data/themes/alchemy/__init__.py
diff --git a/themes/alchemy/static/css/bootstrap.css b/old-data/themes/alchemy/static/css/bootstrap.css
similarity index 100%
rename from themes/alchemy/static/css/bootstrap.css
rename to old-data/themes/alchemy/static/css/bootstrap.css
diff --git a/themes/alchemy/static/css/bootstrap.min.css b/old-data/themes/alchemy/static/css/bootstrap.min.css
similarity index 100%
rename from themes/alchemy/static/css/bootstrap.min.css
rename to old-data/themes/alchemy/static/css/bootstrap.min.css
diff --git a/themes/alchemy/static/css/font-awesome.css b/old-data/themes/alchemy/static/css/font-awesome.css
similarity index 100%
rename from themes/alchemy/static/css/font-awesome.css
rename to old-data/themes/alchemy/static/css/font-awesome.css
diff --git a/themes/alchemy/static/css/font-awesome.min.css b/old-data/themes/alchemy/static/css/font-awesome.min.css
similarity index 100%
rename from themes/alchemy/static/css/font-awesome.min.css
rename to old-data/themes/alchemy/static/css/font-awesome.min.css
diff --git a/themes/alchemy/static/css/fontawesome.min.css b/old-data/themes/alchemy/static/css/fontawesome.min.css
similarity index 100%
rename from themes/alchemy/static/css/fontawesome.min.css
rename to old-data/themes/alchemy/static/css/fontawesome.min.css
diff --git a/themes/alchemy/static/css/navbar.css b/old-data/themes/alchemy/static/css/navbar.css
similarity index 100%
rename from themes/alchemy/static/css/navbar.css
rename to old-data/themes/alchemy/static/css/navbar.css
diff --git a/themes/alchemy/static/css/pygments/algol.css b/old-data/themes/alchemy/static/css/pygments/algol.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/algol.css
rename to old-data/themes/alchemy/static/css/pygments/algol.css
diff --git a/themes/alchemy/static/css/pygments/algol.min.css b/old-data/themes/alchemy/static/css/pygments/algol.min.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/algol.min.css
rename to old-data/themes/alchemy/static/css/pygments/algol.min.css
diff --git a/themes/alchemy/static/css/pygments/algol_nu.css b/old-data/themes/alchemy/static/css/pygments/algol_nu.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/algol_nu.css
rename to old-data/themes/alchemy/static/css/pygments/algol_nu.css
diff --git a/themes/alchemy/static/css/pygments/algol_nu.min.css b/old-data/themes/alchemy/static/css/pygments/algol_nu.min.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/algol_nu.min.css
rename to old-data/themes/alchemy/static/css/pygments/algol_nu.min.css
diff --git a/themes/alchemy/static/css/pygments/autumn.css b/old-data/themes/alchemy/static/css/pygments/autumn.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/autumn.css
rename to old-data/themes/alchemy/static/css/pygments/autumn.css
diff --git a/themes/alchemy/static/css/pygments/autumn.min.css b/old-data/themes/alchemy/static/css/pygments/autumn.min.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/autumn.min.css
rename to old-data/themes/alchemy/static/css/pygments/autumn.min.css
diff --git a/themes/alchemy/static/css/pygments/borland.css b/old-data/themes/alchemy/static/css/pygments/borland.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/borland.css
rename to old-data/themes/alchemy/static/css/pygments/borland.css
diff --git a/themes/alchemy/static/css/pygments/borland.min.css b/old-data/themes/alchemy/static/css/pygments/borland.min.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/borland.min.css
rename to old-data/themes/alchemy/static/css/pygments/borland.min.css
diff --git a/themes/alchemy/static/css/pygments/bw.css b/old-data/themes/alchemy/static/css/pygments/bw.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/bw.css
rename to old-data/themes/alchemy/static/css/pygments/bw.css
diff --git a/themes/alchemy/static/css/pygments/bw.min.css b/old-data/themes/alchemy/static/css/pygments/bw.min.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/bw.min.css
rename to old-data/themes/alchemy/static/css/pygments/bw.min.css
diff --git a/themes/alchemy/static/css/pygments/colorful.css b/old-data/themes/alchemy/static/css/pygments/colorful.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/colorful.css
rename to old-data/themes/alchemy/static/css/pygments/colorful.css
diff --git a/themes/alchemy/static/css/pygments/colorful.min.css b/old-data/themes/alchemy/static/css/pygments/colorful.min.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/colorful.min.css
rename to old-data/themes/alchemy/static/css/pygments/colorful.min.css
diff --git a/themes/alchemy/static/css/pygments/default.css b/old-data/themes/alchemy/static/css/pygments/default.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/default.css
rename to old-data/themes/alchemy/static/css/pygments/default.css
diff --git a/themes/alchemy/static/css/pygments/default.min.css b/old-data/themes/alchemy/static/css/pygments/default.min.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/default.min.css
rename to old-data/themes/alchemy/static/css/pygments/default.min.css
diff --git a/themes/alchemy/static/css/pygments/emacs.css b/old-data/themes/alchemy/static/css/pygments/emacs.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/emacs.css
rename to old-data/themes/alchemy/static/css/pygments/emacs.css
diff --git a/themes/alchemy/static/css/pygments/emacs.min.css b/old-data/themes/alchemy/static/css/pygments/emacs.min.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/emacs.min.css
rename to old-data/themes/alchemy/static/css/pygments/emacs.min.css
diff --git a/themes/alchemy/static/css/pygments/friendly.css b/old-data/themes/alchemy/static/css/pygments/friendly.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/friendly.css
rename to old-data/themes/alchemy/static/css/pygments/friendly.css
diff --git a/themes/alchemy/static/css/pygments/friendly.min.css b/old-data/themes/alchemy/static/css/pygments/friendly.min.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/friendly.min.css
rename to old-data/themes/alchemy/static/css/pygments/friendly.min.css
diff --git a/themes/alchemy/static/css/pygments/fruity.css b/old-data/themes/alchemy/static/css/pygments/fruity.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/fruity.css
rename to old-data/themes/alchemy/static/css/pygments/fruity.css
diff --git a/themes/alchemy/static/css/pygments/fruity.min.css b/old-data/themes/alchemy/static/css/pygments/fruity.min.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/fruity.min.css
rename to old-data/themes/alchemy/static/css/pygments/fruity.min.css
diff --git a/themes/alchemy/static/css/pygments/igor.css b/old-data/themes/alchemy/static/css/pygments/igor.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/igor.css
rename to old-data/themes/alchemy/static/css/pygments/igor.css
diff --git a/themes/alchemy/static/css/pygments/igor.min.css b/old-data/themes/alchemy/static/css/pygments/igor.min.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/igor.min.css
rename to old-data/themes/alchemy/static/css/pygments/igor.min.css
diff --git a/themes/alchemy/static/css/pygments/lovelace.css b/old-data/themes/alchemy/static/css/pygments/lovelace.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/lovelace.css
rename to old-data/themes/alchemy/static/css/pygments/lovelace.css
diff --git a/themes/alchemy/static/css/pygments/lovelace.min.css b/old-data/themes/alchemy/static/css/pygments/lovelace.min.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/lovelace.min.css
rename to old-data/themes/alchemy/static/css/pygments/lovelace.min.css
diff --git a/themes/alchemy/static/css/pygments/manni.css b/old-data/themes/alchemy/static/css/pygments/manni.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/manni.css
rename to old-data/themes/alchemy/static/css/pygments/manni.css
diff --git a/themes/alchemy/static/css/pygments/manni.min.css b/old-data/themes/alchemy/static/css/pygments/manni.min.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/manni.min.css
rename to old-data/themes/alchemy/static/css/pygments/manni.min.css
diff --git a/themes/alchemy/static/css/pygments/monokai.css b/old-data/themes/alchemy/static/css/pygments/monokai.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/monokai.css
rename to old-data/themes/alchemy/static/css/pygments/monokai.css
diff --git a/themes/alchemy/static/css/pygments/monokai.min.css b/old-data/themes/alchemy/static/css/pygments/monokai.min.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/monokai.min.css
rename to old-data/themes/alchemy/static/css/pygments/monokai.min.css
diff --git a/themes/alchemy/static/css/pygments/murphy.css b/old-data/themes/alchemy/static/css/pygments/murphy.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/murphy.css
rename to old-data/themes/alchemy/static/css/pygments/murphy.css
diff --git a/themes/alchemy/static/css/pygments/murphy.min.css b/old-data/themes/alchemy/static/css/pygments/murphy.min.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/murphy.min.css
rename to old-data/themes/alchemy/static/css/pygments/murphy.min.css
diff --git a/themes/alchemy/static/css/pygments/native.css b/old-data/themes/alchemy/static/css/pygments/native.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/native.css
rename to old-data/themes/alchemy/static/css/pygments/native.css
diff --git a/themes/alchemy/static/css/pygments/native.min.css b/old-data/themes/alchemy/static/css/pygments/native.min.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/native.min.css
rename to old-data/themes/alchemy/static/css/pygments/native.min.css
diff --git a/themes/alchemy/static/css/pygments/paraiso-dark.css b/old-data/themes/alchemy/static/css/pygments/paraiso-dark.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/paraiso-dark.css
rename to old-data/themes/alchemy/static/css/pygments/paraiso-dark.css
diff --git a/themes/alchemy/static/css/pygments/paraiso-dark.min.css b/old-data/themes/alchemy/static/css/pygments/paraiso-dark.min.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/paraiso-dark.min.css
rename to old-data/themes/alchemy/static/css/pygments/paraiso-dark.min.css
diff --git a/themes/alchemy/static/css/pygments/paraiso-light.css b/old-data/themes/alchemy/static/css/pygments/paraiso-light.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/paraiso-light.css
rename to old-data/themes/alchemy/static/css/pygments/paraiso-light.css
diff --git a/themes/alchemy/static/css/pygments/paraiso-light.min.css b/old-data/themes/alchemy/static/css/pygments/paraiso-light.min.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/paraiso-light.min.css
rename to old-data/themes/alchemy/static/css/pygments/paraiso-light.min.css
diff --git a/themes/alchemy/static/css/pygments/pastie.css b/old-data/themes/alchemy/static/css/pygments/pastie.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/pastie.css
rename to old-data/themes/alchemy/static/css/pygments/pastie.css
diff --git a/themes/alchemy/static/css/pygments/pastie.min.css b/old-data/themes/alchemy/static/css/pygments/pastie.min.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/pastie.min.css
rename to old-data/themes/alchemy/static/css/pygments/pastie.min.css
diff --git a/themes/alchemy/static/css/pygments/perldoc.css b/old-data/themes/alchemy/static/css/pygments/perldoc.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/perldoc.css
rename to old-data/themes/alchemy/static/css/pygments/perldoc.css
diff --git a/themes/alchemy/static/css/pygments/perldoc.min.css b/old-data/themes/alchemy/static/css/pygments/perldoc.min.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/perldoc.min.css
rename to old-data/themes/alchemy/static/css/pygments/perldoc.min.css
diff --git a/themes/alchemy/static/css/pygments/rrt.css b/old-data/themes/alchemy/static/css/pygments/rrt.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/rrt.css
rename to old-data/themes/alchemy/static/css/pygments/rrt.css
diff --git a/themes/alchemy/static/css/pygments/rrt.min.css b/old-data/themes/alchemy/static/css/pygments/rrt.min.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/rrt.min.css
rename to old-data/themes/alchemy/static/css/pygments/rrt.min.css
diff --git a/themes/alchemy/static/css/pygments/tango.css b/old-data/themes/alchemy/static/css/pygments/tango.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/tango.css
rename to old-data/themes/alchemy/static/css/pygments/tango.css
diff --git a/themes/alchemy/static/css/pygments/tango.min.css b/old-data/themes/alchemy/static/css/pygments/tango.min.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/tango.min.css
rename to old-data/themes/alchemy/static/css/pygments/tango.min.css
diff --git a/themes/alchemy/static/css/pygments/trac.css b/old-data/themes/alchemy/static/css/pygments/trac.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/trac.css
rename to old-data/themes/alchemy/static/css/pygments/trac.css
diff --git a/themes/alchemy/static/css/pygments/trac.min.css b/old-data/themes/alchemy/static/css/pygments/trac.min.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/trac.min.css
rename to old-data/themes/alchemy/static/css/pygments/trac.min.css
diff --git a/themes/alchemy/static/css/pygments/vim.css b/old-data/themes/alchemy/static/css/pygments/vim.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/vim.css
rename to old-data/themes/alchemy/static/css/pygments/vim.css
diff --git a/themes/alchemy/static/css/pygments/vim.min.css b/old-data/themes/alchemy/static/css/pygments/vim.min.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/vim.min.css
rename to old-data/themes/alchemy/static/css/pygments/vim.min.css
diff --git a/themes/alchemy/static/css/pygments/vs.css b/old-data/themes/alchemy/static/css/pygments/vs.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/vs.css
rename to old-data/themes/alchemy/static/css/pygments/vs.css
diff --git a/themes/alchemy/static/css/pygments/vs.min.css b/old-data/themes/alchemy/static/css/pygments/vs.min.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/vs.min.css
rename to old-data/themes/alchemy/static/css/pygments/vs.min.css
diff --git a/themes/alchemy/static/css/pygments/xcode.css b/old-data/themes/alchemy/static/css/pygments/xcode.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/xcode.css
rename to old-data/themes/alchemy/static/css/pygments/xcode.css
diff --git a/themes/alchemy/static/css/pygments/xcode.min.css b/old-data/themes/alchemy/static/css/pygments/xcode.min.css
similarity index 100%
rename from themes/alchemy/static/css/pygments/xcode.min.css
rename to old-data/themes/alchemy/static/css/pygments/xcode.min.css
diff --git a/themes/alchemy/static/css/style.css b/old-data/themes/alchemy/static/css/style.css
similarity index 100%
rename from themes/alchemy/static/css/style.css
rename to old-data/themes/alchemy/static/css/style.css
diff --git a/themes/alchemy/static/css/theme.css b/old-data/themes/alchemy/static/css/theme.css
similarity index 100%
rename from themes/alchemy/static/css/theme.css
rename to old-data/themes/alchemy/static/css/theme.css
diff --git a/themes/alchemy/static/css/ubuntu.css b/old-data/themes/alchemy/static/css/ubuntu.css
similarity index 100%
rename from themes/alchemy/static/css/ubuntu.css
rename to old-data/themes/alchemy/static/css/ubuntu.css
diff --git a/themes/alchemy/static/css/ubuntu.min.css b/old-data/themes/alchemy/static/css/ubuntu.min.css
similarity index 100%
rename from themes/alchemy/static/css/ubuntu.min.css
rename to old-data/themes/alchemy/static/css/ubuntu.min.css
diff --git a/themes/alchemy/static/fonts/fontawesome-webfont.eot b/old-data/themes/alchemy/static/fonts/fontawesome-webfont.eot
similarity index 100%
rename from themes/alchemy/static/fonts/fontawesome-webfont.eot
rename to old-data/themes/alchemy/static/fonts/fontawesome-webfont.eot
diff --git a/themes/alchemy/static/fonts/fontawesome-webfont.svg b/old-data/themes/alchemy/static/fonts/fontawesome-webfont.svg
similarity index 100%
rename from themes/alchemy/static/fonts/fontawesome-webfont.svg
rename to old-data/themes/alchemy/static/fonts/fontawesome-webfont.svg
diff --git a/themes/alchemy/static/fonts/fontawesome-webfont.ttf b/old-data/themes/alchemy/static/fonts/fontawesome-webfont.ttf
similarity index 100%
rename from themes/alchemy/static/fonts/fontawesome-webfont.ttf
rename to old-data/themes/alchemy/static/fonts/fontawesome-webfont.ttf
diff --git a/themes/alchemy/static/fonts/fontawesome-webfont.woff b/old-data/themes/alchemy/static/fonts/fontawesome-webfont.woff
similarity index 100%
rename from themes/alchemy/static/fonts/fontawesome-webfont.woff
rename to old-data/themes/alchemy/static/fonts/fontawesome-webfont.woff
diff --git a/themes/alchemy/static/fonts/fontawesome-webfont.woff2 b/old-data/themes/alchemy/static/fonts/fontawesome-webfont.woff2
similarity index 100%
rename from themes/alchemy/static/fonts/fontawesome-webfont.woff2
rename to old-data/themes/alchemy/static/fonts/fontawesome-webfont.woff2
diff --git a/themes/alchemy/static/webfonts/fa-brands-400.eot b/old-data/themes/alchemy/static/webfonts/fa-brands-400.eot
similarity index 100%
rename from themes/alchemy/static/webfonts/fa-brands-400.eot
rename to old-data/themes/alchemy/static/webfonts/fa-brands-400.eot
diff --git a/themes/alchemy/static/webfonts/fa-brands-400.svg b/old-data/themes/alchemy/static/webfonts/fa-brands-400.svg
similarity index 100%
rename from themes/alchemy/static/webfonts/fa-brands-400.svg
rename to old-data/themes/alchemy/static/webfonts/fa-brands-400.svg
diff --git a/themes/alchemy/static/webfonts/fa-brands-400.ttf b/old-data/themes/alchemy/static/webfonts/fa-brands-400.ttf
similarity index 100%
rename from themes/alchemy/static/webfonts/fa-brands-400.ttf
rename to old-data/themes/alchemy/static/webfonts/fa-brands-400.ttf
diff --git a/themes/alchemy/static/webfonts/fa-brands-400.woff b/old-data/themes/alchemy/static/webfonts/fa-brands-400.woff
similarity index 100%
rename from themes/alchemy/static/webfonts/fa-brands-400.woff
rename to old-data/themes/alchemy/static/webfonts/fa-brands-400.woff
diff --git a/themes/alchemy/static/webfonts/fa-brands-400.woff2 b/old-data/themes/alchemy/static/webfonts/fa-brands-400.woff2
similarity index 100%
rename from themes/alchemy/static/webfonts/fa-brands-400.woff2
rename to old-data/themes/alchemy/static/webfonts/fa-brands-400.woff2
diff --git a/themes/alchemy/static/webfonts/fa-regular-400.eot b/old-data/themes/alchemy/static/webfonts/fa-regular-400.eot
similarity index 100%
rename from themes/alchemy/static/webfonts/fa-regular-400.eot
rename to old-data/themes/alchemy/static/webfonts/fa-regular-400.eot
diff --git a/themes/alchemy/static/webfonts/fa-regular-400.svg b/old-data/themes/alchemy/static/webfonts/fa-regular-400.svg
similarity index 100%
rename from themes/alchemy/static/webfonts/fa-regular-400.svg
rename to old-data/themes/alchemy/static/webfonts/fa-regular-400.svg
diff --git a/themes/alchemy/static/webfonts/fa-regular-400.ttf b/old-data/themes/alchemy/static/webfonts/fa-regular-400.ttf
similarity index 100%
rename from themes/alchemy/static/webfonts/fa-regular-400.ttf
rename to old-data/themes/alchemy/static/webfonts/fa-regular-400.ttf
diff --git a/themes/alchemy/static/webfonts/fa-regular-400.woff b/old-data/themes/alchemy/static/webfonts/fa-regular-400.woff
similarity index 100%
rename from themes/alchemy/static/webfonts/fa-regular-400.woff
rename to old-data/themes/alchemy/static/webfonts/fa-regular-400.woff
diff --git a/themes/alchemy/static/webfonts/fa-regular-400.woff2 b/old-data/themes/alchemy/static/webfonts/fa-regular-400.woff2
similarity index 100%
rename from themes/alchemy/static/webfonts/fa-regular-400.woff2
rename to old-data/themes/alchemy/static/webfonts/fa-regular-400.woff2
diff --git a/themes/alchemy/static/webfonts/fa-solid-900.eot b/old-data/themes/alchemy/static/webfonts/fa-solid-900.eot
similarity index 100%
rename from themes/alchemy/static/webfonts/fa-solid-900.eot
rename to old-data/themes/alchemy/static/webfonts/fa-solid-900.eot
diff --git a/themes/alchemy/static/webfonts/fa-solid-900.svg b/old-data/themes/alchemy/static/webfonts/fa-solid-900.svg
similarity index 100%
rename from themes/alchemy/static/webfonts/fa-solid-900.svg
rename to old-data/themes/alchemy/static/webfonts/fa-solid-900.svg
diff --git a/themes/alchemy/static/webfonts/fa-solid-900.ttf b/old-data/themes/alchemy/static/webfonts/fa-solid-900.ttf
similarity index 100%
rename from themes/alchemy/static/webfonts/fa-solid-900.ttf
rename to old-data/themes/alchemy/static/webfonts/fa-solid-900.ttf
diff --git a/themes/alchemy/static/webfonts/fa-solid-900.woff b/old-data/themes/alchemy/static/webfonts/fa-solid-900.woff
similarity index 100%
rename from themes/alchemy/static/webfonts/fa-solid-900.woff
rename to old-data/themes/alchemy/static/webfonts/fa-solid-900.woff
diff --git a/themes/alchemy/static/webfonts/fa-solid-900.woff2 b/old-data/themes/alchemy/static/webfonts/fa-solid-900.woff2
similarity index 100%
rename from themes/alchemy/static/webfonts/fa-solid-900.woff2
rename to old-data/themes/alchemy/static/webfonts/fa-solid-900.woff2
diff --git a/themes/alchemy/templates/archives.html b/old-data/themes/alchemy/templates/archives.html
similarity index 100%
rename from themes/alchemy/templates/archives.html
rename to old-data/themes/alchemy/templates/archives.html
diff --git a/themes/alchemy/templates/article.html b/old-data/themes/alchemy/templates/article.html
similarity index 100%
rename from themes/alchemy/templates/article.html
rename to old-data/themes/alchemy/templates/article.html
diff --git a/themes/alchemy/templates/author.html b/old-data/themes/alchemy/templates/author.html
similarity index 100%
rename from themes/alchemy/templates/author.html
rename to old-data/themes/alchemy/templates/author.html
diff --git a/themes/alchemy/templates/authors.html b/old-data/themes/alchemy/templates/authors.html
similarity index 100%
rename from themes/alchemy/templates/authors.html
rename to old-data/themes/alchemy/templates/authors.html
diff --git a/themes/alchemy/templates/base.html b/old-data/themes/alchemy/templates/base.html
similarity index 100%
rename from themes/alchemy/templates/base.html
rename to old-data/themes/alchemy/templates/base.html
diff --git a/themes/alchemy/templates/categories.html b/old-data/themes/alchemy/templates/categories.html
similarity index 100%
rename from themes/alchemy/templates/categories.html
rename to old-data/themes/alchemy/templates/categories.html
diff --git a/themes/alchemy/templates/category.html b/old-data/themes/alchemy/templates/category.html
similarity index 100%
rename from themes/alchemy/templates/category.html
rename to old-data/themes/alchemy/templates/category.html
diff --git a/themes/alchemy/templates/include/analytics.html b/old-data/themes/alchemy/templates/include/analytics.html
similarity index 100%
rename from themes/alchemy/templates/include/analytics.html
rename to old-data/themes/alchemy/templates/include/analytics.html
diff --git a/themes/alchemy/templates/include/comments.html b/old-data/themes/alchemy/templates/include/comments.html
similarity index 100%
rename from themes/alchemy/templates/include/comments.html
rename to old-data/themes/alchemy/templates/include/comments.html
diff --git a/themes/alchemy/templates/include/footer.html b/old-data/themes/alchemy/templates/include/footer.html
similarity index 100%
rename from themes/alchemy/templates/include/footer.html
rename to old-data/themes/alchemy/templates/include/footer.html
diff --git a/themes/alchemy/templates/include/header.html b/old-data/themes/alchemy/templates/include/header.html
similarity index 100%
rename from themes/alchemy/templates/include/header.html
rename to old-data/themes/alchemy/templates/include/header.html
diff --git a/themes/alchemy/templates/include/navbar.html b/old-data/themes/alchemy/templates/include/navbar.html
similarity index 100%
rename from themes/alchemy/templates/include/navbar.html
rename to old-data/themes/alchemy/templates/include/navbar.html
diff --git a/themes/alchemy/templates/include/pagination.html b/old-data/themes/alchemy/templates/include/pagination.html
similarity index 100%
rename from themes/alchemy/templates/include/pagination.html
rename to old-data/themes/alchemy/templates/include/pagination.html
diff --git a/themes/alchemy/templates/include/xml_feeds.html b/old-data/themes/alchemy/templates/include/xml_feeds.html
similarity index 100%
rename from themes/alchemy/templates/include/xml_feeds.html
rename to old-data/themes/alchemy/templates/include/xml_feeds.html
diff --git a/themes/alchemy/templates/index.html b/old-data/themes/alchemy/templates/index.html
similarity index 100%
rename from themes/alchemy/templates/index.html
rename to old-data/themes/alchemy/templates/index.html
diff --git a/themes/alchemy/templates/page.html b/old-data/themes/alchemy/templates/page.html
similarity index 100%
rename from themes/alchemy/templates/page.html
rename to old-data/themes/alchemy/templates/page.html
diff --git a/themes/alchemy/templates/period_archives.html b/old-data/themes/alchemy/templates/period_archives.html
similarity index 100%
rename from themes/alchemy/templates/period_archives.html
rename to old-data/themes/alchemy/templates/period_archives.html
diff --git a/themes/alchemy/templates/sitemap.html b/old-data/themes/alchemy/templates/sitemap.html
similarity index 100%
rename from themes/alchemy/templates/sitemap.html
rename to old-data/themes/alchemy/templates/sitemap.html
diff --git a/themes/alchemy/templates/tag.html b/old-data/themes/alchemy/templates/tag.html
similarity index 100%
rename from themes/alchemy/templates/tag.html
rename to old-data/themes/alchemy/templates/tag.html
diff --git a/themes/alchemy/templates/tags.html b/old-data/themes/alchemy/templates/tags.html
similarity index 100%
rename from themes/alchemy/templates/tags.html
rename to old-data/themes/alchemy/templates/tags.html
diff --git a/resources/_gen/assets/scss/sass/main.scss_b95b077eb505d5c0aff8055eaced30ad.content b/resources/_gen/assets/scss/sass/main.scss_b95b077eb505d5c0aff8055eaced30ad.content
new file mode 100644
index 0000000..25c9b4d
--- /dev/null
+++ b/resources/_gen/assets/scss/sass/main.scss_b95b077eb505d5c0aff8055eaced30ad.content
@@ -0,0 +1 @@
+[data-theme=light],:root:not([data-theme=dark]){--muted-color:#4b555c !important;--link-color:#27455a !important}@media only screen and (prefers-color-scheme:dark){:root:not([data-theme=light]){--muted-color:#8fa3b1 !important;--link-color:#4c82a8 !important}}[data-theme=dark]{--muted-color:#8fa3b1 !important;--link-color:#4c82a8 !important}:root{--spacing-hero:5rem;--border-radius:0.3rem !important}*,::after,::before{box-sizing:border-box}html{-webkit-tap-highlight-color:transparent;overflow-y:scroll;scroll-behavior:smooth}.hero{background-color:#394046;background-position:50%;background-size:cover}.hero h1,.hero a[role=button].outline.contrast{color:#edf0f3;border-color:#edf0f3}.hero .hero-buttons{margin:10px 10px 10px 0;color:var(--mark-color)}header{padding:var(--spacing-hero)0}.logo{width:fit-content;display:flex;align-items:center}@media(min-width:0px) and (max-width:1200px){main{margin-top:50px}}img{object-fit:cover}.text-center{text-align:center}.button,kbd{margin:10px}img,.button{border-radius:var(--border-radius)}a{text-decoration:none!important;color:var(--link-color)}.grid article{padding:calc(var(--spacing) * 1.2)var(--block-spacing-horizontal);margin:1rem 0}@media(min-width:992px){.grid-post{grid-template-columns:repeat(3,1fr)!important}}@media(min-width:992px){.grid-main{grid-template-columns:2fr 1fr!important}}.toc{padding:2rem 1.2rem 1rem}.share-buttons{background:var(--card-background-color);padding:10px;border-radius:var(--border-radius);box-shadow:var(--card-box-shadow);display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem}.share-buttons svg{color:var(--contrast)!important;width:1.875rem;height:1.875rem}.searchbox,.contact-form{max-width:700px;margin:auto}.search-result{background:var(--card-background-color);padding:20px;border-radius:var(--border-radius);box-shadow:var(--card-box-shadow);margin:10px 0}.search-result hgroup{margin:0}.search-result h6{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cover{float:left;margin:0 20px 0 0;width:300px;max-width:100%;pointer-events:none}@media(min-width:0px) and (max-width:576px){.cover{float:none;margin:10px auto}}.post::first-letter{font-size:300%;padding:0 5px 0 0;margin:-15px 6px -15px 0;float:left}.highlight,code,pre{position:relative!important}.copy-code{z-index:99;cursor:pointer;display:none;position:absolute;top:4px;right:4px;color:rgba(255,255,255,.8);background:rgba(78,78,78,.8);border-radius:var(--border-radius);padding:0 5px;font-size:14px;user-select:none}.highlight:hover .copy-code,code:hover .copy-code,pre:hover .copy-code{display:block}.page-item.active{font-size:larger;font-weight:700}.archive-posts{width:100%;font-size:16px}.archive-year{margin-top:40px}.archive-year:not(:last-of-type){border-bottom:2px solid var(--border)}.archive-year-header{text-align:center}.archive-month{display:flex;align-items:flex-start;padding:10px 0}.archive-month-header{margin:25px 0 25px auto;width:200px}.archive-month:not(:last-of-type){border-bottom:1px solid var(--border)}.archive-entry{position:relative;padding:5px;margin:10px 0}.archive-entry-title{margin:5px 0;font-weight:400}.archive-count,.archive-meta{color:var(--secondary);font-size:14px}.entry-link{position:absolute;left:0;right:0;top:0;bottom:0}.anchor,.hidden{display:none}h1:hover .anchor,h2:hover .anchor,h3:hover .anchor,h4:hover .anchor,h5:hover .anchor,h6:hover .anchor{cursor:pointer;display:inline-flex;margin-inline-start:8px;font-weight:500;user-select:none}.min-h-80{min-height:80vh}kbd,.grid-post article,a[role=button],.search-result,.portfolio-post{transition:.3s ease}kbd:hover,.grid-post article:hover,a[role=button]:hover,.search-result:hover,.portfolio-post:hover{animation:hover .3s ease;transform:scale3d(1.05,1.05,1.05)}#cookie-banner{position:fixed;top:0;z-index:100;top:3%;right:3%;max-width:400px;opacity:.9}@keyframes hover{0%{transform:scale3d(1,1,1)}50%{transform:scale3d(1.08,1.08,1.08)}100%{transform:scale3d(1.05,1.05,1.05)}}
\ No newline at end of file
diff --git a/resources/_gen/assets/scss/sass/main.scss_b95b077eb505d5c0aff8055eaced30ad.json b/resources/_gen/assets/scss/sass/main.scss_b95b077eb505d5c0aff8055eaced30ad.json
new file mode 100644
index 0000000..68ab60b
--- /dev/null
+++ b/resources/_gen/assets/scss/sass/main.scss_b95b077eb505d5c0aff8055eaced30ad.json
@@ -0,0 +1 @@
+{"Target":"sass/main.min.css","MediaType":"text/css","Data":{}}
\ No newline at end of file
diff --git a/resources/_gen/assets/scss/sass/nav.scss_b95b077eb505d5c0aff8055eaced30ad.content b/resources/_gen/assets/scss/sass/nav.scss_b95b077eb505d5c0aff8055eaced30ad.content
new file mode 100644
index 0000000..1c80312
--- /dev/null
+++ b/resources/_gen/assets/scss/sass/nav.scss_b95b077eb505d5c0aff8055eaced30ad.content
@@ -0,0 +1 @@
+@media(min-width:576px){.mobile-navigation{display:none}}@media(min-width:0px) and (max-width:400px){nav.desktop{padding:0 .25rem}}@media(min-width:0px) and (max-width:576px){.desktop-navigation{display:none}}@media(min-width:0px) and (max-width:700px){.desktop-navigation span{display:none}}nav button,nav button:hover,nav button:active,nav button:focus{margin:0;padding:0;border:none;outline:none;background-color:transparent}body>nav{z-index:99;position:fixed;top:0;right:0;left:0;padding:0 var(--spacing)}body>nav h1{margin-bottom:0;font-size:1.25rem;text-transform:uppercase}nav span{padding:.225rem 0}nav.desktop{background-color:var(--background-color)}nav .menu-active{border-bottom:5px var(--primary)solid}.sidebar{position:fixed;padding:1rem;background-color:var(--background-color);box-shadow:var(--card-box-shadow);min-width:100%}.sidebar button{position:absolute;top:var(--spacing);right:var(--spacing);width:1.5rem;height:1.5rem;border-radius:2rem;line-height:1}.sidebar h3,.sidebar a,.sidebar a:hover,.sidebar a:active,.sidebar a:focus{color:var(--secondary)}.mobile-navigation>li>button>svg{width:30px;height:30px;color:var(--contrast)}.sidebar svg,body>nav svg{height:1rem}#switch{display:none}
\ No newline at end of file
diff --git a/resources/_gen/assets/scss/sass/nav.scss_b95b077eb505d5c0aff8055eaced30ad.json b/resources/_gen/assets/scss/sass/nav.scss_b95b077eb505d5c0aff8055eaced30ad.json
new file mode 100644
index 0000000..3aa5aa9
--- /dev/null
+++ b/resources/_gen/assets/scss/sass/nav.scss_b95b077eb505d5c0aff8055eaced30ad.json
@@ -0,0 +1 @@
+{"Target":"sass/nav.min.css","MediaType":"text/css","Data":{}}
\ No newline at end of file
diff --git a/static/css/main.css b/static/css/main.css
new file mode 100644
index 0000000..3c54c70
--- /dev/null
+++ b/static/css/main.css
@@ -0,0 +1,34 @@
+.social-link {
+ display: inline-block;
+ margin: 0 10px;
+ font-size: 24px;
+ text-decoration: none;
+ color: #333;
+ transition: color 0.3s;
+}
+
+/* Define icon-specific styles */
+.instagram {
+ color: #bc2a8d;
+}
+
+.discord {
+ color: #7289da;
+}
+
+.github {
+ color: #333;
+}
+
+.linkedin {
+ color: #0077b5;
+}
+
+.email {
+ color: #ea4335;
+}
+
+/* Add hover effect */
+.social-link:hover {
+ color: #555;
+}
\ No newline at end of file
diff --git a/static/glug.png b/static/glug.png
new file mode 100644
index 0000000..4f1180d
Binary files /dev/null and b/static/glug.png differ
diff --git a/static/resources.avif b/static/resources.avif
new file mode 100644
index 0000000..2496d2e
Binary files /dev/null and b/static/resources.avif differ
diff --git a/static/resources.jpg b/static/resources.jpg
new file mode 100644
index 0000000..8abbd5c
Binary files /dev/null and b/static/resources.jpg differ
diff --git a/static/sun.svg b/static/sun.svg
new file mode 100644
index 0000000..7f51b94
--- /dev/null
+++ b/static/sun.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/wall2.jpg b/static/wall2.jpg
new file mode 100644
index 0000000..fcc7a10
Binary files /dev/null and b/static/wall2.jpg differ
diff --git a/static/wallpaper.jpg b/static/wallpaper.jpg
new file mode 100644
index 0000000..ccb518a
Binary files /dev/null and b/static/wallpaper.jpg differ
diff --git a/static/zap.svg b/static/zap.svg
new file mode 100644
index 0000000..9ba0847
--- /dev/null
+++ b/static/zap.svg
@@ -0,0 +1,2 @@
+
\ No newline at end of file
diff --git a/themes/piko b/themes/piko
new file mode 160000
index 0000000..49fea5a
--- /dev/null
+++ b/themes/piko
@@ -0,0 +1 @@
+Subproject commit 49fea5abb24409cea16d31410774660ae9cdf6a3