mirror of https://github.com/Requarks/wiki.git
13 changed files with 96 additions and 55 deletions
Split View
Diff Options
-
4.travis.yml
-
5README.md
-
2agent.js
-
2assets/css/app.css
-
3client/scss/app.scss
-
15client/scss/pages/_welcome.scss
-
56config.sample.yml
-
14controllers/pages.js
-
4gulpfile.js
-
24package.json
-
4server.js
-
2views/common/header.pug
-
16views/pages/welcome.pug
2
assets/css/app.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1,15 @@ |
|||
.welcome { |
|||
text-align: center; |
|||
padding: 50px 0; |
|||
color: mc('grey', '700'); |
|||
|
|||
h1 { |
|||
margin-top: 15px; |
|||
} |
|||
|
|||
h2 { |
|||
margin-top: 15px; |
|||
margin-bottom: 50px; |
|||
} |
|||
|
|||
} |
@ -0,0 +1,16 @@ |
|||
extends ../layout.pug |
|||
|
|||
block rootNavCenter |
|||
|
|||
block rootNavRight |
|||
i.nav-item#notifload |
|||
|
|||
block content |
|||
|
|||
#page-type-welcome |
|||
.container |
|||
.welcome |
|||
img(src='/favicons/android-icon-144x144.png',alt='Wiki.js') |
|||
h1 Welcome to your Wiki.js! |
|||
h2 Let's get started and create the home page. |
|||
a.button.is-indigo(href='/create/home') Create Home Page |
Write
Preview
Loading…
Cancel
Save