move jekyll to separate directory
This commit is contained in:
parent
ab81be9d19
commit
17897a3dfe
61 changed files with 0 additions and 0 deletions
16
jekyll/_data/menus.yml
Normal file
16
jekyll/_data/menus.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
- title: home
|
||||
url: /
|
||||
external: false
|
||||
|
||||
- title: archive
|
||||
url: /archive/
|
||||
external: false
|
||||
|
||||
- title: about
|
||||
url: /about/
|
||||
external: false # set true if you using external link, see below
|
||||
|
||||
# Example:
|
||||
# - title: github
|
||||
# url: https://github.com/piharpi/jekyll-klise
|
||||
# external: true
|
Reference in a new issue