Compare commits
No commits in common. "f577956f70a91e48d6260a540609bc757ab70a5a" and "731edaace01f2854a35c8eda193e3d68752b1d28" have entirely different histories.
f577956f70
...
731edaace0
|
@ -56,7 +56,7 @@ git submodule update --init --recursive
|
|||
|
||||
Create a symlink named `.git/hooks/pre-push` with `tlwiki` as its target:
|
||||
```
|
||||
ln -s ../../tlwiki .git/hooks/pre-push
|
||||
ln -s .git/hooks/pre-push ../../tlwiki
|
||||
```
|
||||
|
||||
`tlwiki` will help manage this symlink in the future (See: [#1](https://git.thurstylark.com/thurstylark/tlwiki/issues/1))
|
||||
|
|
|
@ -5,8 +5,6 @@ theme = "tlwiki"
|
|||
|
||||
#sectionPagesMenu = "main"
|
||||
|
||||
# Enable git info access
|
||||
enableGitinfo = true
|
||||
|
||||
# Sidebar: about/bio
|
||||
[params.about]
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit ca98192cfb0cf98df0c860201b4f1c23dfa8868b
|
||||
Subproject commit cbb2777114c649e3fe557812767451d76f12aeba
|
Loading…
Reference in New Issue