Init: add first post and theme in Hugo
This commit is contained in:
parent
dde6340863
commit
f8a8cac6c7
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -6,9 +6,11 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
- name: build
|
||||||
|
run: hugo --minify
|
||||||
- uses: bcomnes/deploy-to-neocities@v1
|
- uses: bcomnes/deploy-to-neocities@v1
|
||||||
if: ${{ github.ref == 'refs/heads/main' }}
|
if: ${{ github.ref == 'refs/heads/main' }}
|
||||||
with:
|
with:
|
||||||
api_token: ${{ secrets.NEOCITIES_API_KEY }}
|
api_token: ${{ secrets.NEOCITIES_API_KEY }}
|
||||||
cleanup: true
|
cleanup: true
|
||||||
dist_dir: src
|
dist_dir: public
|
||||||
|
|
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
public/
|
||||||
|
resources/
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "themes/ficurinia"]
|
||||||
|
path = themes/ficurinia
|
||||||
|
url = https://gitlab.com/gabmus/hugo-ficurinia
|
0
.hugo_build.lock
Normal file
0
.hugo_build.lock
Normal file
6
archetypes/default.md
Normal file
6
archetypes/default.md
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
date: {{ .Date }}
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
20
config.toml
Normal file
20
config.toml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
baseURL = "https://0xdeadbeer.neocities.org"
|
||||||
|
title = "0xdeadbeer"
|
||||||
|
theme = "ficurinia"
|
||||||
|
|
||||||
|
languageCode = "en"
|
||||||
|
defaultContentLanguage = "en"
|
||||||
|
|
||||||
|
copyright = "Kevin Jerebica 2022"
|
||||||
|
|
||||||
|
[params]
|
||||||
|
author = "Kevin Jerebica"
|
||||||
|
description = "Coding, Cyber Security, Unix, Psychology, Japan 🤍"
|
||||||
|
posts = "posts"
|
||||||
|
|
||||||
|
logo = "/logo-scaled.png"
|
||||||
|
favicon = "/logo-scaled.png"
|
||||||
|
faviconIco = "/logo-scaled.png"
|
||||||
|
appletouch = "/logo-scaled.png"
|
||||||
|
svgicon = "/logo-scaled.png"
|
||||||
|
icon512 = "/logo-scaled.png"
|
26
content/posts/how-to-find-good-content.md
Normal file
26
content/posts/how-to-find-good-content.md
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
---
|
||||||
|
title: "Becoming an absolute tech geek"
|
||||||
|
date: 2023-04-08T00:33:53+02:00
|
||||||
|
draft: false
|
||||||
|
---
|
||||||
|
|
||||||
|
These days finding good content on the Internet is a real challenge. A lot of the times I find myself staring at the monitor wondering what I should search for, just to find that juicy content that goes into the detail of how something works, and also doesn't annoy me with all the bullshit ads, newsletters, and such.
|
||||||
|
|
||||||
|
The original idea for the Internet was really simple, a place for folks to share, store, and find information. It was no more than static websites serving HTML and CSS. Now that we have big tech tracking us on practically every corner of the Internet, it's really difficult to find a *clean* resource you could say. Search algorithms prefer clicks, revenue, ADs, and beauty over simplistic but gold content.
|
||||||
|
|
||||||
|
If you're a fellow searching for structured content and want answers RIGHT NOW rather than in the next 10 minutes, here's what you have to know. Unless you're a person with serious brain issues, the following applies to you. Your brain is made to be flexible, to adapt to new environments whether they are filled with *Netflix & Chill, reading books, doing fun activities, interacting with people, or anything else*. And your brain may well have a favorite learning style, but that doesn't mean that you should limit yourself to just that learning style. In fact, you have to challenge your brain to step out of its comfort zone and learn, think, adapt, and consider. **That's why I think learning styles are nothing more than temporary classification of how your brain is preferenced to devour information from the outside world.**
|
||||||
|
|
||||||
|
I only realized this after coming into I.T., at the beginning I thought that learning was going to be as simple as a watch & learn process. Well, after 5 years of being into I.T., I can safely say that I was wrong. Most learning requires the will to read, explore, dig deeper, and most importantly.. experiment!
|
||||||
|
|
||||||
|
If this seems new to you, or even strange, know that it will show up sooner or later in your career and the sooner you start experimenting, the easier and more fun it will be! So why not start today? Get yourself a damn book, go read some research papers online, share, learn, adapt, wonder, and grow! :)
|
||||||
|
|
||||||
|
I'll be leaving you with some good resources that I accumulated over the last year.
|
||||||
|
- [Marginalia Search](https://search.marginalia.nu/)
|
||||||
|
- [Neocities](https://neocities.org/browse)
|
||||||
|
- [SearX](https://searx.thegpm.org/)
|
||||||
|
- [Wiby.me](https://wiby.me)
|
||||||
|
- [Papers we love](https://paperswelove.org/)
|
||||||
|
- [Linux Documentation](https://linux.die.net/)
|
||||||
|
- [GNU Manuals](https://www.gnu.org/manual/manual.en.html)
|
||||||
|
|
||||||
|
**Note:** will make a resources page eventually.
|
|
@ -1 +0,0 @@
|
||||||
<h1>Testing Github actions</h1>
|
|
BIN
static/logo-scaled.png
Normal file
BIN
static/logo-scaled.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 296 KiB |
BIN
static/logo.png
Normal file
BIN
static/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 85 KiB |
1
themes/ficurinia
Submodule
1
themes/ficurinia
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 72da9f00c79f582abac85b07825cea22e2fa94df
|
Loading…
Reference in New Issue
Block a user