Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
bamr87 committed May 20, 2024
1 parent 3be6d8f commit d77c35c
Show file tree
Hide file tree
Showing 16 changed files with 57 additions and 81 deletions.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,15 @@
"bamr",
"endcapture",
"endraw",
"Groking",
"Inkscape",
"Jamstack",
"Krita",
"lastmod",
"markdownify",
"MERN",
"Picade",
"sublinks"
"sublinks",
"winget"
]
}
25 changes: 4 additions & 21 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,13 +274,11 @@ defaults:
path: ""
values:
layout: root
show_date: true
author_profile: false
read_time: true
comments: # true
share: true
related: true
toc: true
sidebar:
nav: main
permalink: /:collection/:name/
Expand All @@ -291,16 +289,14 @@ defaults:
path: pages
values:
layout: &pages default
show_date: true
author_profile: true
read_time: true
comments: # true
share: true
related: true
toc: true
toc_sticky: true
sidebar:
nav: categories
nav: searchCats
permalink: /:path/:name/

# pages/_about
Expand All @@ -312,7 +308,6 @@ defaults:
collection: about
share: true
related: true
toc: true
sidebar:
nav: about

Expand All @@ -325,7 +320,6 @@ defaults:
collection: quickstart
share: true
related: true
toc: true
sidebar:
nav: quickstart

Expand All @@ -335,15 +329,13 @@ defaults:
path: pages/_posts
values:
layout: journals
show_date: true
author_profile: true
read_time: true
comments: # true
share: true
related: true
toc: true
sidebar:
nav: categories
nav: dynamic
# permalink: /:collection/:name/

# pages/_docs
Expand All @@ -353,13 +345,11 @@ defaults:
values:
layout: *pages
# category: docs
show_date: true
author_profile: true
read_time: true
comments: # true
share: true
related: true
toc: true
sidebar:
nav: docs
# permalink: /docs/:category/:name/
Expand All @@ -370,13 +360,11 @@ defaults:
path: pages/_quests
values:
layout: *pages
show_date: true
author_profile: true
read_time: true
comments: # true
share: true
related: true
toc: true
sidebar:
nav: dynamic
permalink: /:categories/:slug
Expand All @@ -389,7 +377,6 @@ defaults:
values:
layout: *pages
share: false
toc: true
author_profile: false
sidebar:
nav: hobbies
Expand All @@ -402,7 +389,6 @@ defaults:
values:
layout: *pages
share: false
toc: true
author_profile: false
sidebar:
nav: dynamic
Expand All @@ -423,17 +409,14 @@ exclude:
- gemfiles/
- Gemfile
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- vendor/
- "*.sh"
- submodules/

# Sass/SCSS
sass:
sass_dir: _sass
style: compressed
style: expanded

# TODO: Fix bootstrap plugin
# load_paths:
Expand Down
40 changes: 22 additions & 18 deletions _layouts/journals.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,28 @@ <h1 id="page-title" class="page__title">{{ page.title }}</h1>
{{ content }}
</div>

<nav aria-label="Page navigation">
<ul class="pagination pagination-lg justify-content-center">
<li class="page-item">
{% if page.previous %}
<a class="page-link" href="{{ page.previous.url | prepend: site.baseurl }}">Previous</a>
{% else %}
<a class="page-link" href="#" aria-disabled="true">Previous</a>
{% endif %}
</li>
<li class="page-item">
{% if page.next %}
<a class="page-link" href="{{ page.next.url | prepend: site.baseurl }}">Next</a>
{% else %}
<a class="page-link" href="#" aria-disabled="true">Next</a>
{% endif %}
</li>
</ul>
</nav>
<nav aria-label="Page navigation">
<ul class="pagination pagination-lg justify-content-center">
<li class="page-item">
{% if page.previous %}
<a class="page-link" href="{{ page.previous.url | prepend: site.baseurl }}">
Previous: {{ page.previous.title }}
</a>
{% else %}
<a class="page-link" href="#" aria-disabled="true">Previous</a>
{% endif %}
</li>
<li class="page-item">
{% if page.next %}
<a class="page-link" href="{{ page.next.url | prepend: site.baseurl }}">
Next: {{ page.next.title }}
</a>
{% else %}
<a class="page-link" href="#" aria-disabled="true">Next</a>
{% endif %}
</li>
</ul>
</nav>

</div>

Expand Down
4 changes: 2 additions & 2 deletions pages/_about/contribute/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:
- contributing
meta: null
draft: true
lastmod: 2024-05-12T22:33:25.194Z
lastmod: 2024-05-20T17:42:21.099Z
permalink: /about/contributing
---

Expand All @@ -22,7 +22,7 @@ TODO: Right contribution instructions.

Here's a list of contributors:

- [Amr](/_about/contributors/bamr87/)
- [Amr](/contributors/bamr87/)

Start with Contribution framework

Expand Down
3 changes: 1 addition & 2 deletions pages/_docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ catagories:
- home
sidebar:
nav: docs
toc: true
toc_sticky: true
date: 2021-09-24T19:32:44.876Z
lastmod: 2024-05-16T20:02:25.942Z
lastmod: 2024-05-20T17:47:12.244Z
draft: true
---

Expand Down
5 changes: 1 addition & 4 deletions pages/_posts/2022-05-09-javascript-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@ layout: javascript
description: null
categories:
- Posts
sidebar:
nav: docs
toc: true
toc_sticky: true
date: 2022-05-09T17:55:08.609Z
lastmod: 2024-05-18T05:29:09.090Z
lastmod: 2024-05-20T18:02:01.440Z
draft: true
---
4 changes: 2 additions & 2 deletions pages/_posts/2022-07-01-angular-tour-of-heros.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ tags:
- article
meta: null
draft: true
lastmod: 2024-05-16T02:54:38.221Z
lastmod: 2024-05-20T14:54:20.887Z
source: https://angular.io/tutorial
---

{{ page.source }}
{{ page.source }}
11 changes: 4 additions & 7 deletions pages/_posts/2023-03-17-penrose-triangle.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ snippet: 2023-03-11T16:12:28.481Z
categories: null
tags: null
draft: 2023-03-11T16:12:28.481Z
lastmod: 2024-05-16T01:45:59.201Z
lastmod: 2024-05-20T14:59:10.308Z
type: Article
---

Expand Down Expand Up @@ -59,12 +59,9 @@ Generative AI Art

RGBA 1d522529

<https://jekyllrb.com/docs/static-files/>

https://jekyllrb.com/docs/static-files/




<p>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 800">
<defs>
<linearGradient id="gradient" x1="0" y1="0" x2="1" y2="1">
Expand All @@ -81,4 +78,4 @@ https://jekyllrb.com/docs/static-files/
<polygon points="200,100 350,250 50,250" fill="none" stroke="#FFFFFF" stroke-width="10" stroke-linejoin="round" />
</g>
</svg>

</p>
6 changes: 4 additions & 2 deletions pages/_posts/2023-04-07-krita-tips-and-tricks.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Krita Tips and Tricks"
title: Krita Tips and Tricks
author: null
excerpt: null
description: null
Expand All @@ -9,8 +9,10 @@ categories:
tags:
- article
meta: null
sidebar:
nav: searchCats
draft: true
lastmod: 2022-05-21T23:56:40.448Z
lastmod: 2024-05-20T17:37:08.794Z
---

## Krita Settings - Pen Pressure
Expand Down
4 changes: 2 additions & 2 deletions pages/_posts/2023-11-04-latex-your-cv.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ snippet: 2023-11-05T02:50:50.370Z
categories: []
tags: []
draft: 2023-11-05T02:50:50.370Z
lastmod: 2024-05-16T01:45:59.188Z
lastmod: 2024-05-20T14:59:08.505Z
type: Article
---

Expand Down Expand Up @@ -167,4 +167,4 @@ Push the changes to GitHub:
git push -u origin master
```
You should now have LaTeX installed on your Mac, be able to edit and compile LaTeX files using Visual Studio Code, and store your LaTeX projects on GitHub.
You should now have LaTeX installed on your Mac, be able to edit and compile LaTeX files using Visual Studio Code, and store your LaTeX projects on GitHub.
4 changes: 2 additions & 2 deletions pages/_posts/2024-02-10-retropie-imaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ snippet: 2024-02-10T23:51:06.235Z
categories: []
tags: []
draft: 2024-02-10T23:51:06.235Z
lastmod: 2024-05-16T01:45:59.191Z
lastmod: 2024-05-20T14:59:05.949Z
type: Article
slug: retropie-imaging
---


To write a RetroPie `.img.gz` image to a microSD card using the `dd` command in Linux, you need to follow a series of steps. The `dd` command is a powerful utility for copying and converting files, and when used with care, it can be very effective for tasks like writing disk images to removable storage devices.
To write a RetroPie `.img.gz` image to a microSD card using the `dd` command in Linux, you need to follow a series of steps. The `dd` command is a powerful utility for copying and converting files, and when used with care, it can be very effective for tasks like writing disk images to removable storage devices.

However, be cautious when using `dd` as it can overwrite any disk if you specify the wrong output file, leading to data loss. Always double-check the target device's file path (`/dev/sdX`, where `X` is the letter corresponding to your device) before proceeding.

Expand Down
3 changes: 1 addition & 2 deletions pages/_posts/reflections/2021-10-27-build-die-repeat.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ categories:
- Posts
sidebar:
nav: docs
toc: true
toc_sticky: true
date: 2021-10-27T21:42:21.287Z
lastmod: 2024-05-18T05:28:29.561Z
lastmod: 2024-05-20T17:47:12.251Z
draft: false
---

Expand Down
6 changes: 1 addition & 5 deletions pages/_posts/reflections/2021-11-08-it-purpose.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@ author: null
description: null
categories:
- Posts
sidebar:
nav: posts
toc: true
toc_sticky: true
date: 2021-11-08T19:50:20.168Z
lastmod: 2024-05-18T05:57:12.990Z
lastmod: 2024-05-20T17:41:07.639Z
draft: true
---
# IT-Manifesto
Expand Down
3 changes: 1 addition & 2 deletions pages/_quests/2020-02-02-home.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ categories:
- home
sidebar:
nav: home
toc: true
toc_sticky: true
date: 2021-11-29T03:41:20.614Z
lastmod: 2023-11-23T18:27:31.353Z
lastmod: 2024-05-20T17:47:12.241Z
---

## Home
Expand Down
Loading

0 comments on commit d77c35c

Please sign in to comment.