Skip to content
Closed

Main #2570

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
4f57361
Added changes
d3dn0v4 Aug 26, 2025
84ff6c3
Added more ones
d3dn0v4 Aug 26, 2025
c3f3cdd
hope it works
d3dn0v4 Aug 26, 2025
22f0ef7
hope it works
d3dn0v4 Aug 26, 2025
65ffa29
hope it works3
d3dn0v4 Aug 26, 2025
f30cbc1
Create jekyll.yml
d3dn0v4 Aug 26, 2025
f3ab3f0
Update about.md
d3dn0v4 Aug 26, 2025
c0d03fa
Update authors.yml
d3dn0v4 Aug 26, 2025
d265c96
Update 2025-08-26-my-cake-warehouse-writeup.md
d3dn0v4 Aug 26, 2025
0bcc212
hope it works4
d3dn0v4 Aug 26, 2025
5b39026
Add files via upload
d3dn0v4 Aug 26, 2025
30c82f8
Update _config.yml
d3dn0v4 Aug 26, 2025
35d2433
Update 2025-08-26-my-cake-warehouse-writeup.md
d3dn0v4 Aug 26, 2025
dd865fb
hope it works6
d3dn0v4 Aug 26, 2025
9413312
Update 2025-08-26-my-cake-warehouse-writeup.md
d3dn0v4 Aug 26, 2025
7ddf0d3
Update _config.yml
d3dn0v4 Aug 26, 2025
9462b65
Update _config.yml
d3dn0v4 Aug 26, 2025
7106c24
Update _config.yml
d3dn0v4 Aug 26, 2025
455b420
Update _config.yml
d3dn0v4 Aug 26, 2025
372029f
Update _config.yml
d3dn0v4 Aug 26, 2025
aef163f
Update 2025-08-26-my-cake-warehouse-writeup.md
d3dn0v4 Aug 26, 2025
9410234
Update _config.yml
d3dn0v4 Aug 26, 2025
e448ffc
Update 2025-08-26-my-cake-warehouse-writeup.md
d3dn0v4 Aug 26, 2025
1949872
Update _config.yml
d3dn0v4 Aug 26, 2025
4c7ae44
it-will-work
d3dn0v4 Aug 26, 2025
d48027b
Update about.md
d3dn0v4 Aug 26, 2025
8ccd350
Update about.md
d3dn0v4 Aug 26, 2025
88b31d1
Update _config.yml
d3dn0v4 Aug 26, 2025
475429c
Update _config.yml
d3dn0v4 Aug 26, 2025
4991456
Update 2025-08-26-my-cake-warehouse-writeup.md
d3dn0v4 Aug 26, 2025
5abf309
Update _config.yml
d3dn0v4 Aug 26, 2025
b757070
writeup csaw gradebooks
d3dn0v4 Oct 23, 2025
619d922
ADDED PICTURES
d3dn0v4 Oct 23, 2025
e05421a
Update 2025-10-23-CSAWQuals-Gradebook-writeup.md
d3dn0v4 Oct 23, 2025
1066a5e
Update 2025-10-23-CSAWQuals-Gradebook-writeup.md
d3dn0v4 Oct 23, 2025
909f176
Add 'CTF' category to CSAW Quals writeup
d3dn0v4 Oct 23, 2025
f72fee1
Add Qiangwang Quals writeup in QiangQuals folder with images
d3dn0v4 Oct 28, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 65 additions & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.

# Sample workflow for building and deploying a Jekyll site to GitHub Pages
name: Deploy Jekyll site to Pages

on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false

jobs:
# Build job
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Ruby
# https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
with:
ruby-version: '3.1' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
env:
JEKYLL_ENV: production
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v3

# Deployment job
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gemspec
gem "jekyll-theme-chirpy", "~> 7.2", ">= 7.2.4"

gem "html-proofer", "~> 5.0", group: :test

Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)
MIT License

Copyright (c) 2019 Cotes Chung
Copyright (c) 2021 Cotes Chung

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
95 changes: 27 additions & 68 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,84 +1,43 @@
<!-- markdownlint-disable-next-line -->
<div align="center">
# Chirpy Starter

<!-- markdownlint-disable-next-line -->
# Chirpy Jekyll Theme
[![Gem Version](https://img.shields.io/gem/v/jekyll-theme-chirpy)][gem]&nbsp;
[![GitHub license](https://img.shields.io/github/license/cotes2020/chirpy-starter.svg?color=blue)][mit]

A minimal, responsive, and feature-rich Jekyll theme for technical writing.
When installing the [**Chirpy**][chirpy] theme through [RubyGems.org][gem], Jekyll can only read files in the folders
`_data`, `_layouts`, `_includes`, `_sass` and `assets`, as well as a small part of options of the `_config.yml` file
from the theme's gem. If you have ever installed this theme gem, you can use the command
`bundle info --path jekyll-theme-chirpy` to locate these files.

[![CI](https://img.shields.io/github/actions/workflow/status/cotes2020/jekyll-theme-chirpy/ci.yml?logo=github)][ci]&nbsp;
[![Codacy Badge](https://img.shields.io/codacy/grade/4e556876a3c54d5e8f2d2857c4f43894?logo=codacy)][codacy]&nbsp;
[![GitHub license](https://img.shields.io/github/license/cotes2020/jekyll-theme-chirpy?color=goldenrod)][license]&nbsp;
[![Gem Version](https://img.shields.io/gem/v/jekyll-theme-chirpy?&logo=RubyGems&logoColor=ghostwhite&label=gem&color=orange)][gem]&nbsp;
[![Open in Dev Containers](https://img.shields.io/badge/Dev_Containers-Open-deepskyblue?logo=linuxcontainers)][open-container]
The Jekyll team claims that this is to leave the ball in the user’s court, but this also results in users not being
able to enjoy the out-of-the-box experience when using feature-rich themes.

[**Live Demo** →][demo]
To fully use all the features of **Chirpy**, you need to copy the other critical files from the theme's gem to your
Jekyll site. The following is a list of targets:

[![Devices Mockup](https://chirpy-img.netlify.app/commons/devices-mockup.png)][demo]
```shell
.
├── _config.yml
├── _plugins
├── _tabs
└── index.html
```

</div>
To save you time, and also in case you lose some files while copying, we extract those files/configurations of the
latest version of the **Chirpy** theme and the [CD][CD] workflow to here, so that you can start writing in minutes.

## Features
## Usage

- Dark Theme
- Localized UI language
- Pinned Posts on Home Page
- Hierarchical Categories
- Trending Tags
- Table of Contents
- Last Modified Date
- Syntax Highlighting
- Mathematical Expressions
- Mermaid Diagrams & Flowcharts
- Dark Mode Images
- Embed Media
- Comment Systems
- Built-in Search
- Atom Feeds
- PWA
- Web Analytics
- SEO & Performance Optimization

## Documentation

To learn how to use, develop, and upgrade the project, please refer to the [Wiki][wiki].
Check out the [theme's docs](https://github.com/cotes2020/jekyll-theme-chirpy/wiki).

## Contributing

Contributions (_pull requests_, _issues_, and _discussions_) are what make the open-source community such an amazing place
to learn, inspire, and create. Any contributions you make are greatly appreciated.
For details, see the "[Contributing Guidelines][contribute-guide]".

## Credits

### Contributors

Thanks to [all the contributors][contributors] involved in the development of the project!

[![all-contributors](https://contrib.rocks/image?repo=cotes2020/jekyll-theme-chirpy&columns=16)][contributors]
<sub> — Made with [contrib.rocks](https://contrib.rocks)</sub>

### Third-Party Assets

This project is built on the [Jekyll][jekyllrb] ecosystem and some [great libraries][lib], and is developed using [VS Code][vscode] as well as tools provided by [JetBrains][jetbrains] under a non-commercial open-source software license.

The avatar and favicon for the project's website are from [ClipartMAX][clipartmax].
This repository is automatically updated with new releases from the theme repository. If you encounter any issues or want to contribute to its improvement, please visit the [theme repository][chirpy] to provide feedback.

## License

This project is published under [MIT License][license].
This work is published under [MIT][mit] License.

[gem]: https://rubygems.org/gems/jekyll-theme-chirpy
[ci]: https://github.com/cotes2020/jekyll-theme-chirpy/actions/workflows/ci.yml?query=event%3Apush+branch%3Amaster
[codacy]: https://app.codacy.com/gh/cotes2020/jekyll-theme-chirpy/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade
[license]: https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/LICENSE
[open-container]: https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/cotes2020/jekyll-theme-chirpy
[jekyllrb]: https://jekyllrb.com/
[clipartmax]: https://www.clipartmax.com/middle/m2i8b1m2K9Z5m2K9_ant-clipart-childrens-ant-cute/
[demo]: https://cotes2020.github.io/chirpy-demo/
[wiki]: https://github.com/cotes2020/jekyll-theme-chirpy/wiki
[contribute-guide]: https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/docs/CONTRIBUTING.md
[contributors]: https://github.com/cotes2020/jekyll-theme-chirpy/graphs/contributors
[lib]: https://github.com/cotes2020/chirpy-static-assets
[vscode]: https://code.visualstudio.com/
[jetbrains]: https://www.jetbrains.com/?from=jekyll-theme-chirpy
[chirpy]: https://github.com/cotes2020/jekyll-theme-chirpy/
[CD]: https://en.wikipedia.org/wiki/Continuous_deployment
[mit]: https://github.com/cotes2020/chirpy-starter/blob/master/LICENSE
29 changes: 15 additions & 14 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,43 +3,44 @@
# Import the theme
theme: jekyll-theme-chirpy


# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
# otherwise, the layout language will use the default value of 'en'.
lang: en

# Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker
timezone: Asia/Shanghai
timezone: Africa/Tunis

# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
# ↓ --------------------------

title: Chirpy # the main title
title: d3dn0v4 # the main title

tagline: A text-focused Jekyll theme # it will display as the subtitle
tagline: "CRTP | CBBH | CTF Player | Penetration Tester" # it will display as the subtitle

description: >- # used by seo meta and the atom feed
A minimal, responsive and feature-rich Jekyll theme for technical writing.
just a nerd who's inlove with cybersec and web exploitation

# Fill in the protocol & hostname for your site.
# E.g. 'https://username.github.io', note that it does not end with a '/'.
url: ""
url: "https://d3dn0v4.github.io"

github:
username: github_username # change to your GitHub username
username: d3dn0v4 # change to your GitHub username

twitter:
username: twitter_username # change to your Twitter username
username: d3dn0v4 # change to your Twitter username

social:
# Change to your full name.
# It will be displayed as the default author of the posts and the copyright owner in the Footer
name: your_full_name
email: [email protected] # change to your email address
name: d3dn0v4
email: [email protected] # change to your email address
links:
# The first element serves as the copyright owner's link
- https://twitter.com/username # change to your Twitter homepage
- https://github.com/username # change to your GitHub homepage
- https://twitter.com/d3dn0v4 # change to your Twitter homepage
- https://github.com/d3dn0v4 # change to your GitHub homepage
# Uncomment below to add more social links
# - https://www.facebook.com/username
# - https://www.linkedin.com/in/username
Expand Down Expand Up @@ -88,17 +89,17 @@ pageviews:
# light — Use the light color scheme
# dark — Use the dark color scheme
#
theme_mode: # [light | dark]
theme_mode:

# The CDN endpoint for media resources.
# Notice that once it is assigned, the CDN url
# will be added to all media resources (site avatar, posts' images, audio and video files) paths starting with '/'
#
# e.g. 'https://cdn.com'
cdn: "https://chirpy-img.netlify.app"
cdn: ""

# the avatar on sidebar, support local or CORS resources
avatar: "/commons/avatar.jpg"
avatar: "/assets/default.jpg"

# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
# It can be overridden by a customized `page.image` in front matter.
Expand Down
11 changes: 3 additions & 8 deletions _data/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@
# url: {homepage_of_author}
# -------------------------------------

cotes:
name: Cotes Chung
twitter: cotes2020
url: https://github.com/cotes2020/
d3dn0v4:
name: Ayham Naili
url: https://github.com/d3dn0v4/

sille_bille:
name: Dinesh Prasanth Moluguwan Krishnamoorthy
twitter: dinesh_MKD
url: https://github.com/SilleBille/
2 changes: 1 addition & 1 deletion _data/share.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ platforms:
#
# - type: Linkedin
# icon: "fab fa-linkedin"
# link: "https://www.linkedin.com/feed/?shareActive=true&shareUrl=URL"
# link: "https://www.linkedin.com/sharing/share-offsite/?url=URL"
#
# - type: Weibo
# icon: "fab fa-weibo"
Expand Down
1 change: 1 addition & 0 deletions _posts/.placeholder
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Loading
Loading