diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 891377e..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "themes/gokarna"] - path = themes/gokarna - url = https://github.com/526avijitgupta/gokarna diff --git a/.hugo_build.lock b/.hugo_build.lock deleted file mode 100644 index e69de29..0000000 diff --git a/archetypes/default.md b/archetypes/default.md deleted file mode 100644 index c6f3fce..0000000 --- a/archetypes/default.md +++ /dev/null @@ -1,5 +0,0 @@ -+++ -title = '{{ replace .File.ContentBaseName "-" " " | title }}' -date = {{ .Date }} -draft = true -+++ diff --git a/content/pages/_index.md b/content/pages/_index.md deleted file mode 100644 index f471f67..0000000 --- a/content/pages/_index.md +++ /dev/null @@ -1,17 +0,0 @@ -+++ -date = 2024-02-26T01:11:55-05:00 -type = 'page' -image = 'Test' -+++ - -# Projects -A list of projects I've worked on that I like to showcase. - -## [PyMoe](https://github.com/ccubed/PyMoe) -PyMoe started out as a library I used in my AngelBot project to interact with the APIs available at various websites focusing on Anime, Manga, Light Novels, Web Novels, and Visual Novels. It has now become it's own independent project supporting the latest versions of Python 3 and recently updated to include several new services. It has over eighty stars and is currently used in over six hundred projects on Github. - -## [Earl](https://github.com/ccubed/Earl) -Earl also started out as a library to be used in Angelbot, however it later grew into a more general use project. Earl is a C++ extension for Python built against CPython to allow native packing and unpacking of the External Term Format used by Erlang. At the time, this was created to make parsing the ETF data received by Discord faster. Bots made in other languages had a slight speed advantage at parsing ETF. This extension leveled the playing field by utilizing C++ to very quickly serialize ETF into and out of Python objects. - -## [Downloop](https://github.com/ccubed/Downloop) -Downloop was a hobby project to create a Python image host with a built in web interface and API that would allow anyone to programmatically create and distribute a link to a hosted image. Downloop was focused on privacy and kept no data on who uploaded what. Images were not stored by name making them completely anonymous and all images were returned as binary data. It was able to shard itself automatically to distribute load, direct requests to the correct shard, and separated all stored image data into different root database tables based on shard. This meant that no one shard had a copy of all the images and that shards didn't know what existed between them. It also meant that we had no way to recover an image link if someone lost their initial link given upon image upload. \ No newline at end of file diff --git a/hugo.toml b/hugo.toml deleted file mode 100644 index 8ff3eb5..0000000 --- a/hugo.toml +++ /dev/null @@ -1,53 +0,0 @@ -baseURL = 'https://www.vertinext.com' -defaultContentLanguage = 'en-us' -languageCode = 'en-us' -title = 'Charles Click' -theme = 'gokarna' -enableRobotsTXT = true - -[menu] - [[menu.main]] - identifier = 'home' - url = '/' - pre = '' - post = '' - name = 'Home' - weight = 1 - [[menu.main]] - identifier = 'projects' - url = '/pages/' - pre = '' - post = '' - name = 'Projects' - weight = 2 - [[menu.main]] - identifier = 'github' - url = 'https://www.github.com/ccubed' - weight = 3 - pre = '' - name = 'Github' - [[menu.main]] - identifier = 'keybase' - url = 'https://keybase.io/cclick' - weight = 4 - pre = '' - name = 'Keybase' - [[menu.main]] - identifier = 'resume' - url = 'https://drive.google.com/file/d/1xIWfZk8b3xa9ygUxurgAyUwHblPE_CrB/view?usp=sharing' - weight = 5 - pre = '' - name = 'Resume' - -[params] - avatarURL = '/images/Avatar.jpg' - avatarSize = 'size-m' - description = 'Sometimes I ask the computer to do things' - footer = 'Charles Click @ vertinext.com' - socialIcons = [ - {name = 'linkedin', url = 'https://www.linkedin.com/in/charles-click-b078a959/'}, - {name = 'mastodon', url = 'https://mastodon.social/@RoryEjinn'}, - {name = 'twitch', url = 'https://www.twitch.tv/teshiko'}, - {name = 'email', url = 'mailto:ccubed.techno@gmail.com'} - ] - metaKeywords = ['vertinext', 'charles click', 'portfolio', 'cooper'] \ No newline at end of file diff --git a/static/Sitemap b/static/Sitemap deleted file mode 100644 index 852fa71..0000000 --- a/static/Sitemap +++ /dev/null @@ -1,2 +0,0 @@ -http://www.vertinext.com/ -http://www.vertinext.com/projects/ diff --git a/static/images/Avatar.jpg b/static/images/Avatar.jpg deleted file mode 100644 index a38aff7..0000000 Binary files a/static/images/Avatar.jpg and /dev/null differ diff --git a/static/images/PyMoe_Stars.png b/static/images/PyMoe_Stars.png deleted file mode 100644 index f3ec5f5..0000000 Binary files a/static/images/PyMoe_Stars.png and /dev/null differ diff --git a/static/robots.txt b/static/robots.txt deleted file mode 100644 index 9488d48..0000000 --- a/static/robots.txt +++ /dev/null @@ -1,7 +0,0 @@ -User-agent: Googlebot -Disallow: * -Allow: index.html - -User-agent: * -Disallow: * -Sitemap: http://www.vertinext.com/sitemap.xml diff --git a/themes/gokarna b/themes/gokarna deleted file mode 160000 index cdc6384..0000000 --- a/themes/gokarna +++ /dev/null @@ -1 +0,0 @@ -Subproject commit cdc638496bdc730843751b73cf8a6afc8968ab96 diff --git a/vitepress-theme-vuetom b/vitepress-theme-vuetom new file mode 160000 index 0000000..ee268a6 --- /dev/null +++ b/vitepress-theme-vuetom @@ -0,0 +1 @@ +Subproject commit ee268a68c43b16c5b537ae8bd38322bb8b71b28e