Mentions légales du service

Skip to content
Snippets Groups Projects
Commit af90f2ca authored by MARAIT Gilles's avatar MARAIT Gilles
Browse files

Fix? pages

parent ea13f0b9
No related branches found
No related tags found
No related merge requests found
Pipeline #1106658 passed
...@@ -3,11 +3,11 @@ ...@@ -3,11 +3,11 @@
(require 'package) (require 'package)
(package-initialize) (package-initialize)
(add-to-list 'package-archives '("org" . "https://orgmode.org/elpa/") t) ;;(add-to-list 'package-archives '("org" . "https://orgmode.org/elpa/") t)
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t) ;;(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t)
(package-refresh-contents) ;;(package-refresh-contents)
(package-install 'org-plus-contrib) ;;(package-install 'org-plus-contrib)
(package-install 'htmlize) ;;(package-install 'htmlize)
(require 'org) (require 'org)
(require 'ox-publish) (require 'ox-publish)
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
:publishing-function '(org-html-publish-to-html) :publishing-function '(org-html-publish-to-html)
:publishing-directory "./public" :publishing-directory "./public"
:html-head-extra "<link rel=\"icon\" type=\"image/x-icon\" :html-head-extra "<link rel=\"icon\" type=\"image/x-icon\"
href=\"https://mfelsoci.gitlabpages.inria.fr/inria-org-html-themes/favicon.ico\" href=\"https://concace.gitlabpages.inria.fr/inria-org-html-themes/favicon.ico\"
/>") />")
(list "site-static" ;; Publish the sources of the theme. (list "site-static" ;; Publish the sources of the theme.
:base-directory "." :base-directory "."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment