diff --git a/content/posts/google-ctf/2021/beginners-quest/1.md b/content/posts/google-ctf/2021/beginners-quest/1.md index 4f5e7a6..83c45da 100644 --- a/content/posts/google-ctf/2021/beginners-quest/1.md +++ b/content/posts/google-ctf/2021/beginners-quest/1.md @@ -1,8 +1,10 @@ +++ author = "Maik de Kruif" -title = "Beginners Quest 1 - Google CTF" +title = "Novosibirsk Chemical plant" +subtitle = "Beginners Quest 1 - Google CTF" date = 2021-09-22T14:26:25+01:00 description = "A writeup for challenge 1 of the beginners quests of the Google CTF." +cover = "img/google-ctf/2021/beginners-quest/1/cover.png" tags = [ "Google CTF", "Beginners Quest", diff --git a/static/img/google-ctf/2021/beginners-quest/1/cover.png b/static/img/google-ctf/2021/beginners-quest/1/cover.png new file mode 100644 index 0000000..b066d82 Binary files /dev/null and b/static/img/google-ctf/2021/beginners-quest/1/cover.png differ diff --git a/themes/maik-blog/assets/scss/_post.scss b/themes/maik-blog/assets/scss/_post.scss index 0f28d2a..ad7aa72 100644 --- a/themes/maik-blog/assets/scss/_post.scss +++ b/themes/maik-blog/assets/scss/_post.scss @@ -31,6 +31,19 @@ } } + &-subtitle { + font-size: 1.9rem; + margin: -15px 0 20px; + + @media #{$media-size-phone} { + font-size: 1.6rem; + } + + a { + text-decoration: none; + } + } + &-tags { display: block; margin-bottom: 20px; diff --git a/themes/maik-blog/assets/scss/_posts.scss b/themes/maik-blog/assets/scss/_posts.scss index 73c786e..2348fe4 100644 --- a/themes/maik-blog/assets/scss/_posts.scss +++ b/themes/maik-blog/assets/scss/_posts.scss @@ -40,10 +40,16 @@ .post { &-title { - font-size: 1rem; + font-size: 1.9rem; margin: 5px 0 5px 0; } + &-subtitle { + font-size: 1.2rem; + margin: 5px 0 10px 0; + font-weight: 600; + } + &-year { padding-top: 6px; margin-right: 1.8em; diff --git a/themes/maik-blog/layouts/_default/list.html b/themes/maik-blog/layouts/_default/list.html index 67a086e..f9e4847 100644 --- a/themes/maik-blog/layouts/_default/list.html +++ b/themes/maik-blog/layouts/_default/list.html @@ -16,6 +16,9 @@ {{ range $paginator.Pages }}

{{ .Title | markdownify }}

+ {{- with .Params.Subtitle }} +

{{ . | markdownify }}

+ {{- end }}
{{- if .Date }}