You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-4Lines changed: 17 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,19 +25,32 @@ Jekyll site. The following is a list of targets:
25
25
To save you time, and also in case you lose some files while copying, we extract those files/configurations of the
26
26
latest version of the **Chirpy** theme and the [CD][CD] workflow to here, so that you can start writing in minutes.
27
27
28
-
## Usage
28
+
## Prerequisites
29
+
30
+
Follow the instructions in the [Jekyll Docs](https://jekyllrb.com/docs/installation/) to complete the installation of
31
+
the basic environment. [Git](https://git-scm.com/) also needs to be installed.
32
+
33
+
## Installation
34
+
35
+
Sign in to GitHub and [**use this template**][use-template] to generate a brand new repository and name it
36
+
`USERNAME.github.io`, where `USERNAME` represents your GitHub username.
29
37
30
-
Check out the [theme's docs](https://github.com/cotes2020/jekyll-theme-chirpy/wiki).
38
+
Then clone it to your local machine and run:
31
39
32
-
## Contributing
40
+
```console
41
+
$ bundle
42
+
```
43
+
44
+
## Usage
33
45
34
-
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.
46
+
Please see the [theme's docs](https://github.com/cotes2020/jekyll-theme-chirpy#documentation).
Welcome post for the Code Stuff, Break Things blog
4
+
title: Welcome
5
+
date: 2024-03-26 20:52:00 -0500
6
+
---
7
+
Welcome to my GitHub Pages site!
8
+
Here, I will be posting tech tips, code, my CTF writeups, and various tech ramblings.
9
+
Some of the initial CTF writeups may be a little rough around the edges.
10
+
I'm going in mostly chronological order from when I first started doing CTFs and my note taking wasn't as detailed back then as it is now so I am making the best of my notes from the early days.
0 commit comments