diff --git a/.drone.yml b/.drone.yml index 8792eec..0cfe5bf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,19 +24,19 @@ steps: - hugo-official -s exampleSite/ -b http://localhost/ - name: html-validation - image: xoxys/vnu + image: thegeeklab/vnu commands: - vnu --skip-non-html --also-check-css --errors-only exampleSite/public - name: link-validation - image: xoxys/link-validator + image: thegeeklab/link-validator commands: - link-validator -ro environment: LINK_VALIDATOR_BASE_DIR: exampleSite/public - name: page-validation - image: xoxys/lhci + image: thegeeklab/lhci commands: - lhci autorun environment: @@ -153,7 +153,7 @@ steps: image: byrnedo/alpine-curl commands: - mkdir -p exampleSite/themes/hugo-geekblog/ - - curl -sSL https://github.com/xoxys/hugo-geekblog/releases/latest/download/hugo-geekblog.tar.gz | tar -xz -C exampleSite/themes/hugo-geekblog/ --strip-components=1 + - curl -sSL https://github.com/thegeeklab/hugo-geekblog/releases/latest/download/hugo-geekblog.tar.gz | tar -xz -C exampleSite/themes/hugo-geekblog/ --strip-components=1 - name: build image: klakegg/hugo:0.74.3-ext-alpine @@ -238,6 +238,6 @@ depends_on: --- kind: signature -hmac: 41d1cd141179529490477cabe96f9e62933e0deb7cab3d17043a2182afd515fb +hmac: 49d123886e8810b7792dbf17110629112591674d1c9dadf72abbc0fe47580056 ... diff --git a/README.md b/README.md index 099ded8..fcb28e4 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ # Geekblog -[![Build Status](https://img.shields.io/drone/build/xoxys/hugo-geekblog?logo=drone)](https://cloud.drone.io/xoxys/hugo-geekblog) +[![Build Status](https://img.shields.io/drone/build/thegeeklab/hugo-geekblog?logo=drone)](https://cloud.drone.io/thegeeklab/hugo-geekblog) [![Hugo Version](https://img.shields.io/badge/hugo-0.65-blue.svg)](https://gohugo.io) -[![GitHub release](https://img.shields.io/github/v/release/xoxys/hugo-geekblog)](https://github.com/xoxys/hugo-geekblog/releases/latest) -[![GitHub contributors](https://img.shields.io/github/contributors/xoxys/hugo-geekblog)](https://github.com/xoxys/hugo-geekblog/graphs/contributors) -[![License: MIT](https://img.shields.io/github/license/xoxys/hugo-geekblog)](https://github.com/xoxys/hugo-geekblog/blob/master/LICENSE) +[![GitHub release](https://img.shields.io/github/v/release/thegeeklab/hugo-geekblog)](https://github.com/thegeeklab/hugo-geekblog/releases/latest) +[![GitHub contributors](https://img.shields.io/github/contributors/thegeeklab/hugo-geekblog)](https://github.com/thegeeklab/hugo-geekblog/graphs/contributors) +[![License: MIT](https://img.shields.io/github/license/thegeeklab/hugo-geekblog)](https://github.com/thegeeklab/hugo-geekblog/blob/master/LICENSE) Geekblog is a simple Hugo theme for personal blogs. It is intentionally designed as a fast and lean theme and may not fit the requirements of complex websites. If a more feature-complete theme is required there are a lot of got alternatives out there. You can find a demo and the full documentation at [https://hugo-geekblog.geekdocs.de](https://hugo-geekblog.geekdocs.de). -![Desktop and mobile preview](https://github.com/xoxys/hugo-geekblog/blob/master/images/readme.png) +![Desktop and mobile preview](https://github.com/thegeeklab/hugo-geekblog/blob/master/images/readme.png) ## Build and release process -This theme is subject to a CI driven build and release process common for software development. During the release build, all necessary assets are automatically built by [gulp](https://gulpjs.com/) and bundled in a release tarball. You can download the latest release from the GitHub [release page](https://github.com/xoxys/hugo-geekblog/releases). +This theme is subject to a CI driven build and release process common for software development. During the release build, all necessary assets are automatically built by [gulp](https://gulpjs.com/) and bundled in a release tarball. You can download the latest release from the GitHub [release page](https://github.com/thegeeklab/hugo-geekblog/releases). Due to the fact that `gulp` is used as pre-processor the theme cannot be used from the master branch by default. If you want to use the theme from a cloned branch instead of a release tarball you'll need to install `gulp` locally and run the default pipeline once to create all required assets. @@ -28,8 +28,8 @@ See the [Getting Started Guide](https://hugo-geekblog.geekdocs.de/posts/getting- ## Contributors -Special thanks goes to all [contributors](https://github.com/xoxys/hugo-geekblog/graphs/contributors). +Special thanks goes to all [contributors](https://github.com/thegeeklab/hugo-geekblog/graphs/contributors). ## License -This project is licensed under the MIT License - see the [LICENSE](https://github.com/xoxys/hugo-geekblog/blob/master/LICENSE) file for details. +This project is licensed under the MIT License - see the [LICENSE](https://github.com/thegeeklab/hugo-geekblog/blob/master/LICENSE) file for details. diff --git a/exampleSite/content/posts/getting-started.md b/exampleSite/content/posts/getting-started.md index 56967bc..a4e9847 100644 --- a/exampleSite/content/posts/getting-started.md +++ b/exampleSite/content/posts/getting-started.md @@ -12,11 +12,11 @@ This post tells you how to get started with the Geekblog theme, including instal -[![Build Status](https://img.shields.io/drone/build/xoxys/hugo-geekblog?logo=drone)](https://cloud.drone.io/xoxys/hugo-geekblog) +[![Build Status](https://img.shields.io/drone/build/thegeeklab/hugo-geekblog?logo=drone)](https://cloud.drone.io/thegeeklab/hugo-geekblog) [![Hugo Version](https://img.shields.io/badge/hugo-0.65-blue.svg)](https://gohugo.io) -[![GitHub release](https://img.shields.io/github/v/release/xoxys/hugo-geekblog)](https://github.com/xoxys/hugo-geekblog/releases/latest) -[![GitHub contributors](https://img.shields.io/github/contributors/xoxys/hugo-geekblog)](https://github.com/xoxys/hugo-geekblog/graphs/contributors) -[![License: MIT](https://img.shields.io/github/license/xoxys/hugo-geekblog)](https://github.com/xoxys/hugo-geekblog/blob/master/LICENSE) +[![GitHub release](https://img.shields.io/github/v/release/thegeeklab/hugo-geekblog)](https://github.com/thegeeklab/hugo-geekblog/releases/latest) +[![GitHub contributors](https://img.shields.io/github/contributors/thegeeklab/hugo-geekblog)](https://github.com/thegeeklab/hugo-geekblog/graphs/contributors) +[![License: MIT](https://img.shields.io/github/license/thegeeklab/hugo-geekblog)](https://github.com/thegeeklab/hugo-geekblog/blob/master/LICENSE) @@ -136,7 +136,7 @@ Download and extract the latest release bundle into the theme directory. ```Shell mkdir -p themes/hugo-geekblog/ -curl -L https://github.com/xoxys/hugo-geekblog/releases/latest/download/hugo-geekblog.tar.gz | tar -xz -C themes/hugo-geekblog/ --strip-components=1 +curl -L https://github.com/thegeeklab/hugo-geekblog/releases/latest/download/hugo-geekblog.tar.gz | tar -xz -C themes/hugo-geekblog/ --strip-components=1 ``` ### Option 2: Clone the GitHub repository @@ -151,7 +151,7 @@ run the described steps as well. Clone the Geekblog git repository. ```Shell -git clone https://github.com/xoxys/hugo-geekblog.git themes/geekblog +git clone https://github.com/thegeeklab/hugo-geekblog.git themes/geekblog ``` Build required theme assets e.g. CSS files and SVG sprites with `gulp`. diff --git a/layouts/partials/head/others.html b/layouts/partials/head/others.html index fdbd78f..15e93ba 100644 --- a/layouts/partials/head/others.html +++ b/layouts/partials/head/others.html @@ -5,4 +5,4 @@ {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end }} -{{ printf "" "Made with Geekblog theme https://github.com/xoxys/hugo-geekblog" | safeHTML }} +{{ printf "" "Made with Geekblog theme https://github.com/thegeeklab/hugo-geekblog" | safeHTML }} diff --git a/package.json b/package.json index de59adc..07a8268 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/xoxys/hugo-geekblog" + "url": "https://github.com/thegeeklab/hugo-geekblog" }, "author": "Robert Kaussow", "license": "MIT", diff --git a/theme.toml b/theme.toml index 8487e7d..6135744 100644 --- a/theme.toml +++ b/theme.toml @@ -1,6 +1,6 @@ name = "Geekblog" license = "MIT" -licenselink = "https://github.com/xoxys/hugo-geekblog/blob/master/LICENSE" +licenselink = "https://github.com/thegeeklab/hugo-geekblog/blob/master/LICENSE" description = "Hugo theme made for blogs" homepage = "https://hugo-geekblog.geekdocs.de/" tags = ["blog", "responsive", "simple"]