Skip to content

Commit

Permalink
init linux file, fix transition and dracula syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
lordlabuckdas committed Oct 16, 2021
1 parent 7501e05 commit 9e6a385
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/site_gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
1 change: 1 addition & 0 deletions slides/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Slides

* [Intro to Linux](intro-to-linux.md)
* [Intro to CTFs](intro-to-ctfs.md)
1 change: 1 addition & 0 deletions slides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ title: Slides

# Slides

* [Intro to Linux](intro-to-linux.html)
* [Intro to CTFs](intro-to-ctfs.html)
8 changes: 5 additions & 3 deletions slides/intro-to-ctfs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Intro to CTFs
revealOptions:
transition: 'slide'
---

# Intro to CTFs
Expand Down Expand Up @@ -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
Expand All @@ -397,7 +399,7 @@ ewnSqmnrzhvcHicvuapiuasdfna.OenrqwmenrjhWziocu

* Anything odd?

```
```text
akOjas;kdfjFs;kdfjasFkfja;kfajf;kIjfdkjCfkafEk
weruqwIeuqworieuSwoeruqperuqpweruqTeriuqwpHerw
zmnEcv,mncv,mznvzvnzvBvnzvnzmvnzmcvnzExvbzcvbs
Expand All @@ -413,7 +415,7 @@ ewnSqmnrzhvcHicvuapiuasdfna.OenrqwmenrjhWziocu
* \*insert some ezpz programming with ASCII values\*
* Extracted capital letter form this:

```
```text
OFFICEISTHEBESTTVSHOW
```

Expand Down
9 changes: 9 additions & 0 deletions slides/intro-to-linux.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Intro to Linux
revealOptions:
transition: 'slide'
---

# Intro to Linux

#### *Oh I use Arch BTW*

0 comments on commit 9e6a385

Please sign in to comment.