Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictoria <hello@victoria.dev>2019-03-18 21:03:40 +0300
committerVictoria <hello@victoria.dev>2019-03-18 21:46:00 +0300
commit31520b6f78dae94199a3f1151d23bda2428111e2 (patch)
treefb81e816adc08a3e5e9d4586e0a9e3e19565e728 /README.md
parentfabdd8764e9dafd4a91ee7a13b41acdace1ec180 (diff)
Try netlify.toml and rel css links
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index f041e28..8390978 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
# Introduction theme for Hugo
-[![Build Status](https://travis-ci.com/vickylai/hugo-theme-introduction.svg?branch=master)](https://travis-ci.com/vickylai/hugo-theme-introduction)
-![Latest Release](https://img.shields.io/github/tag/vickylai/hugo-theme-introduction.svg)
+[![Build Status](https://travis-ci.com/victoriadotdev/hugo-theme-introduction.svg?branch=master)](https://travis-ci.com/victoriadotdev/hugo-theme-introduction)
+![Latest Release](https://img.shields.io/github/tag/victoriadotdev/hugo-theme-introduction.svg)
Introduction is a minimalist, highly-versatile theme for Hugo. It can be configured as a single page, or as a full-featured site with multiple sections. It is multilingual, responsive, and includes a light and dark theme.
-![Main page screenshot](https://github.com/vickylai/hugo-theme-introduction/blob/master/images/screenshot.png)
+![Main page screenshot](https://github.com/victoriadotdev/hugo-theme-introduction/blob/master/images/screenshot.png)
Features:
@@ -30,13 +30,13 @@ Developer-friendly:
## Get the theme
Run from the root of your Hugo site:
```sh
-$ git clone https://github.com/vickylai/hugo-theme-introduction.git themes/introduction
+$ git clone https://github.com/victoriadotdev/hugo-theme-introduction.git themes/introduction
```
Alternatively, you can include this repository as a [git submodule](https://git-scm.com/book/de/v1/Git-Tools-Submodule). This makes it easier to update this theme if you have your Hugo site in git as well:
```sh
-$ git submodule add https://github.com/vickylai/hugo-theme-introduction.git themes/introduction
+$ git submodule add https://github.com/victoriadotdev/hugo-theme-introduction.git themes/introduction
```
## Preview the theme
@@ -161,14 +161,14 @@ You can add custom css files by placing them under `assets/` and adding the path
# Issues
-If you have a question or get stuck, please [open an issue](https://github.com/vickylai/hugo-theme-introduction/issues) for help and to help those who come after you. The more information you can provide, the better!
+If you have a question or get stuck, please [open an issue](https://github.com/victoriadotdev/hugo-theme-introduction/issues) for help and to help those who come after you. The more information you can provide, the better!
# Contributing
-This theme would not be nearly as awesome without its amazing community of open source contributors, who are [listed here.](https://github.com/vickylai/hugo-theme-introduction/releases) Thank you so much! 🖤
+This theme would not be nearly as awesome without its amazing community of open source contributors, who are [listed here.](https://github.com/victoriadotdev/hugo-theme-introduction/releases) Thank you so much! 🖤
Pull requests for bug fixes and improvements are welcome.
# License
-Copyright (C) 2018 [Vicky Lai](https://vickylai.com/)
+Copyright (C) 2018 [Victoria Lai](https://victoria.dev/)
-Licensed under [Apache-2.0](https://github.com/vickylai/hugo-theme-introduction/blob/master/LICENSE)
+Licensed under [Apache-2.0](https://github.com/victoriadotdev/hugo-theme-introduction/blob/master/LICENSE)