diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..231b5b3 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/hugo-theme-shell"] + path = themes/hugo-theme-shell + url = https://github.com/Yukuro/hugo-theme-shell.git diff --git a/archetypes/default.md b/archetypes/default.md index 00e77bd..810399e 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -2,5 +2,6 @@ title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} draft: true +tags: [] --- diff --git a/config.toml b/config.toml index 1d7c819..cd52496 100644 --- a/config.toml +++ b/config.toml @@ -1,3 +1,90 @@ -baseURL = 'http://example.org/' +baseURL = 'http://info.cachapa.xyz/' 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" diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..8e89209 --- /dev/null +++ b/content/about.md @@ -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. diff --git a/content/blog/index.md b/content/blog/index.md new file mode 100644 index 0000000..48b4553 --- /dev/null +++ b/content/blog/index.md @@ -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. diff --git a/content/info/description.md b/content/info/description.md new file mode 100644 index 0000000..816d7f4 --- /dev/null +++ b/content/info/description.md @@ -0,0 +1,2 @@ +This is Captain Arepa!\ +I don't really recommend myself, lmao. \ No newline at end of file diff --git a/resources/_gen/assets/scss/sass/activity.scss_b95b077eb505d5c0aff8055eaced30ad.content b/resources/_gen/assets/scss/sass/activity.scss_b95b077eb505d5c0aff8055eaced30ad.content new file mode 100644 index 0000000..4db9b5b --- /dev/null +++ b/resources/_gen/assets/scss/sass/activity.scss_b95b077eb505d5c0aff8055eaced30ad.content @@ -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}} \ No newline at end of file diff --git a/resources/_gen/assets/scss/sass/activity.scss_b95b077eb505d5c0aff8055eaced30ad.json b/resources/_gen/assets/scss/sass/activity.scss_b95b077eb505d5c0aff8055eaced30ad.json new file mode 100644 index 0000000..248bdc8 --- /dev/null +++ b/resources/_gen/assets/scss/sass/activity.scss_b95b077eb505d5c0aff8055eaced30ad.json @@ -0,0 +1 @@ +{"Target":"sass/activity.min.css","MediaType":"text/css","Data":{}} \ No newline at end of file diff --git a/resources/_gen/assets/scss/sass/default.scss_f300667da4f5b5f84e1a9e0702b2fdde.content b/resources/_gen/assets/scss/sass/default.scss_f300667da4f5b5f84e1a9e0702b2fdde.content new file mode 100644 index 0000000..5a41abf --- /dev/null +++ b/resources/_gen/assets/scss/sass/default.scss_f300667da4f5b5f84e1a9e0702b2fdde.content @@ -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; } } diff --git a/resources/_gen/assets/scss/sass/default.scss_f300667da4f5b5f84e1a9e0702b2fdde.json b/resources/_gen/assets/scss/sass/default.scss_f300667da4f5b5f84e1a9e0702b2fdde.json new file mode 100644 index 0000000..da40f25 --- /dev/null +++ b/resources/_gen/assets/scss/sass/default.scss_f300667da4f5b5f84e1a9e0702b2fdde.json @@ -0,0 +1 @@ +{"Target":"sass/default.css","MediaType":"text/css","Data":{}} \ No newline at end of file diff --git a/resources/_gen/assets/scss/sass/ubuntu.scss_b95b077eb505d5c0aff8055eaced30ad.content b/resources/_gen/assets/scss/sass/ubuntu.scss_b95b077eb505d5c0aff8055eaced30ad.content new file mode 100644 index 0000000..58467cd --- /dev/null +++ b/resources/_gen/assets/scss/sass/ubuntu.scss_b95b077eb505d5c0aff8055eaced30ad.content @@ -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} \ No newline at end of file diff --git a/resources/_gen/assets/scss/sass/ubuntu.scss_b95b077eb505d5c0aff8055eaced30ad.json b/resources/_gen/assets/scss/sass/ubuntu.scss_b95b077eb505d5c0aff8055eaced30ad.json new file mode 100644 index 0000000..c47a2a0 --- /dev/null +++ b/resources/_gen/assets/scss/sass/ubuntu.scss_b95b077eb505d5c0aff8055eaced30ad.json @@ -0,0 +1 @@ +{"Target":"sass/ubuntu.min.css","MediaType":"text/css","Data":{}} \ No newline at end of file diff --git a/static/img/gura_uoh.png b/static/img/gura_uoh.png new file mode 100644 index 0000000..6abad7a Binary files /dev/null and b/static/img/gura_uoh.png differ diff --git a/themes/hugo-theme-shell b/themes/hugo-theme-shell new file mode 160000 index 0000000..84c99c0 --- /dev/null +++ b/themes/hugo-theme-shell @@ -0,0 +1 @@ +Subproject commit 84c99c0f629bf3bb59f9b340dcf1f3a9e154a011