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
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.
title: sudossecurity | The Cyber Security Blog# the main title
18
18
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
20
20
21
21
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.
23
23
24
24
# Fill in the protocol & hostname for your site.
25
25
# e.g. 'https://username.github.io', note that it does not end with a '/'.
26
-
url: ""
26
+
url: "https://sudosecurity.io"
27
27
28
28
github:
29
-
username: github_username# change to your github username
29
+
username: sudosuraz# change to your github username
30
30
31
31
twitter:
32
-
username: twitter_username# change to your twitter username
32
+
username: sudosuraj# change to your twitter username
33
33
34
34
social:
35
35
# Change to your full name.
36
36
# 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
38
38
email: example@domain.com # change to your email address
39
39
links:
40
40
# 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
43
43
# Uncomment below to add more social links
44
44
# - https://www.facebook.com/username
45
-
#- https://www.linkedin.com/in/username
45
+
- https://www.linkedin.com/in/sudosuraj
46
46
47
47
google_site_verification: # fill in to your verification string
48
48
@@ -63,7 +63,7 @@ google_analytics:
63
63
# light - Use the light color scheme
64
64
# dark - Use the dark color scheme
65
65
#
66
-
theme_mode: # [light|dark]
66
+
theme_mode: [dark]
67
67
68
68
# The CDN endpoint for images.
69
69
# Notice that once it is assigned, the CDN url
@@ -112,7 +112,7 @@ pwa:
112
112
paginate: 10
113
113
114
114
# The base URL of your site
115
-
baseurl: ""
115
+
baseurl: "https://sudosecurity.io"
116
116
117
117
# ------------ The following options are not recommended to be modified ------------------
0 commit comments