Skip to content

Commit

Permalink
seo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bamr87 committed May 17, 2024
1 parent 437b05e commit 677fbf1
Show file tree
Hide file tree
Showing 9 changed files with 74 additions and 24 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
---
title: it-journey
title: README - it-journey
description: it-journey
excerpt: it-journey
version: 0.0.0
date-released: 2022-03-01
url: https://github.com/bamr87/it-journey
repo: https://github.com/bamr87/it-journey
tags:
- it-journey
- readme
- jekyll
license: MIT
lastmod: 2024-05-02T16:11:54.831Z
lastmod: 2024-05-17T01:42:30.675Z
created: 2022-03-01T12:00:00.000Z
draft: in progress
slug: readme
keywords:
- readme
permalink: /readme/
layout: home
---


Expand All @@ -18,6 +26,8 @@ Branch | Build Status
Master | [![Build Status](https://app.travis-ci.com/bamr87/it-journey.svg?branch=master)](https://app.travis-ci.com/bamr87/it-journey)
gh-pages | [![Build Status](https://app.travis-ci.com/bamr87/it-journey.svg?branch=gh-pages)](https://app.travis-ci.com/bamr87/it-journey)

[![pages-build-deployment](https://github.com/bamr87/it-journey/actions/workflows/pages/pages-build-deployment/badge.svg?branch=gh-pages)](https://github.com/bamr87/it-journey/actions/workflows/pages/pages-build-deployment)

## README

Welcome to the source code reposoity for it-journey.dev.
Expand Down
3 changes: 1 addition & 2 deletions _includes/seo.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,10 @@

<title>{{ seo_title | default: site.title }}{% if paginator %}{% unless paginator.page == 1 %} {{ title_separator }} {{ site.data.ui-text[site.locale].page | default: "Page" }} {{ paginator.page }}{% endunless %}{% endif %}</title>
<meta name="description" content="{{ seo_description }}">

<meta name="author" content="{{ author.name | default: author }}">

{% if og_type == "article" %}
<meta property="article:author" content="{{ author.name | default: author }}">

{% endif %}

<meta property="og:type" content="{{ og_type }}">
Expand Down
14 changes: 7 additions & 7 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@

<!-- Main Body -->
<main class="bd-main order-1" data-spy="scroll" data-bs-target="toc-content" data-offset="0">
<!-- Intro Section -->
<div class="bd-intro pt-2 ps-lg-2">
<p>Intro</p>
</div>
<!-- Intro Section -->
<div class="bd-intro pt-2 ps-lg-2">
<p>Intro</p>
</div>
<!-- Right Sidebar - Page Contents and Shortcuts-->
<!-- _includes/sidebar-right.html -->
<div class="bd-toc text-body-secondary" >
{% include sidebar-right.html %}
</div>
<div class="bd-toc text-body-secondary" >
{% include sidebar-right.html %}
</div>
<!-- Main Content -->
<div class="bd-content ps-lg-2">
{{ content }}
Expand Down
3 changes: 3 additions & 0 deletions _layouts/root.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
<head>
<!-- _includes/head.html -->
{% include head.html %}

<!-- Jekyll-SEO Plugin https://github.com/jekyll/jekyll-seo-tag-->
{% seo %}
</head>
<body data-bs-spy="scroll" data-bs-target="#TableOfContents">

Expand Down
18 changes: 15 additions & 3 deletions pages/_notes/cheetsheets/Shell and the CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Shell and the CLI
updated: 2022-01-05 07:55:00Z
created: 2023-12-15 04:10:54Z
lastmod: 2024-05-17T01:52:39.490Z
draft: draft
---

# Command Line
Expand Down Expand Up @@ -33,9 +35,19 @@ write-host "hello world"

To create a clone of your fork, use the --clone flag.

```cmd
$gh_repo = "bamr87/it-journey"
gh repo fork $gh_repo --clone=true
```shell
# set the destination folder
gh_repo_dest="searchdocs"

# set the repo to fork
gh_repo="algolia/docsearch"

# change to the home directory

cd ~
mkdir github
cd github
gh repo fork $gh_repo --clone=true --fork-name $gh_repo_dest
```

wmic
Expand Down
6 changes: 0 additions & 6 deletions pages/_quests/lvl_0000/README.md

This file was deleted.

3 changes: 2 additions & 1 deletion script/cibuild
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash
echo "running CI Build File"
set -e # halt script on error
bundle exec jekyll algolia
bundle exec jekyll build
# bundle exec htmlproofer ./_site
# bundle exec htmlproofer ./_site
24 changes: 24 additions & 0 deletions submodules/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Submodules
description: Submodules for the IT Journey website.
date: 2024-05-16T02:07:27.384Z
preview: null
tags:
- submodules
categories:
- submodules
sub-title: null
snippet: null
author: bamr87
layout: null
keywords: {}
lastmod: 2024-05-16T16:11:20.289Z

---

to install and update submodules, run the following commands:

```shell
git submodule init
git submodule update
```
11 changes: 9 additions & 2 deletions zer0.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,18 @@ title: zer0
description: zer0
excerpt: zer0
version: 0.0.0
tags: []
categories: []
tags:
- Jekyll
categories:
- bootstrap
- quickstart
modified: 2024-02-10T23:51:11.480Z
created: 2024-02-10T23:51:11.480Z
lastmod: 2024-02-19T20:29:42.099Z
draft: in progress
date: 2024-05-17T01:53:10.461Z
layout: home
permalink: /zer0/
---
>_
# Zer0
Expand Down

0 comments on commit 677fbf1

Please sign in to comment.