-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
38 changed files
with
20,624 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
source "https://rubygems.org" | ||
|
||
gem 'jekyll-nagymaros', path: '../' | ||
gem 'jekyll-nagymaros', '~> 3.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ indexing: true | |
exclude: | ||
- LICENSE | ||
- README.md | ||
- Gemfile | ||
- vendor/ | ||
|
||
plugins: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<meta name="robots" content="none"> | ||
|
||
<title>Page not found | Nagymaros</title> | ||
|
||
|
||
<link rel="apple-touch-icon" sizes="180x180" href="/jekyll-nagymaros/assets/icons/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/jekyll-nagymaros/assets/icons/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/jekyll-nagymaros/assets/icons/favicon-16x16.png"> | ||
<link rel="manifest" href="/jekyll-nagymaros/assets/icons/site.webmanifest"> | ||
<link rel="stylesheet" href="/jekyll-nagymaros/assets/css/bootstrap.css"> | ||
<link rel="stylesheet" href="/jekyll-nagymaros/assets/css/leaflet.css"> | ||
<link rel="stylesheet" href="/jekyll-nagymaros/assets/css/open-color.css"> | ||
<link rel="stylesheet" href="/jekyll-nagymaros/assets/css/styles.css"> | ||
</head> | ||
|
||
<body> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<main> | ||
<div class="container text-center"> | ||
|
||
<span class="h1 bg-gray-3 color-gray-0 rounded" id="digit">4</span> | ||
<span class="h1 bg-gray-3 color-gray-0 rounded" id="digit">0</span> | ||
<span class="h1 bg-gray-3 color-gray-0 rounded" id="digit">4</span> | ||
<h1 class="display-5">Page not found</h1> | ||
<p class="fs-5"><a href="/jekyll-nagymaros/">Return to the homepage</a></p> | ||
</div> | ||
</main> | ||
<script src="/jekyll-nagymaros/assets/js/bootstrap.js"></script> | ||
<script src="/jekyll-nagymaros/assets/js/leaflet.js"></script> | ||
<script src="/jekyll-nagymaros/assets/js/main.js"></script> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.