Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
blog
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nimrod
blog
Commits
5c19d0cc
Commit
5c19d0cc
authored
1 year ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
fixup! Update dependencies.
parent
3fadd8b9
No related branches found
No related tags found
No related merge requests found
Pipeline
#3672
passed
1 year ago
Stage: .pre
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
pelicanconf.py
+3
-2
3 additions, 2 deletions
pelicanconf.py
with
3 additions
and
2 deletions
pelicanconf.py
+
3
−
2
View file @
5c19d0cc
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
"""
Pelican configuration.
"""
"""
Pelican configuration.
"""
from
__future__
import
unicode_literals
from
__future__
import
unicode_literals
import
seafoam
from
pelican.plugins
import
seafoam
AUTHOR
=
"
Nimrod Adar
"
AUTHOR
=
"
Nimrod Adar
"
SITENAME
=
"
My notes and ramblings
"
SITENAME
=
"
My notes and ramblings
"
...
@@ -39,8 +39,9 @@ DOCUTIL_CSS = True
...
@@ -39,8 +39,9 @@ DOCUTIL_CSS = True
CC_LICENSE
=
"
CC-BY-NC-ND
"
CC_LICENSE
=
"
CC-BY-NC-ND
"
PLUGINS
=
[
PLUGINS
=
[
"
pelican.plugins.jinja_filters
"
,
"
pelican.plugins.image_process
"
,
"
pelican.plugins.image_process
"
,
"
pelican.plugins.jinja_filters
"
,
"
pelican.plugins.seafoam
"
,
]
]
IMAGE_PROCESS
=
{}
IMAGE_PROCESS
=
{}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment