mirror of
https://github.com/mrrpnya/lipu-sona.git
synced 2025-02-13 08:34:39 +00:00
readme: update repo link
Repo has been moved from https://github.com/lipu-sona-pona/lipu-sona-pona.github.io to https://github.com/pona-la/lipu-sona
This commit is contained in:
parent
a5f978af60
commit
86189a72c8
2 changed files with 7 additions and 7 deletions
12
README.md
12
README.md
|
@ -1,4 +1,4 @@
|
||||||
# lipu sona pona source code
|
# lipu-sona.pona.la source code
|
||||||
|
|
||||||
This is the source code to *lipu sona pona*, an educational course for the
|
This is the source code to *lipu sona pona*, an educational course for the
|
||||||
minimalist constructed language *toki pona*.
|
minimalist constructed language *toki pona*.
|
||||||
|
@ -9,7 +9,7 @@ Included are all the files and scripts used to build it.
|
||||||
|
|
||||||
This website uses *GitHub Pages* to automatically build and deploy the latest
|
This website uses *GitHub Pages* to automatically build and deploy the latest
|
||||||
version of itself. Whenever new commits are pushed to GitHub's
|
version of itself. Whenever new commits are pushed to GitHub's
|
||||||
`lipu-sona-pona/lipu-sona-pona.github.io` repository, the website uses them to
|
`pona-la/lipu-sona` repository, the website uses them to
|
||||||
build a new version of the website.
|
build a new version of the website.
|
||||||
|
|
||||||
# manually building
|
# manually building
|
||||||
|
@ -65,16 +65,16 @@ unpack it somewhere.
|
||||||
|
|
||||||
To clone the repository, use the following command inside the terminal:
|
To clone the repository, use the following command inside the terminal:
|
||||||
|
|
||||||
`git clone https://codeberg.org/lipu-sona-pona/lipu-sona-pona.git`
|
`git clone https://github.com/pona-la/lipu-sona.git`
|
||||||
|
|
||||||
This should copy the data to a new folder called `lipu-sona-pona`. Enter this
|
This should copy the data to a new folder called `lipu-sona`. Enter this
|
||||||
directory:
|
directory:
|
||||||
|
|
||||||
`cd lipu-sona-pona`
|
`cd lipu-sona`
|
||||||
|
|
||||||
Now try building the website using the following command:
|
Now try building the website using the following command:
|
||||||
|
|
||||||
`make`
|
`make -C bin`
|
||||||
|
|
||||||
(if you run macOS and Homebrew, you might want to use `gmake` instead.)
|
(if you run macOS and Homebrew, you might want to use `gmake` instead.)
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
<?theme body?>
|
<?theme body?>
|
||||||
</article>
|
</article>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
This website's source code is available <a href="https://github.com/lipu-sona-pona/lipu-sona-pona.github.io">on GitHub</a>.
|
This website's source code is available <a href="https://github.com/pona-la/lipu-sona">on GitHub</a>.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Add table
Reference in a new issue