Skip to content

Wiki.js

Marc edited this page Aug 5, 2017 · 1 revision

Install et config de Wiki.Js

Site officiel

repose sur Node.js

Installé en tant qu’utilisateur ubuntu en suivant la doc officielle

S'il y a un bug, la commande pour relancer le serveur est node wiki reload

Remplacer les fichiers dans assets par ceux de ce fichier zip

Editer le fichier app.js et rajouter le code CSS suivant juste avant le 1er caractère \ de \n\n/*# sourceMappingURL=app.scss.map :

	.nav-left{overflow-x: hidden} .nc-icon-outline.ui-2_layers::before {content: ""; width: 36px; display: block;} a.nav-item {background-image: url("/images/logo-30-36.png");background-repeat: no-repeat;background-position: 10px center;}  .nav-item h1 {font-size: 24px; margin-top: 8px;} .nav.is-indigo .control input[type="text"]:placeholder-shown {color: #e8eaf6}#search-input::-webkit-input-placeholder { color: #e8eaf6 !important; } #search-input:-moz-placeholder { color: #e8eaf6 !important; opacity:  1;}#search-input::-moz-placeholder {color: #e8eaf6 !important;opacity: 1;}#search-input:-ms-input-placeholder {color: #e8eaf6 !important;}#search-input::-ms-input-placeholder {color: #e8eaf6 !important;}#search-input::placeholder {color: #e8eaf6 !important;} .mkcontent a {color: #1976d2; text-decoration: none;} .mkcontent a:hover {text-decoration: underline;} .mkcontent h3 {color: #004d40}

Et remplacer tous les :

  • #3f51b5 par #E33551
  • #283593 par #c5203b
  • #3949AB par #de314d
  • #5c6bc0 par #4a4a4a

Ancien Wiki

Clone this wiki locally