Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes to speed up website part 2 #148

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _classes/computingandstories/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon.png">
<!--<link rel="icon" type="image/png" href="images/favicon.png">-->

</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
permalink: pretty
gems:
plugins:
- jekyll-redirect-from
collections:
people:
Expand Down
15 changes: 8 additions & 7 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>{% if page.title %}{{page.title}} | {% endif %}School for Poetic Computation</title>
{% if page.background %}<meta property="og:image" content="{{page.background}}" />{% endif %}
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="//f.fontdeck.com/s/css/zH28mslJNSfrEtk/N8vkA5GMvEQ/sfpc.io/39609.css" type="text/css" />
<link rel="stylesheet" href="/static/css/bootstrap.min.css">
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700'>
<link rel="stylesheet" href="/static/css/bootstrap.min.css" >
<link rel="stylesheet" href="/static/css/style.css">
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script type="text/javascript" src="/static/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" >
<script defer src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script defer src="/static/js/bootstrap.min.js"></script>
</head>
<body id="{% if page.collection %}{{page.collection}}{% else %}{{ page.title | downcase | replace: " ", "" }}{% endif %}" {% if page.toc %}data-spy="scroll" data-target="#toc"{% endif %}>
<div class="container">
Expand All @@ -24,6 +25,6 @@
{% include footer.html %}
</footer>
</div>
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">

</body>
</html>
9 changes: 8 additions & 1 deletion static/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ p {
padding-bottom: 0.5em;
}

a {
color: #0000FF;

}



#header {
font-size: 0.9em !important;
Expand Down Expand Up @@ -95,9 +101,10 @@ footer {
#footer{
margin-top:8em;
font-size: 0.9em;
color: rgba(0,0,0,0.3);
}



.page-header {
border-bottom: 0;
}
Expand Down
6 changes: 2 additions & 4 deletions static/js/jquery.min.js

Large diffs are not rendered by default.