Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
victoriadrake committed Mar 13, 2019
1 parent d20d6dd commit dda7f21
Show file tree
Hide file tree
Showing 96 changed files with 357 additions and 359 deletions.
4 changes: 3 additions & 1 deletion .gitignore
@@ -1 +1,3 @@
exampleSite/public
exampleSite/public/
exampleSite/resources/
docs/css/main*
2 changes: 1 addition & 1 deletion LICENSE
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2018 Vicky Lai
Copyright 2018 Victoria Lai

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -4,7 +4,7 @@

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:

Expand All @@ -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
Expand Down Expand Up @@ -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)
10 changes: 5 additions & 5 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dda7f21

Please sign in to comment.