Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
blog.limos.fr
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
Model registry
Operate
Environments
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
Boris LONJON
blog.limos.fr
Commits
f46a97a6
Commit
f46a97a6
authored
7 years ago
by
mazenovi
Browse files
Options
Downloads
Patches
Plain Diff
fix disqus ref
parent
cf5c12f1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-2
1 addition, 2 deletions
.gitlab-ci.yml
pelicanconf.py
+3
-2
3 additions, 2 deletions
pelicanconf.py
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
1
−
2
View file @
f46a97a6
...
@@ -18,6 +18,7 @@ build:
...
@@ -18,6 +18,7 @@ build:
-
pip install --upgrade pip
-
pip install --upgrade pip
-
pip install --editable .
-
pip install --editable .
-
cd content && npm install && cd ..
-
cd content && npm install && cd ..
-
sed -i "s/RELATIVE_URLS = True/RELATIVE_URLS = False/" pelicanconf.py
-
pelican content
-
pelican content
artifacts
:
artifacts
:
...
@@ -29,6 +30,4 @@ deploy:
...
@@ -29,6 +30,4 @@ deploy:
-
build
-
build
script
:
script
:
-
apt-get install -y --force-yes rsync
-
apt-get install -y --force-yes rsync
-
scp -r output/* mazenod@192.168.100.59:~/public_html/
-
rsync -az --exclude '_' -e ssh output/ mazenod@192.168.100.59:~/public_html/
-
rsync -az --exclude '_' -e ssh output/ $USERNAME@$HOST:~/public_html/
-
rsync -az --exclude '_' -e ssh output/ $USERNAME@$HOST:~/public_html/
This diff is collapsed.
Click to expand it.
pelicanconf.py
+
3
−
2
View file @
f46a97a6
...
@@ -7,6 +7,9 @@ AUTHOR = 'Vincent Mazenod'
...
@@ -7,6 +7,9 @@ AUTHOR = 'Vincent Mazenod'
SITENAME
=
'
Vincent Mazenod / ingénieur d
\'
études
'
SITENAME
=
'
Vincent Mazenod / ingénieur d
\'
études
'
SITELOGO
=
'
images/mazenovi.png
'
SITELOGO
=
'
images/mazenovi.png
'
FAVICON
=
'
images/favicon.ico
'
FAVICON
=
'
images/favicon.ico
'
SITEURL
=
'
https://fc.isima.fr/~mazenod
'
DISQUS_SITENAME
=
'
limos-1
'
DISQUS_SHORTNAME
=
'
mazenovi
'
LINKS
=
(
LINKS
=
(
(
(
...
@@ -79,8 +82,6 @@ CC_LICENSE_COMMERCIAL = "no"
...
@@ -79,8 +82,6 @@ CC_LICENSE_COMMERCIAL = "no"
# comment CC_* vars and uncommment CUSTOM LICENSE TO ENABLE IT
# comment CC_* vars and uncommment CUSTOM LICENSE TO ENABLE IT
DISQUS_SITENAME
=
'
limos
'
DISPLAY_TAGS_ON_SIDEBAR
=
True
DISPLAY_TAGS_ON_SIDEBAR
=
True
TAG_CLOUD_STEPS
=
8
TAG_CLOUD_STEPS
=
8
TAG_CLOUD_MAX_ITEMS
=
20
TAG_CLOUD_MAX_ITEMS
=
20
...
...
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