Skip to content

Commit 48c1a04

Browse files
authored
first things first
1 parent dd6c960 commit 48c1a04

File tree

2 files changed

+14
-58
lines changed

2 files changed

+14
-58
lines changed

README.md

Lines changed: 2 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,5 @@
1-
# Chirpy Starter
2-
3-
[![Gem Version](https://img.shields.io/gem/v/jekyll-theme-chirpy)][gem] 
4-
[![GitHub license](https://img.shields.io/github/license/cotes2020/chirpy-starter.svg?color=blue)][mit]
5-
6-
When installing the [**Chirpy**][chirpy] theme through [RubyGems.org][gem], Jekyll can only read files in the folders
7-
`_data`, `_layouts`, `_includes`, `_sass` and `assets`, as well as a small part of options of the `_config.yml` file
8-
from the theme's gem. If you have ever installed this theme gem, you can use the command
9-
`bundle info --path jekyll-theme-chirpy` to locate these files.
10-
11-
The Jekyll team claims that this is to leave the ball in the user’s court, but this also results in users not being
12-
able to enjoy the out-of-the-box experience when using feature-rich themes.
13-
14-
To fully use all the features of **Chirpy**, you need to copy the other critical files from the theme's gem to your
15-
Jekyll site. The following is a list of targets:
16-
17-
```shell
18-
.
19-
├── _config.yml
20-
├── _plugins
21-
├── _tabs
22-
└── index.html
23-
```
24-
25-
To save you time, and also in case you lose some files while copying, we extract those files/configurations of the
26-
latest version of the **Chirpy** theme and the [CD][CD] workflow to here, so that you can start writing in minutes.
27-
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.
37-
38-
Then clone it to your local machine and run:
39-
40-
```console
41-
$ bundle
42-
```
43-
44-
## Usage
45-
46-
Please see the [theme's docs](https://github.com/cotes2020/jekyll-theme-chirpy#documentation).
1+
# sudosecurity.io
2+
My static blog page, where I use to publish writeups of CTFs, my bug bounty journey and latest fidings, and my views and opinion about the latest hacks and threads in cybersecurity.
473

484
## License
495

_config.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,35 +14,35 @@ timezone:
1414
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
1515
# ↓ --------------------------
1616

17-
title: Chirpy # the main title
17+
title: sudossecurity | The Cyber Security Blog # the main title
1818

19-
tagline: A text-focused Jekyll theme # it will display as the sub-title
19+
tagline: by sudosuraj # it will display as the sub-title
2020

2121
description: >- # used by seo meta and the atom feed
22-
A minimal, responsive and feature-rich Jekyll theme for technical writing.
22+
Hi, I'm Suraj Sharma aka sudosuraj and this is my static blog page, where I use to publish writeups of CTFs, my bug bounty journey and latest fidings, and my views and opinion about the latest hacks and threads in cybersecurity.
2323
2424
# Fill in the protocol & hostname for your site.
2525
# e.g. 'https://username.github.io', note that it does not end with a '/'.
26-
url: ""
26+
url: "https://sudosecurity.io"
2727

2828
github:
29-
username: github_username # change to your github username
29+
username: sudosuraz # change to your github username
3030

3131
twitter:
32-
username: twitter_username # change to your twitter username
32+
username: sudosuraj # change to your twitter username
3333

3434
social:
3535
# Change to your full name.
3636
# It will be displayed as the default author of the posts and the copyright owner in the Footer
37-
name: your_full_name
37+
name: Suraj Sharma
3838
email: example@domain.com # change to your email address
3939
links:
4040
# The first element serves as the copyright owner's link
41-
- https://twitter.com/username # change to your twitter homepage
42-
- https://github.com/username # change to your github homepage
41+
- https://twitter.com/sudosuraj # change to your twitter homepage
42+
- https://github.com/sudosuraz # change to your github homepage
4343
# Uncomment below to add more social links
4444
# - https://www.facebook.com/username
45-
# - https://www.linkedin.com/in/username
45+
- https://www.linkedin.com/in/sudosuraj
4646

4747
google_site_verification: # fill in to your verification string
4848

@@ -63,7 +63,7 @@ google_analytics:
6363
# light - Use the light color scheme
6464
# dark - Use the dark color scheme
6565
#
66-
theme_mode: # [light|dark]
66+
theme_mode: [dark]
6767

6868
# The CDN endpoint for images.
6969
# Notice that once it is assigned, the CDN url
@@ -112,7 +112,7 @@ pwa:
112112
paginate: 10
113113

114114
# The base URL of your site
115-
baseurl: ""
115+
baseurl: "https://sudosecurity.io"
116116

117117
# ------------ The following options are not recommended to be modified ------------------
118118

0 commit comments

Comments
 (0)