diff --git a/.github/workflows/site_gen.yml b/.github/workflows/site_gen.yml index bfd0d83..b798dc2 100644 --- a/.github/workflows/site_gen.yml +++ b/.github/workflows/site_gen.yml @@ -22,7 +22,7 @@ jobs: run: npm i reveal-md - name: md -> html conversion using revealmd - run: ./node_modules/.bin/reveal-md slides --static docs --highlight-theme github + run: ./node_modules/.bin/reveal-md slides --static docs --highlight-theme dracula - name: push site files run: | diff --git a/slides/README.md b/slides/README.md index a536925..dca023e 100644 --- a/slides/README.md +++ b/slides/README.md @@ -1,3 +1,4 @@ # Slides +* [Intro to Linux](intro-to-linux.md) * [Intro to CTFs](intro-to-ctfs.md) diff --git a/slides/index.md b/slides/index.md index 7c3a29a..5429ddf 100644 --- a/slides/index.md +++ b/slides/index.md @@ -4,4 +4,5 @@ title: Slides # Slides +* [Intro to Linux](intro-to-linux.html) * [Intro to CTFs](intro-to-ctfs.html) diff --git a/slides/intro-to-ctfs.md b/slides/intro-to-ctfs.md index 3691987..b4ea4eb 100644 --- a/slides/intro-to-ctfs.md +++ b/slides/intro-to-ctfs.md @@ -1,5 +1,7 @@ --- title: Intro to CTFs +revealOptions: + transition: 'slide' --- # Intro to CTFs @@ -383,7 +385,7 @@ Finally we've got the "flag". * You are given a large chunk of text worth easily over 100MB -``` +```text akOjas;kdfjFs;kdfjasFkfja;kfajf;kIjfdkjCfkafEk weruqwIeuqworieuSwoeruqperuqpweruqTeriuqwpHerw zmnEcv,mncv,mznvzvnzvBvnzvnzmvnzmcvnzExvbzcvbs @@ -397,7 +399,7 @@ ewnSqmnrzhvcHicvuapiuasdfna.OenrqwmenrjhWziocu * Anything odd? -``` +```text akOjas;kdfjFs;kdfjasFkfja;kfajf;kIjfdkjCfkafEk weruqwIeuqworieuSwoeruqperuqpweruqTeriuqwpHerw zmnEcv,mncv,mznvzvnzvBvnzvnzmvnzmcvnzExvbzcvbs @@ -413,7 +415,7 @@ ewnSqmnrzhvcHicvuapiuasdfna.OenrqwmenrjhWziocu * \*insert some ezpz programming with ASCII values\* * Extracted capital letter form this: -``` +```text OFFICEISTHEBESTTVSHOW ``` diff --git a/slides/intro-to-linux.md b/slides/intro-to-linux.md new file mode 100644 index 0000000..0b5556f --- /dev/null +++ b/slides/intro-to-linux.md @@ -0,0 +1,9 @@ +--- +title: Intro to Linux +revealOptions: + transition: 'slide' +--- + +# Intro to Linux + +#### *Oh I use Arch BTW*