Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
victoriadrake committed Nov 12, 2024
1 parent feb6d76 commit 22d5763
Show file tree
Hide file tree
Showing 37 changed files with 23,594 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ git submodule add https://github.com/victoriadrake/hugo-theme-introduction.git t
Introduction ships with an fully configured example site. For a quick preview:

```sh
cd themes/introduction/exampleSite/
hugo serve --themesDir ../..
cd exampleSite && HUGO_THEME="hugo-theme-introduction" hugo server --themesDir ../.. -v
```

Then visit `http://localhost:1313/` in your browser to view the example site.
Expand Down Expand Up @@ -217,7 +216,7 @@ This theme would not be nearly as awesome without its amazing community of open

## License

Copyright (C) 2017-2023 [Victoria Drake](https://victoria.dev/)
Copyright (C) 2017-2025 [Victoria Drake](https://victoria.dev/)

Licensed under the [Apache License, Version 2.0](https://github.com/victoriadrake/hugo-theme-introduction/blob/master/LICENSE) (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0).

Expand Down
Loading

0 comments on commit 22d5763

Please sign in to comment.