Skip to content

Commit d8d3812

Browse files
refactor into obsidian
1 parent 2769b9d commit d8d3812

File tree

148 files changed

+306
-9131
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+306
-9131
lines changed
Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
# On file change, update submodule of sigpwny/notes.sigpwny.com using a CI bot commit.
2-
name: Sync notes changes to sigpwny/notes.sigpwny.com
3-
on: push
4-
concurrency:
5-
group: ${{ github.workflow }}-${{ github.ref }}
6-
cancel-in-progress: true
7-
jobs:
8-
update:
9-
name: Update git submodule
10-
runs-on: ubuntu-latest
11-
steps:
12-
- name: Install SSH Client 🔑
13-
uses: webfactory/[email protected]
14-
with:
15-
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
16-
- name: Checkout
17-
uses: actions/checkout@v4
18-
with:
19-
repository: sigpwny/notes.sigpwny.com
20-
submodules: true
21-
- name: Pull & update submodules recursively
22-
run: |
23-
git submodule update --init --recursive
24-
git submodule update --recursive --remote
25-
- name: Commit
26-
run: |
27-
git config user.email "[email protected]"
28-
git config user.name "SIGPwny CI/CD"
29-
git add --all
30-
git commit -m "sync: sigpwny/notes" || echo "No changes to commit"
31-
git push
1+
# On file change, update submodule of sigpwny/notes.sigpwny.com using a CI bot commit.
2+
name: Sync notes changes to sigpwny/notes.sigpwny.com
3+
on: push
4+
concurrency:
5+
group: ${{ github.workflow }}-${{ github.ref }}
6+
cancel-in-progress: true
7+
jobs:
8+
update:
9+
name: Update git submodule
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Install SSH Client 🔑
13+
uses: webfactory/[email protected]
14+
with:
15+
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
16+
- name: Checkout
17+
uses: actions/checkout@v4
18+
with:
19+
repository: sigpwny/notes.sigpwny.com
20+
submodules: true
21+
- name: Pull & update submodules recursively
22+
run: |
23+
git submodule update --init --recursive
24+
git submodule update --recursive --remote
25+
- name: Commit
26+
run: |
27+
git config user.email "[email protected]"
28+
git config user.name "SIGPwny CI/CD"
29+
git add --all
30+
git commit -m "sync: sigpwny/notes" || echo "No changes to commit"
31+
git push

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.obsidian/
2+
.vscode/
3+
.DS_Store

README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

fallctf-2023/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

fallctf-2023/book.toml

Lines changed: 0 additions & 17 deletions
This file was deleted.

fallctf-2023/book/.gitkeep

Whitespace-only changes.
File renamed without changes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
---
2+
title: Cryptography
3+
---
14
# Cryptography
25
<embed src="./crypto.pdf" type="application/pdf" style="width: 100%; height: 80vh;">

fallctf-2023/README.md renamed to fallctf-2023/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
title: Fall CTF 2023
3+
---
14
# Fall CTF 2023 Guide
25

36
Welcome to Fall CTF 2023! Here are some resources we compiled to help guide you through the challenges.

fallctf-2023/src/osint/osint.md renamed to fallctf-2023/osint/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
title: OSINT
3+
---
14
# OSINT
25

36
OSINT, also known as **O**pen **S**ource **INT**elligence, is the gathering of publicly available information online.

0 commit comments

Comments
 (0)