Updated to Nikola 7.x, added Journal bootswatch theme.
This commit is contained in:
parent
44f2751dd2
commit
afb3793c43
9 changed files with 12786 additions and 2 deletions
4
conf.py
4
conf.py
|
|
@ -331,7 +331,7 @@ GALLERY_SORT_BY_DATE = True
|
||||||
# the main (the newest) index page (index.html)
|
# the main (the newest) index page (index.html)
|
||||||
|
|
||||||
# Name of the theme to use.
|
# Name of the theme to use.
|
||||||
THEME = "bootstrap3"
|
THEME = "bootjournal"
|
||||||
|
|
||||||
# Color scheme to be used for code blocks. If your theme provides
|
# Color scheme to be used for code blocks. If your theme provides
|
||||||
# "assets/css/code.css" this is ignored.
|
# "assets/css/code.css" this is ignored.
|
||||||
|
|
@ -508,7 +508,7 @@ COMMENT_SYSTEM_ID = "pukeruabaygardens"
|
||||||
# """
|
# """
|
||||||
|
|
||||||
# Hide link to source for the posts?
|
# Hide link to source for the posts?
|
||||||
HIDE_SOURCELINK = True
|
SHOW_SOURCELINK = False
|
||||||
# Copy the source files for your pages?
|
# Copy the source files for your pages?
|
||||||
# Setting it to False implies HIDE_SOURCELINK = True
|
# Setting it to False implies HIDE_SOURCELINK = True
|
||||||
COPY_SOURCES = False
|
COPY_SOURCES = False
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 54 KiB |
1
plugins/__init__.py
Normal file
1
plugins/__init__.py
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
# Plugin modules go here.
|
||||||
6240
themes/bootjournal/assets/css/bootstrap.css
vendored
Normal file
6240
themes/bootjournal/assets/css/bootstrap.css
vendored
Normal file
File diff suppressed because it is too large
Load diff
7
themes/bootjournal/assets/css/bootstrap.min.css
vendored
Normal file
7
themes/bootjournal/assets/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
themes/bootjournal/parent
Normal file
1
themes/bootjournal/parent
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
bootstrap3
|
||||||
6527
themes/bootlumen/assets/css/bootstrap.css
vendored
Normal file
6527
themes/bootlumen/assets/css/bootstrap.css
vendored
Normal file
File diff suppressed because it is too large
Load diff
7
themes/bootlumen/assets/css/bootstrap.min.css
vendored
Normal file
7
themes/bootlumen/assets/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
themes/bootlumen/parent
Normal file
1
themes/bootlumen/parent
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
bootstrap3
|
||||||
Loading…
Add table
Reference in a new issue