forked from riggraz/no-style-please
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) } | ||
|