Future Plans
in Blog
I really need to get my future plans a little more outlined today, because prioritization demands it. One only has so much time in a lifetime, and the tendencies are toward complexity, building stuff up, crystallization and stagnation, which lead to degeneration, decline and eventual collapse. I have so much I want to get done and feel like I have so little time left to do it all in.
S’pose that ain’t rare in ones’ fifties!
Anyway, I pretty much spent the day lounging on the couch watching Netflix with my girlfriend yesterday. Left my computer on all day without ever doing a damn thing on it. It was still on this morning waiting for me to get back to writing, programming, organizing – but no! Here I go! Looks like I have a more serious problem developing… My health is suffering. Gonna go take care of that right now. Hard to maintain focus when one’s head is this socked up.
Messed around a bit on the HydeJack
theme and was actually finally getting somewhere (although I was hating it and thinking of switching themes again anyway), but then, suddenly, this…
A bit of a head-scratcher, so I tried a couple things, but same result.
Then I checked the Hydejack site! Aha!
My Github Site at https://just-kiss-it.github.io/u_will/ doesn’t work anymore either. I’m giving up on his theme. It was geared toward those who pay anyway. The free version is crap…
Quick Caveat:
I am fuckerdumb.
Tell me dear sir, what was your first clue?
Well, actually, when I saw the dog had unplugged my ethernet cable.
You mean it wasn’t when you first tumbled out of bed and forgot to use the word apt
in your sudo apt update command
and actually took a commented screenshot thinking there was something wrong with the machine?
Well, clues have continued to gather in quick that today might be one of those days, but sometimes I like to bash my head against things for awhile…
You mean, like Jekyll
? How many times have you done that?
Well, I gave it a good try over 8 years ago when I was running Linux Mint at the time; but wow, Ruby and gems and wtf… I gave up because I was still too busy trying to learn HTML and everything else at the time, and was really into encryption and cryptocurrencies (long story for later there!), plus I was a single dad who was homeschooling two children, so no time or energy! Anyway, I tried it again about 5 years ago, but that was during my brief return to alcohol; and no one should be drunkenly blogging anyway, let alone trying to program their own static site generator while inebriated. This latest, rather well documented attempt (more blog posts from the past may be put up later – still not sure…) was pretty much a success, and I do have a couple local sites running, and even one on Github Pages at https://just-kiss-it.github.io/u_will – but, like I said, I don’t like the theme, I’m getting irritated with
Jekyll
and I want to tryHugo
…
The giraffe is talking to himself in the third person again…
And bis he is all over the map too!
So, where to focus my energies from here today?
Help my daughter set up a ProtonMail account,
KeepassXC
on her computer and phone, and ProtonVPN, so she can continue using free wi-fi with less danger when she is out and about.add
,push
andcommit
changes to Github just for practice… https://github.com/just-kiss-it/u_willsee if it even worked, rename the repository, shove it in the ‘test’ branch and…
start over with
HUGO
! (I mean, this is all about learning anyway.)well, don’t forget the main dealio, which is creating space for ‘giraffisms’ and outbursts of every kind.
Still trying to keep this straight…
My Github: https://github.com/just-kiss-it
gh-pages
Repository: https://github.com/just-kiss-it/u_will (well, for now anyway!)gh-pages
branch: https://just-kiss-it.github.io/u_will/ (where the website in thegh-pages
repository is being currently hosted)
I used to have a Github Pages website hosted from my master
branch, but that was so 3 days ago!
Added a sidebar-bg.jpg
into /assets/img/
before committing changes…
As for that whole thang…
jki@jki-pc:~/Just-Kiss-It/u_will$ git status
On branch gh-pages
Your branch is up to date with 'origin/gh-pages'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: 404.md
modified: Gemfile
modified: Gemfile.lock
modified: _config.yml
modified: _data/authors.yml
modified: about.md
Untracked files:
(use "git add <file>..." to include in what will be committed)
.directory
assets/img/blog/
assets/img/sidebar-bg.jpg
example/_posts/2020-01-09-testicles.md
example/_posts/2020-01-11-testicles-2.md
no changes added to commit (use "git add" and/or "git commit -a")
jki@jki-pc:~/Just-Kiss-It/u_will$ git add .
jki@jki-pc:~/Just-Kiss-It/u_will$ git status
On branch gh-pages
Your branch is up to date with 'origin/gh-pages'.
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
new file: .directory
modified: 404.md
modified: Gemfile
modified: Gemfile.lock
modified: _config.yml
modified: _data/authors.yml
modified: about.md
new file: assets/img/blog/2020-01-09/2020-01-09-175729.png
new file: assets/img/blog/2020-01-09/2020-01-09-183851.png
new file: assets/img/blog/2020-01-09/2020-01-09-195827.png
new file: assets/img/blog/2020-01-09/2020-01-09-203434.png
new file: assets/img/blog/2020-01-09/2020-01-09-210755.png
new file: assets/img/blog/2020-01-11/2020-01-11-044916.png
new file: assets/img/blog/2020-01-11/2020-01-11-071651.png
new file: assets/img/blog/2020-01-11/2020-01-11-072424.png
new file: assets/img/blog/2020-01-11/Wallpaper-for-HydeJack-Theme.jpg
new file: assets/img/sidebar-bg.jpg
new file: example/_posts/2020-01-09-testicles.md
new file: example/_posts/2020-01-11-testicles-2.md
jki@jki-pc:~/Just-Kiss-It/u_will$ git commit -m "pushing local folder to gh-pages"
[gh-pages kissmeu2] pushing local folder to gh-pages
19 files changed, 775 insertions(+), 58 deletions(-)
create mode 100644 .directory
create mode 100644 assets/img/blog/2020-01-09/2020-01-09-175729.png
create mode 100644 assets/img/blog/2020-01-09/2020-01-09-183851.png
create mode 100644 assets/img/blog/2020-01-09/2020-01-09-195827.png
create mode 100644 assets/img/blog/2020-01-09/2020-01-09-203434.png
create mode 100644 assets/img/blog/2020-01-09/2020-01-09-210755.png
create mode 100644 assets/img/blog/2020-01-11/2020-01-11-044916.png
create mode 100644 assets/img/blog/2020-01-11/2020-01-11-071651.png
create mode 100644 assets/img/blog/2020-01-11/2020-01-11-072424.png
create mode 100644 assets/img/blog/2020-01-11/Wallpaper-for-HydeJack-Theme.jpg
create mode 100644 assets/img/sidebar-bg.jpg
create mode 100644 example/_posts/2020-01-09-testicles.md
create mode 100644 example/_posts/2020-01-11-testicles-2.md
jki@jki-pc:~/Just-Kiss-It/u_will$ git origin gh-pages
git: 'origin' is not a git command. See 'git --help'.
jki@jki-pc:~/Just-Kiss-It/u_will$ git status
On branch gh-pages
Your branch is ahead of 'origin/gh-pages' by 1 commit.
(use "git push" to publish your local commits)
nothing to commit, working tree clean
jki@jki-pc:~/Just-Kiss-It/u_will$ git push
Username for 'https://github.com': just-kiss-it
Password for 'https://just-kiss-it@github.com':
Enumerating objects: 40, done.
Counting objects: 100% (40/40), done.
Delta compression using up to 2 threads
Compressing objects: 100% (26/26), done.
Writing objects: 100% (28/28), 2.50 MiB | 283.00 KiB/s, done.
Total 28 (delta 6), reused 0 (delta 0)
remote: Resolving deltas: 100% (6/6), completed with 6 local objects.
To https://github.com/just-kiss-it/u_will.git
6661488..kissmeu2 gh-pages -> gh-pages
jki@jki-pc:~/Just-Kiss-It/u_will$ git remote -v
origin https://github.com/just-kiss-it/u_will.git (fetch)
origin https://github.com/just-kiss-it/u_will.git (push)
jki@jki-pc:~/Just-Kiss-It/u_will$
I obviously still have to figure out the images thing in the HydeJack Theme. There was a note about it deep in the code somewhere – something about how images didn’t work, especially hotlinking, so I will have to address that with a quickness. I already added some images in though.
There is also the ‘_sass’ deprecation to worry about. Gotta see what is up with that too. I’ll probably be dropping this theme anyway, but that does not mean that more cannot be learned.
Put a new icon up and made a few more alterations here and there, learning about the theme, Liquid
, etc…