Initial push of Vuetom based homepage
This commit is contained in:
parent
8e7aeba926
commit
dbd456a517
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +0,0 @@
|
||||
[submodule "themes/gokarna"]
|
||||
path = themes/gokarna
|
||||
url = https://github.com/526avijitgupta/gokarna
|
@ -1,5 +0,0 @@
|
||||
+++
|
||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
date = {{ .Date }}
|
||||
draft = true
|
||||
+++
|
@ -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.
|
53
hugo.toml
53
hugo.toml
@ -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 = '<span data-feather="home"></span>'
|
||||
post = ''
|
||||
name = 'Home'
|
||||
weight = 1
|
||||
[[menu.main]]
|
||||
identifier = 'projects'
|
||||
url = '/pages/'
|
||||
pre = '<span data-feather="folder"></span>'
|
||||
post = ''
|
||||
name = 'Projects'
|
||||
weight = 2
|
||||
[[menu.main]]
|
||||
identifier = 'github'
|
||||
url = 'https://www.github.com/ccubed'
|
||||
weight = 3
|
||||
pre = '<span data-feather="github"></span>'
|
||||
name = 'Github'
|
||||
[[menu.main]]
|
||||
identifier = 'keybase'
|
||||
url = 'https://keybase.io/cclick'
|
||||
weight = 4
|
||||
pre = '<span data-feather="key"></span>'
|
||||
name = 'Keybase'
|
||||
[[menu.main]]
|
||||
identifier = 'resume'
|
||||
url = 'https://drive.google.com/file/d/1xIWfZk8b3xa9ygUxurgAyUwHblPE_CrB/view?usp=sharing'
|
||||
weight = 5
|
||||
pre = '<span data-feather="briefcase"></span>'
|
||||
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']
|
@ -1,2 +0,0 @@
|
||||
http://www.vertinext.com/
|
||||
http://www.vertinext.com/projects/
|
Binary file not shown.
Before Width: | Height: | Size: 36 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.6 KiB |
@ -1,7 +0,0 @@
|
||||
User-agent: Googlebot
|
||||
Disallow: *
|
||||
Allow: index.html
|
||||
|
||||
User-agent: *
|
||||
Disallow: *
|
||||
Sitemap: http://www.vertinext.com/sitemap.xml
|
@ -1 +0,0 @@
|
||||
Subproject commit cdc638496bdc730843751b73cf8a6afc8968ab96
|
1
vitepress-theme-vuetom
Submodule
1
vitepress-theme-vuetom
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit ee268a68c43b16c5b537ae8bd38322bb8b71b28e
|
Loading…
x
Reference in New Issue
Block a user