forked from wowthemesnet/mundana-theme-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 7
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
145 changed files
with
4,511 additions
and
586 deletions.
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,11 +1,11 @@ | ||
# Site | ||
name: 'Learning Dock' | ||
description: 'Learing Dock' | ||
name: '横浜国立大学数学サークル' | ||
description: '学生有志による数学のゼミ活動を行っています.' | ||
logo: 'assets/images/logo.png' | ||
favicon: 'assets/images/favicon.ico' | ||
baseurl: '/Learning_Dock' | ||
baseurl: '/ynumath' | ||
disqus: '' | ||
email: 'shiba.dog.leo.private@gmail.com' | ||
email: 'ynumath.integral@gmail.com' | ||
mailchimp-list: '' | ||
|
||
include: ["_pages"] | ||
|
@@ -28,7 +28,7 @@ authors: | |
shiba: | ||
name: shiba dog | ||
site: | ||
avatar: /assets/images/avatar.jpg | ||
avatar: /assets/images/shiba-dog-leo.jpg | ||
bio: "" | ||
email: [email protected] | ||
twitter: https://twitter.com/shiba_dog_leo | ||
|
@@ -41,8 +41,7 @@ defaults: | |
path: "_posts" | ||
values: | ||
layout: post | ||
author: shiba | ||
avatar: /assets/images/avatar.jpg | ||
|
||
|
||
# all pages | ||
- scope: | ||
|
@@ -51,13 +50,6 @@ defaults: | |
layout: page | ||
|
||
|
||
- scope: | ||
path: "_Blog" | ||
values: | ||
layout: post | ||
author: shiba | ||
avatar: /assets/images/avatar.jpg | ||
draft: true | ||
|
||
# Syntax | ||
markdown: kramdown | ||
|
@@ -67,6 +59,5 @@ highlighter: rouge | |
paginate: 10 | ||
|
||
|
||
|
||
# Exclude metadata and development time dependencies (like Grunt plugins) | ||
exclude: [README.markdown, package.json, grunt.js, Gruntfile.js, Gruntfile.coffee, node_modules] |
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,6 @@ | ||
<body> | ||
<div class="environment-no-number" style="border: solid 3px #d9333f;"> | ||
<span class="environment-no-number-title" style="background: #d9333f;">注意</span> | ||
<p>{{include.content}}</p> | ||
</div> | ||
</body> |
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,6 @@ | ||
<body> | ||
<div class="environment" style="border: solid 3px #c0c6c9;;"> | ||
<span class="environment-title" style="background: #c0c6c9;">定義 </span> | ||
<p>{{include.content}}</p> | ||
</div> | ||
</body> |
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,6 @@ | ||
<body> | ||
<div class="environment" style="border: solid 3px #eec362;"> | ||
<span class="environment-title" style="background: #eec362;">例 </span> | ||
<p>{{include.content}}</p> | ||
</div> | ||
</body> |
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,6 @@ | ||
<body> | ||
<div class="environment-no-number" style="border: solid 3px #b28c6e;"> | ||
<span class="environment-no-number-title" style="background: #b28c6e;">証明 </span> | ||
<p>{{include.content}}$\Box$</p> | ||
</div> | ||
</body> |
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,6 @@ | ||
<body> | ||
<div class="environment" style="border: solid 3px #6f4b3e;"> | ||
<span class="environment-title" style="background: #6f4b3e;">命題 </span> | ||
<p>{{include.content}}</p> | ||
</div> | ||
</body> |
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,21 @@ | ||
--- | ||
layout: page | ||
title: Samples | ||
permalink: /samples.html | ||
--- | ||
<div class="layout--articles"> | ||
<section class="my-5"> | ||
<header><h2 id="page-layout">Page Layout</h2></header> | ||
{%- include article-list.html articles=site.sample_page type='grid' -%} | ||
</section> | ||
|
||
<section class="my-5"> | ||
<header><h2 id="articles-layout">Articles(Home) Layout</h2></header> | ||
{%- include article-list.html articles=site.sample_articles type='grid' -%} | ||
</section> | ||
|
||
<section class="my-5"> | ||
<header><h2 id="languages">Languages</h2></header> | ||
{%- include article-list.html articles=site.sample_languages type='grid' size='sm' -%} | ||
</section> | ||
</div> |
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
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,7 @@ | ||
<body> | ||
<div class="environment" style="border: solid 3px #62c1ce;"> | ||
<span class="environment-title" style="background: #62c1ce;">定理 </span> | ||
<p>{{include.content}}</p> | ||
</div> | ||
</body> | ||
|
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
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
_posts/2019-01-22-never-stopped-worrying-never-loved-bomb.adoc
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
_posts/2019-01-23-options-for-creating-new-site-with-jekyll.adoc
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.