GitXplorerGitXplorer
C

hacker-plus-template

public
2 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
b0787b60cf40fc3c05bbf37da0a95b1464693557

Added tag feature

CCaptainIRS committed 4 years ago
Verified
68dd2827f7e16af0ffe002eda59556bde7c83f08

Added README.md

CCaptainIRS committed 4 years ago
Verified
c611f928771a5f0b03dcd0287212d43d1ceab509

Merge pull request #1 from CaptainIRS/dependabot/add-v2-config-file

CCaptainIRS committed 4 years ago
Verified
02ba9d923bfab490d5bd79782df7f0095ba834c0

Create Dependabot config file

ddependabot-preview[bot] committed 4 years ago
Unverified
5158bf202aa5c92db22ec5d36b345ef331112271

Changed extension to md

CCaptainIRS committed 4 years ago
Unverified
cf2768b2136529790bbb14864878e79c8b3db8e0

Deleted _dev

CCaptainIRS committed 4 years ago

README

The README file for this repository.

Usage

To use the Hacker Plus theme:

(Assuming that you have VS Code and python already installed)

  1. Click on 'Use this template'. Then fill in the asked details. This repo contains the basic structure, useful snippets for markdown in VS Code and a Gemfile in case you want to build and test the site locally
  2. Enable GitHub Pages in your repository
  3. Clone the repo locally
  4. [IMPORTANT*] Run git submodule add https://github.com/CaptainIRS/hacker-plus-scripts scripts to get the required python scripts
  5. Fill in in the desired fields the _config.yml file and push the commits to have a working site
  6. To get started, follow the instructions below(in VS Code):

* => GitHub for some reason removes the submodule link when you use the template (Possibly a bug)

Writing CTF Writeups:

  1. Open a new terminal window in VS Code and run cd scripts
  2. Run python writeup_gen.py and fill in the details. The script would generate the required writeup files and asset directory for the CTF and open the required files in VS Code for editing
  3. Write the writeups in markdown and push the commits to your repo

Writing Codechef Problem Solutions:

  1. Open a new terminal window in VS Code and run cd scripts
  2. Run python codechef_gen.py and fill in the details. The script would generate the required solution files and open them in VS Code for editing
  3. Write the solutions in markdown and push the commits to your repo