This website works better with JavaScript.
Home
Explore
Help
Sign In
tig12
/
tigsite
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add config for Gauquelin5 site
master
Thierry
3 years ago
parent
59aa1b7f06
commit
3852852b15
3 changed files
with
18 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
sites/gauquelin5/commands/one-shot/README
+8
-0
sites/gauquelin5/commands/replace-sidebar.yml
+8
-0
sites/gauquelin5/config.yml
+ 2
- 0
sites/gauquelin5/commands/one-shot/README
View File
@@ -0,0 +1,2 @@
Contains commands that were written to be executed only once
+ 8
- 0
sites/gauquelin5/commands/replace-sidebar.yml
View File
@@ -0,0 +1,8 @@
#
# Command to replace the right sidebar
# Uses the page configuration 'sidebar-right' directive
#
commandClass: replaceHtml
before: '<aside class="left">'
after: '</aside>'
replacement-file: static/html/sidebar.html
+ 8
- 0
sites/gauquelin5/config.yml
View File
@@ -0,0 +1,8 @@
location: /home/thierry/dev/astrostats/gauquelin5/docs
exclude:
- 'z.*'
- '*/z.*'
- .git
- .gitignore
- static
Write
Preview
Loading…
Cancel
Save