|
17 | 17 |
|
18 | 18 | # Data about this site
|
19 | 19 | BLOG_AUTHOR = "spikeinterface team" # (translatable)
|
20 |
| -BLOG_TITLE = "spikeinterfcae report" # (translatable) |
| 20 | +BLOG_TITLE = "spikeinterface report" # (translatable) |
21 | 21 | # This is the main URL for your site. It will be used
|
22 | 22 | # in a prominent link. Don't forget the protocol (http/https)!
|
23 | 23 | SITE_URL = "https://SpikeInterface.github.io/"
|
|
139 | 139 |
|
140 | 140 | NAVIGATION_LINKS = {
|
141 | 141 | DEFAULT_LANG: (
|
142 |
| - ("/archive.html", "Archive"), |
143 |
| - ("/categories/", "Tags"), |
144 |
| - ("/rss.xml", "RSS feed"), |
145 |
| - ), |
| 142 | + #~ ("/archive.html", "Archive"), |
| 143 | + #~ ("/categories/", "Tags"), |
| 144 | + #~ ("/rss.xml", "RSS feed"), |
| 145 | + |
| 146 | + ("/index.html", "Home"), |
| 147 | + |
| 148 | + ), |
146 | 149 | }
|
147 | 150 |
|
148 | 151 | # Alternative navigation links. Works the same way NAVIGATION_LINKS does,
|
|
153 | 156 | }
|
154 | 157 |
|
155 | 158 | # Name of the theme to use.
|
156 |
| -THEME = "bootblog4" |
| 159 | +# THEME = "bootblog4" |
| 160 | +THEME = "bootstrap4" |
157 | 161 |
|
158 | 162 | # Primary color of your theme. This will be used to customize your theme.
|
159 | 163 | # Must be a HEX value.
|
|
649 | 653 |
|
650 | 654 | # Whether or not github_deploy should commit to the source branch automatically
|
651 | 655 | # before deploying.
|
652 |
| -GITHUB_COMMIT_SOURCE = True |
| 656 | +# GITHUB_COMMIT_SOURCE = True |
| 657 | + |
| 658 | +# samuel garcia : we can push src independently with this |
| 659 | +GITHUB_COMMIT_SOURCE = False |
| 660 | + |
653 | 661 |
|
654 | 662 | # Where the output site should be located
|
655 | 663 | # If you don't use an absolute path, it will be considered as relative
|
|
0 commit comments