Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Commit

Permalink
refactor: move to divnix orga for further / temporary maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Aug 12, 2022
1 parent 8769efa commit e9edb34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/conf.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
# URL of the site, must be set to the url of the domain the site will be deployed
siteUrl = "https://styx-static.github.io/styx-theme-hyde";
siteUrl = "https://divnix.github.io/styx-theme-hyde";

theme = {
site.title = "Styx Site";
Expand Down
4 changes: 2 additions & 2 deletions meta.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
id = "hyde";
name = "Hyde";
license = lib.licenses.mit;
demoPage = https://styx-static.github.io/styx-theme-hyde;
homepage = https://github.com/styx-static/styx-theme-hyde;
demoPage = https://divnix.github.io/styx-theme-hyde;
homepage = https://github.com/divnix/styx-theme-hyde;
tags = [ "blog" ];
screenshot = ./screen.png;
description = ''
Expand Down

0 comments on commit e9edb34

Please sign in to comment.