Landing page of BKISC
- Pages: Welcome, contact, sponsors (thanks), link to recruitment page, achievements.
- Pages: Blog
- README update for Blog Contribution guide
- Github Workflow + JS Script for validating commits content
- Figure out themes mix-match if possbile between Roxo and Loveit
- Latex shortcodes support for Cryptography bloggers
- Taxonomies: [ctf, web, re, crypto, pwn, root-me, wsa, nsucrypto, istdtu]
- Blog by Timeline (By Year-month)
- Blog by Author
- Pages: members
- Academic profile for teacher advisor (embed google scholar profile https://scholar.google.com/citations?user=ha11OwIAAAAJ&hl=vi)
- Installation Hugo Extended binart guide
- Run
hugo server -D -w
to start the Hugo server with draft content and hot reload features - Run
hugo -D
to build static pages with draft
- Fork project repository
- Checkout
contribute-blog
branch - Create your content file in
/content
folder and add images. Please follow Note For Blog Contributers for detail explanation. - Open your favorite editor and add content
---
title: "Sekai Ctf 2022 Bottle Poem"
date: 2023-01-06T10:27:19+07:00
image: images/blog/web/sekai-ctf-2022-bottle-poem/sekai-ctf-2022-logo.png
feature_image: images/blog/web/sekai-ctf-2022-bottle-poem/sekai-ctf-2022-logo.png
author: duti
tags: ["web", "ctf", "duti"]
draft: true
---
### Problem statement
{{< figure src="/images/blog/web/sekai-ctf-2022-bottle-poem/problem-statement.png" title="" >}}
Author hints that flag is executable
...
- Stage and commit new file, please just add 1 markdown content file only in each commit and each pull request just contains 1 commit.
Note: Commit message must comply with below format for easy read
- Adding a blog: Add: <category>/file-name.md
- Delete a blog: Delete: <category>/file-name.md
- Modify a blog: Modified: <category>/file-name.md
- Push the commit to your username remote codeql-cheatsheet repository, then create a pull request from <your-username>/bkisc.com's
contribute-blog
branch to BKISC/bkisc.com'smain
branch.
If you want to request a new feature, encounter a bugs or having questions, please raise issues.
- Add images to
static/images/clients
- Add link to modified images[] in [param.footer]
Currently BKISC landing page are using only roxo-hugo theme. We will try adding more shortcodes support from LoveIt after figuring out how to mix-match 2 themes.