Skip to content

Commit

Permalink
Transfer repo to Yree
Browse files Browse the repository at this point in the history
  • Loading branch information
8hantanu committed Apr 12, 2024
1 parent d2e809c commit 7736f53
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Inspired from [riggraz/no-style-please](https://github.com/riggraz/no-style-plea
- Setup your github pages repo
- To your `_config.yml`, add:
```yaml
remote-theme: 8hantanu/mold
remote-theme: yree/mold
```
- Edit `_config.yml` file to further customize your blog.

Expand All @@ -39,7 +39,7 @@ However, if you would like to force the color inversion on a specific image, you
For example, if you have a black and white image, it could make sense to invert it in dark mode. On the other hand, a colorful image will probably look bad if inverted.

## Contributing 🤝
Bug reports and pull requests are welcome on GitHub at [8hantanu/mold](https://github.com/8hantanu/mold). This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
Bug reports and pull requests are welcome on GitHub at [yree/mold](https://github.com/yree/mold). This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

## Development (TODO) 🚧
To set up your environment to develop this theme, run `bundle install`.
Expand Down
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: mold # name of the site
author: Shantanu Mishra # name of site's author
email: [email protected] # email of site's author
url: https://8hantanu.net # root address of the site
url: https://yree.io # root address of the site
baseurl: "/mold" # subpath of the site, e.g. "/blog" (leave it blank "" if you're site shouldn't use a subpath)
description: > # description of the site (multiple lines allowed)
A minimal, optimized, lightweight design for static sites.
Expand All @@ -11,8 +11,8 @@ permalink: /:slug
favicon: "favicon.svg" # name+extension of favicon (which must be put on the root folder)
# goat_counter: "yoursitename" # put your GoatCounter name if you want to use GoatCounter analytics

# theme: mold # if you are using GitHub Pages, change it to remote_theme: 8hantanu/mold
remote_theme: 8hantanu/mold
# theme: mold # if you are using GitHub Pages, change it to remote_theme: yree/mold
remote_theme: yree/mold

theme_config:
appearance: "auto" # can be "light", "dark" or "auto"
Expand Down
2 changes: 1 addition & 1 deletion mold.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
spec.email = ["[email protected]"]

spec.summary = "A minimal, optimized, lightweight design for static sites."
spec.homepage = "https://github.com/8hantanu/mold"
spec.homepage = "https://github.com/yree/mold"
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_layouts|_includes|_sass|LICENSE|README|_config\.yml)!i) }
Expand Down

0 comments on commit 7736f53

Please sign in to comment.