Skip to content

Commit 4590a8a

Browse files
authored
Merge pull request #2 from kyroceus/dev
Dev
2 parents 978ff24 + c0fce05 commit 4590a8a

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
[**Live Demo**][demo]
1616

17-
[![Devices Mockup](https://chirpy-img.netlify.app/commons/devices-mockup.png)][demo]
17+
[![Devices Mockup](https://purple-img.netlify.app/commons/device-mockup.png)][demo]
1818

1919
</div>
2020

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ theme_mode: # [light | dark]
9595
# will be added to all media resources (site avatar, posts' images, audio and video files) paths starting with '/'
9696
#
9797
# e.g. 'https://cdn.com'
98-
cdn: "https://chirpy-img.netlify.app"
98+
cdn: "https://purple-img.netlify.app"
9999

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

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
data-bs-toggle="tooltip"
3939
data-bs-placement="top"
4040
title="v{{ theme.version }}"
41-
href="https://github.com/cotes2020/jekyll-theme-purple"
41+
href="https://github.com/kyroceus/jekyll-theme-purple"
4242
target="_blank"
4343
rel="noopener"
4444
>Purple</a>

_posts/2019-08-08-text-and-typography.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pin: true
99
math: true
1010
mermaid: true
1111
image:
12-
path: /commons/devices-mockup.png
12+
path: /commons/device-mockup.png
1313
lqip: data:image/webp;base64,UklGRpoAAABXRUJQVlA4WAoAAAAQAAAADwAABwAAQUxQSDIAAAARL0AmbZurmr57yyIiqE8oiG0bejIYEQTgqiDA9vqnsUSI6H+oAERp2HZ65qP/VIAWAFZQOCBCAAAA8AEAnQEqEAAIAAVAfCWkAALp8sF8rgRgAP7o9FDvMCkMde9PK7euH5M1m6VWoDXf2FkP3BqV0ZYbO6NA/VFIAAAA
1414
alt: Responsive rendering of Chirpy theme on multiple devices.
1515
---

_posts/2019-08-09-getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This approach simplifies upgrades, isolates unnecessary files, and is perfect fo
2828
This approach is convenient for modifying features or UI design, but presents challenges during upgrades. So don't try this unless you are familiar with Jekyll and plan to heavily modify this theme.
2929

3030
1. Sign in to GitHub.
31-
2. [Fork the theme repository](https://github.com/cotes2020/jekyll-theme-chirpy/fork).
31+
2. [Fork the theme repository](https://github.com/kyroceus/purple-theme-chirpy/fork).
3232
3. Name the new repository `<username>.github.io`, replacing `username` with your lowercase GitHub username.
3333

3434
## Setting up the Environment
@@ -139,7 +139,7 @@ $ JEKYLL_ENV=production bundle exec jekyll b
139139
Unless you specified the output path, the generated site files will be placed in the `_site`{: .filepath} folder of the project's root directory. Upload these files to your target server.
140140

141141
[nodejs]: https://nodejs.org/
142-
[starter]: https://github.com/cotes2020/chirpy-starter
142+
[starter]: https://github.com/kyroceus/purple-starter
143143
[pages-workflow-src]: https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#publishing-with-a-custom-github-actions-workflow
144144
[docker-desktop]: https://www.docker.com/products/docker-desktop/
145145
[docker-engine]: https://docs.docker.com/engine/install/

jekyll-theme-purple.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "jekyll-theme-purple"
5-
spec.version = "1.0.0"
5+
spec.version = "1.0.1"
66
spec.authors = ["Cotes Chung", "Vishwa R"]
77
88

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jekyll-theme-purple",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A minimal, responsive, and feature-rich Jekyll theme for technical writing.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)