Skip to content

Commit 4afb883

Browse files
committed
Convert to jekyll
1 parent 138b53d commit 4afb883

File tree

799 files changed

+2669
-1555
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

799 files changed

+2669
-1555
lines changed

.gitignore

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@
44
# or operating system, you probably want to add a global ignore instead:
55
# git config --global core.excludesfile ~/.gitignore_global
66

7-
# Ignore bundler config
8-
/.bundle
9-
10-
# Ignore the default SQLite database.
11-
/db/*.sqlite3
12-
13-
# Ignore all logfiles and tempfiles.
14-
/log/*.log
15-
/tmp
16-
17-
.rvmrc
18-
.DS_Store
7+
_site/
8+
.sass-cache/
9+
*~

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "govuk_toolkit"]
2+
path = govuk_toolkit
3+
url = https://github.com/alphagov/govuk_frontend_toolkit.git

.rspec

Lines changed: 0 additions & 1 deletion
This file was deleted.

.ruby-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

.travis.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Gemfile

Lines changed: 0 additions & 32 deletions
This file was deleted.

Gemfile.lock

Lines changed: 0 additions & 198 deletions
This file was deleted.

Rakefile

Lines changed: 0 additions & 7 deletions
This file was deleted.

_layouts/default.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>{{ page.title }}</title>
6+
<!--[if gt IE 8]><!--><link rel="stylesheet" href="stylesheets/application.css"><!--<![endif]-->
7+
<!--[if IE 6]><link rel="stylesheet" href="stylesheets/application-ie6.css"><![endif]-->
8+
<!--[if IE 7]><link rel="stylesheet" href="stylesheets/application-ie7.css"><![endif]-->
9+
<!--[if IE 8]><link rel="stylesheet" href="stylesheets/application-ie8.css"><![endif]-->
10+
11+
<script src="javascripts/jquery-1.7.1.js"></script>
12+
<script src="javascripts/main.js"></script>
13+
</head>
14+
<body class="js-enabled">
15+
{{ content }}
16+
</body>
17+
</html>
File renamed without changes.

app/controllers/application_controller.rb

Lines changed: 0 additions & 10 deletions
This file was deleted.

app/controllers/root_controller.rb

Lines changed: 0 additions & 35 deletions
This file was deleted.

app/controllers/search_controller.rb

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)