From cbed08621d58aef908b6e121615ddd5e53a173e6 Mon Sep 17 00:00:00 2001 From: zjedi Date: Sat, 18 Mar 2023 20:56:52 +0100 Subject: [PATCH] Tranferring repository ownership --- .github/workflows/ci.yml | 2 +- README.md | 26 +++++++++++++------------- contributing.md | 4 ++-- layouts/partials/footer.html | 4 +--- package.json | 6 +++--- theme.toml | 6 +++--- 6 files changed, 23 insertions(+), 25 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 519e59f..dda77ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: hugo-version: latest - name: Build local ./exampleSite - run: hugo --minify --gc --destination ../public --source ./exampleSite --themesDir ../.. --baseURL https://janraasch.github.io/hugo-scroll/ + run: hugo --minify --gc --destination ../public --source ./exampleSite --themesDir ../.. --baseURL https://zjedi.github.io/hugo-scroll/ - name: Deploy to GitHub Pages if: github.event_name == 'push' diff --git a/README.md b/README.md index 25ae994..3544d7c 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,21 @@ # Hugo Scroll A [Hugo](https://gohugo.io/) theme for pretty, quick and simple single-page websites. -For live demo of master branch, please visit https://janraasch.github.io/hugo-scroll/. -![Test](https://github.com/janraasch/hugo-scroll/workflows/CI/badge.svg?branch=master&event=push) +For live demo of master branch, please visit https://zjedi.github.io/hugo-scroll/. +![Test](https://github.com/zjedi/hugo-scroll/workflows/CI/badge.svg?branch=master&event=push) -As a fallback, see a screenshot which may be a bit outdated: ![Screenshot Hugo Scroll Theme](https://raw.githubusercontent.com/janraasch/hugo-scroll/master/images/tn.png) +As a fallback, see a screenshot which may be a bit outdated: ![Screenshot Hugo Scroll Theme](https://raw.githubusercontent.com/zjedi/hugo-scroll/master/images/tn.png) ## Installation If you already have a hugo site on your machine, you can simply add this theme via ``` -git submodule add https://github.com/janraasch/hugo-scroll.git themes/hugo-scroll +git submodule add https://github.com/zjedi/hugo-scroll.git themes/hugo-scroll ``` Then, adjust the `config.toml` as detailed below & in the file comments. If you simply want to check out the `exampleSite`, you can run ``` -git clone https://github.com/janraasch/hugo-scroll.git hugo-scroll +git clone https://github.com/zjedi/hugo-scroll.git hugo-scroll cd hugo-scroll hugo server --source=exampleSite --themesDir=../.. ``` @@ -24,7 +24,7 @@ For more information, read the official [Hugo setup guide][hugo-setup-guide]. If you are starting fresh, simply copy over the contents of the `exampleSite`-directory included in this theme to your source directory. That should give you a good idea about how things work, and then you can go on from there to make the site your own. -Please check out the [config.toml](https://github.com/janraasch/hugo-scroll/blob/master/exampleSite/config.toml) included on the [exampleSite](https://github.com/janraasch/hugo-scroll/tree/master/exampleSite) of this theme. +Please check out the [config.toml](https://github.com/zjedi/hugo-scroll/blob/master/exampleSite/config.toml) included on the [exampleSite](https://github.com/zjedi/hugo-scroll/tree/master/exampleSite) of this theme. You can add **a new section to the homepage** by running `hugo new homepage/my-new-content.md` (or craft the file manually) @@ -49,19 +49,19 @@ Visit as at {{ {{ if ne .Site.Params.hidedesignbyline true }}
- Design template - built with ♥️ by - Jan Raasch + Hugo Scroll template
{{ end }} diff --git a/package.json b/package.json index 0050103..c01c480 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/janraasch/hugo-scroll.git" + "url": "git+https://github.com/zjedi/hugo-scroll.git" }, "author": { "name": "Jan Raasch", @@ -19,9 +19,9 @@ }, "license": "MIT", "bugs": { - "url": "https://github.com/janraasch/hugo-scroll/issues" + "url": "https://github.com/zjedi/hugo-scroll/issues" }, - "homepage": "https://github.com/janraasch/hugo-scroll#readme", + "homepage": "https://github.com/zjedi/hugo-scroll#readme", "devDependencies": { "prettier": "^2.8.4", "prettier-plugin-go-template": "0.0.13" diff --git a/theme.toml b/theme.toml index ef66509..4af6343 100644 --- a/theme.toml +++ b/theme.toml @@ -3,10 +3,10 @@ name = "Hugo Scroll" license = "MIT" -licenselink = "https://github.com/janraasch/hugo-scroll/blob/master/LICENSE" +licenselink = "https://github.com/zjedi/hugo-scroll/blob/master/LICENSE" description = "A Hugo theme for pretty, quick and simple single-page websites." -homepage = "https://github.com/janraasch/hugo-scroll" -demosite = "https://janraasch.github.io/hugo-scroll/" +homepage = "https://github.com/zjedi/hugo-scroll" +demosite = "https://zjedi.github.io/hugo-scroll/" tags = [ "clean", "contact",