1
Fork 0

Use some files from the library

This commit is contained in:
Jake Howard 2017-05-15 22:12:07 +01:00
parent ae54ec3856
commit 0ea4fbd57e
6 changed files with 6 additions and 5 deletions

View file

@ -6,7 +6,6 @@
<meta name="superfish" content="nofish" /> <meta name="superfish" content="nofish" />
<meta name="application-name" content="{{ .Site.Title }}" /> <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" /> <link rel="stylesheet" href="/css/style.css" />
<title>{{ .Title }} | {{ .Site.Title }}</title> <title>{{ .Title }} | {{ .Site.Title }}</title>

View file

@ -19,6 +19,7 @@
}, },
"dependencies": { "dependencies": {
"bootstrap": "4.0.0-alpha.6", "bootstrap": "4.0.0-alpha.6",
"club-alpha": "0.0.3",
"font-awesome": "4.7.0", "font-awesome": "4.7.0",
"jquery": "3.2.1", "jquery": "3.2.1",
"pygments-css": "1.0.0", "pygments-css": "1.0.0",

File diff suppressed because one or more lines are too long

View file

@ -4,8 +4,8 @@ require('./jquery-global');
require('bootstrap'); require('bootstrap');
// Install alpha things // Install alpha things
require('./alpha/jquery.dropotron.min'); require('club-alpha/assets/js/jquery.dropotron.min');
require('./alpha/util'); require('club-alpha/assets/js/util');
require('./alpha/main'); require('./alpha/main');

1
static/src/scss/alpha.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View file

@ -4,6 +4,8 @@ $fa-font-path: "../fonts";
@import "node_modules/bootstrap/scss/bootstrap-grid"; @import "node_modules/bootstrap/scss/bootstrap-grid";
@import "node_modules/pygments-css/github"; @import "node_modules/pygments-css/github";
@import "alpha.min";
.box .box { .box .box {
border-radius: 0; border-radius: 0;
} }