Skip to content

Commit

Permalink
Updated README.md, the theme and load-ssh-keys-via-kde-plasma-kwallet
Browse files Browse the repository at this point in the history
  • Loading branch information
guinuxbr committed Feb 7, 2024
1 parent eabb82f commit 68019f2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ This blog is built with [Hugo](https://gohugo.io/), one of the most popular and
git clone git@github.com:guinuxbr/guinuxbr.com.git
```

### Enter the cloned repo

```bash
cd guinuxbr.com
```

### Pull the theme files (Git submodule)

```bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "LOAD SSH KEYS VIA KDE PLASMA KWALLET"
subtitle: "Automatically add SSH keys after login"
date: 2022-07-03T14:12:33+01:00
lastmod: 2024-02-07T22:35:00+00:00
draft: false
tags: ["Linux", "KDE", "openSUSE"]
categories: ["tutorials"]
Expand Down Expand Up @@ -47,6 +48,7 @@ vim ~/.config/plasma-workspace/env/ksshaskpass.sh
```shell
#!/bin/sh
export SSH_ASKPASS='/usr/libexec/ssh/ksshaskpass'
[ -n "$SSH_AGENT_PID" ] || eval "$(ssh-agent -s)"
```

## Reboot to test
Expand Down
2 changes: 1 addition & 1 deletion themes/DoIt
Submodule DoIt updated 60 files
+2 −2 .github/workflows/Lighthouse-CI.yml
+2 −2 .github/workflows/build.yml
+4 −4 .github/workflows/codeql-analysis.yml
+4 −4 .github/workflows/pages.yml
+1 −1 .github/workflows/update-algolia-search-index.yml
+1 −1 .github/workflows/update-dependencies.yml
+3 −3 README.md
+0 −1 assets/css/_page/_home.scss
+1 −0 assets/css/_page/_single.scss
+6 −1 assets/css/_partial/_header.scss
+13 −1 assets/css/main.css
+3 −2 assets/js/lib/artalk.js
+1 −0 assets/js/lib/giscus.js
+13 −6 assets/js/theme.js
+1 −1 assets/lib/artalk/Artalk.css
+2 −1 assets/lib/artalk/Artalk.js
+1 −1 assets/lib/artalk/ArtalkLite.css
+2 −1 assets/lib/artalk/ArtalkLite.js
+1 −1 assets/lib/artalk/artalk-plugin-katex.js
+1 −1 assets/lib/artalk/artalk-plugin-lightbox.js
+45 −45 assets/lib/echarts/echarts.min.js
+2 −2 assets/lib/echarts/macarons.min.js
+1 −1 assets/lib/katex/katex.min.css
+1 −1 assets/lib/katex/katex.min.js
+1 −1 assets/lib/twikoo/twikoo.all.min.js
+1 −1 assets/lib/twikoo/twikoo.min.js
+1 −1 assets/lib/waline/waline.js
+7 −7 dependencies.json
+11 −0 exampleSite/config/_default/hugo.en.toml
+12 −7 exampleSite/config/_default/hugo.toml
+11 −0 exampleSite/config/_default/hugo.zh-cn.toml
+0 −32 exampleSite/config/_default/languages.toml
+1 −1 exampleSite/config/_default/params.en.toml
+12 −2 exampleSite/config/_default/params.toml
+1 −1 exampleSite/content/posts/basic-markdown-syntax/index.en.md
+1 −1 exampleSite/content/posts/how-to-DoIt/create-diagrams/index.en.md
+13 −3 exampleSite/content/posts/theme-documentation-basics/index.en.md
+13 −1 exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md
+4 −1 exampleSite/content/posts/theme-documentation-content/index.en.md
+3 −0 exampleSite/content/posts/theme-documentation-content/index.zh-cn.md
+3 −0 go.mod
+254 −0 i18n/am.toml
+198 −0 i18n/el.toml
+65 −3 i18n/fr.toml
+66 −5 i18n/ru.toml
+254 −0 i18n/ti.toml
+83 −22 i18n/tr.toml
+3 −2 layouts/_default/_markup/render-image.html
+6 −2 layouts/_default/baseof.html
+1 −1 layouts/index.html
+1 −1 layouts/index.rss.xml
+1 −0 layouts/partials/comment.html
+4 −0 layouts/partials/head/meta.html
+11 −11 layouts/partials/head/seo.html
+2 −2 layouts/partials/header.html
+1 −1 layouts/partials/init.html
+2 −4 layouts/partials/plugin/image.html
+10 −4 layouts/posts/single.html
+917 −1,833 package-lock.json
+12 −12 package.json

0 comments on commit 68019f2

Please sign in to comment.