Skip to content

Commit

Permalink
First Actual Commit
Browse files Browse the repository at this point in the history
- The site is actually here
  • Loading branch information
redkittty committed May 24, 2024
1 parent 129bbb3 commit 6e2e5d9
Show file tree
Hide file tree
Showing 48 changed files with 11,736 additions and 0 deletions.
18 changes: 18 additions & 0 deletions header.org
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#+DESCRIPTION: Header
#+SETUPFILE: ./org-html-themes/org/theme-readtheorg.setup
#+OPTIONS: num:nil ^:{}

#+begin_export html
<div class="orgyeah-header">
<img src="~/Documents/Code/web/personal/title.png"/>
<div class="topbar-menu-container">
<span class="topbar-menu"><a class="current" href="https://distro.tube/index.html">Home</a></span>
<span class="topbar-menu"><a href="https://distro.tube/dtos/index.html">DTOS</a></span>
<span class="topbar-menu"><a href="https://distro.tube/projects/index.html">Other Projects</a></span>
<span class="topbar-menu"><a href="https://distro.tube/kb/index.html">Knowledge Base</a></span>
<span class="topbar-menu"><a href="https://distro.tube/man-org/index.html">Linux Manpages</a></span>
<span class="topbar-menu"><a href="https://distro.tube/community/index.html">Community</a></span>
<span class="topbar-menu"><a href="https://distro.tube/contribute/index.html">Contribute</a></span>
</div>
</div>
#+end_export
150 changes: 150 additions & 0 deletions main.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

53 changes: 53 additions & 0 deletions main.org
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
#+description: Welcome to my personal website
#+options: num:nil ^:{}
#+SETUPFILE: ~/Documents/web/personal/org-html-themes/org/theme-readtheorg-local.setup
#+INCLUDE: ~/Documents/Code/web/personal/header.org
#+TITLE: Welcome to Envixty's Hub


* Welcome
This website is my personal website I made inside of [[https://github.com/doomemacs/doomemacs][Doom Emacs]] with [[https://orgmode.org/][Org-mode]], And spiced up by using [[https://github.com/fniessen/org-html-themes][Org-HTML-Themes]]!

I am both a gamer, and a free software user.

🕹 My favorite video game right now is [[https://www.counter-strike.net][Counter-Strike: 2]],


💾 I use multiple peices of Free Software like:

- [[https://www.github.com/doomemacs/doomemacs][Doom Emacs]], A config of [[https://www.gnu.org/software/emacs/][GNU EMACS]]

- [[https://neovim.io/][Neovim]], An extensible, terminal based text-editor

- [[https://sw.kovidgoyal.net/kitty/][Kitty]], An Extensible, GPU-Powered Terminal Emulator

- [[https://archlinux.org][Arch Linux]], A distribution of the GNU/Linux system that is a rolling release so I get the newest software first

- [[https://git-scm.com][Git]], Version-Control software for programming, Used on sites like [[https://github.com][Github]], and [[https://gitlab.com][Gitlab]]


* Envixty on the Web
| *Envixty on the Web* |
|---------------------------------|
| [[https://www.youtube.com/channel/UCYhq-wDCfrMNtXxoFiucZMw][Youtube]] |
| [[https://odysee.com/@envixty:e][Odysee]] |
| [[https://mastodon.social/@envixty][Mastodon (mastodon.social)]] |
|---------------------------------|

* Blog Posts

Nothing here will have blogs soon

* User-Blog Posts

Nothing here yet, to make a blog post, make a pr,

Here are the requirements:

1. Has to be an org-document, cannot be HTML or MARKDOWN

2. Has to use the Blog Post Template as a base (Will Post later)

3. Cannot be plagarized

4. Cannot contain content in regular blog posts
5 changes: 5 additions & 0 deletions org-html-themes/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
org/theme-bigblow-local-abs.setup
org/theme-readtheorg-local-abs.setup
demo/mbacou.org
demo/cdominik-muziek2.org
demo/dev.org
Loading

0 comments on commit 6e2e5d9

Please sign in to comment.