Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Renamed the output directory to 'public' for Gitlab
· 2d8119ec
Emmanuel Bourg
authored
May 03, 2018
2d8119ec
Updated the notes
· 822bd077
Emmanuel Bourg
authored
May 03, 2018
822bd077
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
822bd077
*.py[cod]
output
public
.gitlab-ci.yml
View file @
822bd077
...
...
@@ -10,6 +10,6 @@ pages:
-
make html
artifacts
:
paths
:
-
output
-
public
only
:
-
master
Makefile
View file @
822bd077
...
...
@@ -4,7 +4,7 @@ PELICANOPTS=--ignore-cache
BASEDIR
=
$(
CURDIR
)
INPUTDIR
=
$(
BASEDIR
)
/content
OUTPUTDIR
=
$(
BASEDIR
)
/
output
OUTPUTDIR
=
$(
BASEDIR
)
/
public
CONFFILE
=
$(
BASEDIR
)
/pelicanconf.py
PUBLISHCONF
=
$(
BASEDIR
)
/publishconf.py
...
...
README.txt
View file @
822bd077
...
...
@@ -21,8 +21,6 @@ Updating the blog
5. Change the status of the article from 'draft' to 'published'
6.
Run 'make html' to generate the pages
6.
Commit and push the final changes to Salsa
7. Commit and push the final changes to Salsa
8. Wait for the Gitlab job to regenerate the site
7. Wait for the Gitlab job to regenerate the site
develop_server.sh
View file @
822bd077
...
...
@@ -8,7 +8,7 @@ PELICANOPTS=
BASEDIR
=
$(
pwd
)
INPUTDIR
=
$BASEDIR
/content
OUTPUTDIR
=
$BASEDIR
/
output
OUTPUTDIR
=
$BASEDIR
/
public
CONFFILE
=
$BASEDIR
/pelicanconf.py
###
...
...