Skip to content

Commit 3b01699

Browse files
committed
kernelCTF: add draft style guide
1 parent 6faab0e commit 3b01699

File tree

3 files changed

+1210
-4
lines changed

3 files changed

+1210
-4
lines changed

.github/workflows/jekyll-gh-pages.yml

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
name: Deploy Jekyll with GitHub Pages dependencies preinstalled
33

44
on:
5-
# Runs on pushes targeting the default branch
6-
push:
7-
branches: ["master"]
8-
95
# Allows you to run this workflow manually from the Actions tab
106
workflow_dispatch:
117

_config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kramdown:
2+
input: GFM
3+
syntax_highlighter: rouge

0 commit comments

Comments
 (0)