SoftwareDevelopeRx.com - GitHub Pages site - Jekyll

The following is a personal note, as mentioned in the article Writing for ‘Future of Me’

  • Domain
  • configuration to GitHub Pages site
  • Jekyll as a static site generator
  • setting the theme: minima
    • file _config.yml
    • folder: _layout
    • folder: _includes
  • strategy:
    • Landing Page
      • for Homepage
      • per Topic / Category
    • Bilingual EN/ID

The website softwaredeveloperx.com is handled as follows:

Nice to have

Next step

Result after extracting the minima theme

Jekyll--theme--minima

Configuring GitHub Pages with Custom domain - softwaredeveloperx.com

Jekyll--theme--minima

Deploy

The deployment process can be seen here:

GitHub-Pages-deploy.png

Summary: files added and changed

Files I added and/or modified:

GitHub-Pages-file-add-changes.png

DO NOT: prefix _

Underscore _ in Jekyll = “this is a Jekyll system folder/file, not public content”.
All Jekyll internal folders use _:

_posts/      ← system
_layouts/    ← system
_includes/   ← system
_sass/       ← system
_drafts/     ← system

⚠️ Warning:

I once created a layout file called _new_post.html {fileName with _ prefix}, but it did not work {for the reason above}

I had no intention at all of appearing in Google Search.
But in the context of a website, everyone manages to show up in Google Search.
Why couldn’t I?

Skill issue?

Let’s do that:

GitHub-Pages-file-add-changes.png

GitHub-Pages-file-add-changes.png

Landing Page and Bilingual EN/ID

My idea was as follows:

  • Landing Page
    • for Homepage
    • per Topic / Category
  • Bilingual EN/ID

The combination produces:

How?

Landing-page-bilingual--EN-ID

Looking at the image above:

  • it starts from _config.yml
  • then the folders: _layout and _includes
  • and several files:
    • index.md
    • id.md
    • sharepoint.md
    • sharepoint-id.md
    • tulisan.md
    • contents.md
    • … {and other .md files}

Why Bilingual EN/ID? Isn’t AI enough?

I am fairly fluent in speaking and writing in Bahasa Indonesia.
My English?
not too good

I hope to start learning to write in English.
Even though in the very beginning, I requested AI to help me.