Compare commits
3 Commits
731edaace0
...
f577956f70
Author | SHA1 | Date |
---|---|---|
David Thurstenson | f577956f70 | |
David Thurstenson | 57b446a7aa | |
David Thurstenson | 9562cf9a15 |
|
@ -56,7 +56,7 @@ git submodule update --init --recursive
|
|||
|
||||
Create a symlink named `.git/hooks/pre-push` with `tlwiki` as its target:
|
||||
```
|
||||
ln -s .git/hooks/pre-push ../../tlwiki
|
||||
ln -s ../../tlwiki .git/hooks/pre-push
|
||||
```
|
||||
|
||||
`tlwiki` will help manage this symlink in the future (See: [#1](https://git.thurstylark.com/thurstylark/tlwiki/issues/1))
|
||||
|
|
|
@ -5,6 +5,8 @@ theme = "tlwiki"
|
|||
|
||||
#sectionPagesMenu = "main"
|
||||
|
||||
# Enable git info access
|
||||
enableGitinfo = true
|
||||
|
||||
# Sidebar: about/bio
|
||||
[params.about]
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit cbb2777114c649e3fe557812767451d76f12aeba
|
||||
Subproject commit ca98192cfb0cf98df0c860201b4f1c23dfa8868b
|
Loading…
Reference in New Issue