-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4c1469b
commit 2864639
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
|
||
# Nim PyLib Website | ||
|
||
Website source for [NimPyLib](https://github.com/nimpylib/pylib) | ||
|
||
|
||
## Build Locally for development | ||
|
||
Using [Hugo](https://gohugo.io/) | ||
as framework. | ||
|
||
|
||
Using `git-submodule` to manage themes. | ||
|
||
Fetching theme via: | ||
|
||
```shell | ||
git submodule update --init --recursive | ||
``` | ||
|
||
|
||
--- | ||
|
||
You may also check [.github/workflows/hugo.yaml](.github/workflows/hugo.yaml) | ||
|
||
|
||
|