Use some files from the library
This commit is contained in:
parent
ae54ec3856
commit
0ea4fbd57e
6 changed files with 6 additions and 5 deletions
|
@ -6,7 +6,6 @@
|
|||
<meta name="superfish" content="nofish" />
|
||||
<meta name="application-name" content="{{ .Site.Title }}" />
|
||||
|
||||
<link rel="stylesheet" href="https://html5up.net/uploads/demos/alpha/assets/css/main.css" />
|
||||
<link rel="stylesheet" href="/css/style.css" />
|
||||
|
||||
<title>{{ .Title }} | {{ .Site.Title }}</title>
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "4.0.0-alpha.6",
|
||||
"club-alpha": "0.0.3",
|
||||
"font-awesome": "4.7.0",
|
||||
"jquery": "3.2.1",
|
||||
"pygments-css": "1.0.0",
|
||||
|
|
2
static/src/js/alpha/jquery.dropotron.min.js
vendored
2
static/src/js/alpha/jquery.dropotron.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -4,8 +4,8 @@ require('./jquery-global');
|
|||
require('bootstrap');
|
||||
|
||||
// Install alpha things
|
||||
require('./alpha/jquery.dropotron.min');
|
||||
require('./alpha/util');
|
||||
require('club-alpha/assets/js/jquery.dropotron.min');
|
||||
require('club-alpha/assets/js/util');
|
||||
require('./alpha/main');
|
||||
|
||||
|
||||
|
|
1
static/src/scss/alpha.min.css
vendored
Normal file
1
static/src/scss/alpha.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -4,6 +4,8 @@ $fa-font-path: "../fonts";
|
|||
@import "node_modules/bootstrap/scss/bootstrap-grid";
|
||||
@import "node_modules/pygments-css/github";
|
||||
|
||||
@import "alpha.min";
|
||||
|
||||
.box .box {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue