Skip to content

Commit

Permalink
Add CNAME.
Browse files Browse the repository at this point in the history
  • Loading branch information
moigagoo committed Aug 1, 2023
1 parent 4a3e3a3 commit e8eb52b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
karkas.nim.town
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Karkas is split into two modules: `karkas/styles` and `karkas/sugar`.

`karkas/sugar` contains `<-` func that merges two styles and `k` func that turns a `string` into a `kstring`. Those can be used entirely on their own as syntactic sugar to Karax regardless of Karkas's styles.

- [Homepage](https://moigagoo.nim.town/karkas)
- [Tutorial](https://moigagoo.nim.town/karkas/tutorial.html)
- [API Docs](https://moigagoo.nim.town/karkas/apidocs/theindex.html)
- [Homepage](https://karkas.nim.town)
- [Tutorial](/tutorial.html)
- [API Docs](/apidocs/theindex.html)
- [Repo](https://github.com/moigagoo/karkas)


Expand Down
1 change: 1 addition & 0 deletions karkas.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ task book, "Generate book":
exec "./nbook".toExe & " --mm:orc --deepcopy:on build"

after book:
cpFile("CNAME", "docs/CNAME")
cpDir("book/img", "docs/img")

before docs:
Expand Down

0 comments on commit e8eb52b

Please sign in to comment.