stuff and stuff

This commit is contained in:
Captain Arepa 2022-12-18 11:24:28 -04:00
parent 1b6680a4ce
commit c729890d32
15 changed files with 197 additions and 2 deletions

0
.gitignore vendored Normal file
View file

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "themes/hugo-theme-shell"]
path = themes/hugo-theme-shell
url = https://github.com/Yukuro/hugo-theme-shell.git

View file

@ -2,5 +2,6 @@
title: "{{ replace .Name "-" " " | title }}" title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }} date: {{ .Date }}
draft: true draft: true
tags: []
--- ---

View file

@ -1,3 +1,90 @@
baseURL = 'http://example.org/' baseURL = 'http://info.cachapa.xyz/'
languageCode = 'en-us' languageCode = 'en-us'
title = 'My New Hugo Site' title = 'Cachapa.xyz'
theme = 'hugo-theme-shell'
author = "Captain Arepa"
# author = "Yukuro"
# prevent build failures when using Hugo's Instagram shortcode due to deprecated Instagram API.
# See https://github.com/gohugoio/hugo/issues/7228#issuecomment-714490456
ignoreErrors = ["error-remote-getjson"]
[Params]
# Additions start here
[Params.Navbar]
use = true
[Params.Extensions]
use = true
ext = ".txt" # extension to add after single page
# Additions stop here
# Note: This is for the meta description, which is different from the "description" displayed in the terminal.
description = "Jane Doe's Portfolio!"
[Params.Terminal]
# Note: color scheme
# Note: You can choose between
# Note: hugo-theme-shell original: ["shell-powershell", "shell-ubuntu", "shell-retro"]
# Note: gogh theme: https://mayccoll.github.io/Gogh/
scheme = "Molokai"
# Note: in terminal
# [userName]@[pcName]:~/$ cd [workDir]
# [userName]@[pcName]:~/[workDir]$ cat [profile]
#
# [description]
#
# Note: if you set Params.Tree > use = true
# [userName]@[pcName]:~/[workDir]$ tree ./[folderName]/
# ./[folderName]/
# ...
# Note: result of the tree command
userName = "captainarepa"
pcName = "cachapa"
workDir = "home"
profile = "arepaman.txt"
# Note: speed at which text is displayed on the terminal
# Note: if set to 0, typing animation will be disabled
# Note:
# Note: if you want to enable Mathjax, you need to set it to 0
# Note: and set "math: true" at front matter in your Markdown file
ps1Delay = 0 # prompt speed : [userName]@[pcName]:~/$ , [userName]@[pcName]:~/[workDir]$
stdoutDelay = 0 # stdout speed : [description] , files in Params.Tree
commandDelay = 50 # command speed : cd [workDir] , cat [profile] , tree ./[folderName]/
# terminalDelay = 5 : deprecated
# Note: speed at which text is displayed on the activity pages
# Note: if set to 0, typing animation will be disabled
# Note:
# Note: if you want to enable Mathjax, you need to set it to 0
# Note: and set "math: true" at front matter in your Markdown file
titleDelay = 0 # title speed : "title" in front matter
contentDelay = 0 # content speed : content in .md file
# activityDelay = 5 : deprecated
description = "/info/description.md"
# Note: If you want to use a Markdown file, you can use the following
# description = "/description.md"
# Note: and put the description.md in /content/description.md
[Params.Tree]
use = true
folderName = "home"
# Note: ["ACTIVITY", "URL or PATH TO YOUR MARKDOWN FILE"]
files = [
["fedi instance (registrations open)", "https://moe.cachapa.xyz/"],
["git instance", "https://git.cachapa.xyz/"],
["github", "https://github.com/captain-arepa"],
["blog", "/blog/index.md"],
["about", "/about.md"],
]
[module]
[module.hugoVersion]
extended = true
min = "0.85.0"

32
content/about.md Normal file
View file

@ -0,0 +1,32 @@
---
title: "About"
date: 2022-12-18T10:50:00-04:00
draft: false
tags: ['about']
---
# This is the about page, lmao.
## What have to know about me.
I'm Captain Arepa. Well, that's my online alias.\
I'm a 30-something y/o Android developer of sorts.\
I live in a pariah banana wannabe-commie republic called "Venezuela". Most people don't know or care about it, so I won't talk too much about that either.
### Likes
* Anime, Manga, Doujins
* A few gacha games (Fate/Grand Order, Genshin Impact, Guardian Tales)
* JRPGs
* Good music
* Well written, elegant code.
### Dislikes
* Communists, useful idiots.
* Wokealizers and troonslators.
* I'll add stuff here if I come up with anything xD
### Other stuff
Go to the [home page](/), there's the list of relevant links.

9
content/blog/index.md Normal file
View file

@ -0,0 +1,9 @@
---
title: "captain arepa's blog"
date: 2022-12-18T11:14:52-04:00
draft: false
tags: []
---
So, I'm gonna write a blog, I guess.\
Eventually, lmao.

View file

@ -0,0 +1,2 @@
This is Captain Arepa!\
I don't really recommend myself, lmao.

View file

@ -0,0 +1 @@
@import "https://fonts.googleapis.com/css2?family=Inconsolata&display=swap";:root{--cursor-visibility:hidden}html,body{width:100%;height:100%;overflow:auto;font-family:inconsolata,monospace;font-size:4vmin;line-height:4.1vmin;font-weight:400}body{margin:0;display:flex;flex-direction:row;justify-content:center;align-items:center}#content{min-width:82vmin;min-height:82vmin}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{border-radius:10px;box-shadow:inset 0 0 1px white}::-webkit-scrollbar-thumb{border-radius:10px;box-shadow:0 0 0 1px white}.cursor,#activity-title:after,#activity-content:after,#cd:after,#whoami:after,#cat:after,#tree:after{visibility:var(--cursor-visibility);content:"|";overflow:hidden;color:#fff;animation:blink 500ms linear infinite alternate}@keyframes blink{0%{opacity:0}100%{opacity:1}}@media only screen and (min-width:768px){body{font-size:2.5vmin;line-height:2.6vmin}#content{min-width:60vmin}}:root{--cursor-visibility:hidden}body{align-items:unset;overflow-y:scroll}#content{max-width:80vmin}pre{overflow-x:scroll;white-space:pre}@keyframes blink{0%{opacity:0}100%{opacity:1}}

View file

@ -0,0 +1 @@
{"Target":"sass/activity.min.css","MediaType":"text/css","Data":{}}

View file

@ -0,0 +1,55 @@
@import url("https://fonts.googleapis.com/css2?family=Inconsolata&display=swap");
:root {
--cursor-visibility: hidden; }
html,
body {
width: 100%;
height: 100%;
overflow: auto;
font-family: "Inconsolata", monospace;
font-size: 4vmin;
line-height: 4.1vmin;
font-weight: normal; }
body {
margin: 0;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center; }
#content {
min-width: 82vmin;
min-height: 82vmin; }
::-webkit-scrollbar {
width: 10px; }
::-webkit-scrollbar-track {
border-radius: 10px;
box-shadow: inset 0 0 1px white; }
::-webkit-scrollbar-thumb {
border-radius: 10px;
box-shadow: 0 0 0 1px white; }
.cursor, #cd:after, #whoami:after, #cat:after, #tree:after {
visibility: var(--cursor-visibility);
content: "|";
overflow: hidden;
color: white;
animation: blink 500ms linear infinite alternate; }
@keyframes blink {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@media only screen and (min-width: 768px) {
body {
font-size: 2.5vmin;
line-height: 2.6vmin; }
#content {
min-width: 60vmin; } }

View file

@ -0,0 +1 @@
{"Target":"sass/default.css","MediaType":"text/css","Data":{}}

View file

@ -0,0 +1 @@
body{background:#300a24}body #terminal{color:#fff}body #user{color:#4e9a06}body #dir{color:#3465a4}body .Typewriter__cursor{color:#fff}a{color:#fff}

View file

@ -0,0 +1 @@
{"Target":"sass/ubuntu.min.css","MediaType":"text/css","Data":{}}

BIN
static/img/gura_uoh.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

@ -0,0 +1 @@
Subproject commit 84c99c0f629bf3bb59f9b340dcf1f3a9e154a011