Skip to content

Commit

Permalink
made site
Browse files Browse the repository at this point in the history
  • Loading branch information
ynu-math committed Sep 12, 2021
1 parent e065640 commit 4fa4076
Show file tree
Hide file tree
Showing 145 changed files with 4,511 additions and 586 deletions.
21 changes: 6 additions & 15 deletions _config.yml
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"]
Expand All @@ -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
Expand All @@ -41,8 +41,7 @@ defaults:
path: "_posts"
values:
layout: post
author: shiba
avatar: /assets/images/avatar.jpg


# all pages
- scope:
Expand All @@ -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
Expand All @@ -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]
6 changes: 6 additions & 0 deletions _includes/attention.html
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>
6 changes: 6 additions & 0 deletions _includes/definition.html
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>
6 changes: 6 additions & 0 deletions _includes/example.html
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>
6 changes: 6 additions & 0 deletions _includes/proof.html
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>
6 changes: 6 additions & 0 deletions _includes/proposition.html
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>
21 changes: 21 additions & 0 deletions _includes/samples.html
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>
2 changes: 1 addition & 1 deletion _includes/sidebar-featured.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ <h6 class="font-weight-bold">
{% endfor %}
</ol>
<h4 class="font-weight-bold spanborder" style="color: orange;"><span>Tweets</span></h4>
{% twitter https://twitter.com/jekyllrb maxwidth=500 limit=2 %}
{% twitter https://twitter.com/ynu_integral maxwidth=500 limit=2 %}
</div>
7 changes: 7 additions & 0 deletions _includes/theorem.html
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>

6 changes: 3 additions & 3 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@
<div class="container">
<div class="row align-items-center justify-content-between">
<div>
<span class="navbar-brand mr-2 mb-0"><strong>Learning Dock</strong></span>
<span class="navbar-brand mr-2 mb-0"><strong>{{site.name}}</strong></span>
<span>Copyright © <script>document.write(new Date().getFullYear())</script>.</span>

<!-- Github Repo Star Btn-->
<a class="text-dark ml-1" target="_blank" href="https://github.com/wowthemesnet/mundana-theme-jekyll"><i class="fab fa-github"></i> Fork on Github</a>
<a class="text-dark ml-1" target="_blank" href="https://github.com/ynu-math"><i class="fab fa-github"></i> View on Github</a>

</div>
<div>
Made with <a target="_blank" class="text-dark font-weight-bold" href="https://www.wowthemes.net/mundana-jekyll-theme/"> {{site.name}} </a> by <a class="text-dark" target="_blank" href="https://www.wowthemes.net">WowThemes</a>.
Made with <a target="_blank" class="text-dark font-weight-bold" href="https://www.wowthemes.net/mundana-jekyll-theme/"> Mundana Jekyll Theme </a> by <a class="text-dark" target="_blank" href="https://www.wowthemes.net">WowThemes</a>.
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,12 @@ <h5 class="font-weight-bold">Written by {{ author.name }} {% if author.twitter %
<div class="row prevnextlinks small font-weight-bold">
{% if page.previous.url %}
<div class="col-md-6 rightborder pl-0">
<a class="text-dark" href="{{ site.baseurl }}{{ page.previous.url }}">{% if page.previous.image %} <img height="30px" class="mr-1" src="{{site.baseurl}}/{{page.previous.image}}"> {% endif %} {{page.previous.title}}</a>
<a class="text-dark" href="{{ site.baseurl }}{{ page.previous.url }}">{% if page.previous.image %} <img height="30px" width="50px" class="mr-1" src="{{site.baseurl}}/{{page.previous.image}}"> {% endif %} {{page.previous.title}}</a>
</div>
{% endif %}
{% if page.next.url %}
<div class="col-md-6 text-right pr-0">
<a class="text-dark" href="{{ site.baseurl }}{{ page.next.url }}"> {{page.next.title}} {% if page.next.image %} <img height="30px" class="ml-1" src="{{site.baseurl}}/{{page.next.image}}"> {% endif %}</a>
<a class="text-dark" href="{{ site.baseurl }}{{ page.next.url }}"> {{page.next.title}} {% if page.next.image %} <img height="30px" width="50px" class="ml-1" src="{{site.baseurl}}/{{page.next.image}}"> {% endif %}</a>
</div>
{% endif %}
</div>
Expand Down
2 changes: 1 addition & 1 deletion _pages/contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ permalink: "/contact.html"
---

<form action="https://formspree.io/f/xjvjjbdy" method="POST">
<p class="mb-4">Please send your message to {{site.name}}. We will reply as soon as possible!</p>
<p class="mb-4">{{site.name}} にお気軽にご連絡してください.可能な限り早く返信いたします.</p>
<div class="form-group row">
<div class="col-md-6">
<input class="form-control" type="text" name="name" placeholder="Name*" required>
Expand Down
20 changes: 0 additions & 20 deletions _posts/2019-01-18-charm-old-cities.adoc

This file was deleted.

19 changes: 0 additions & 19 deletions _posts/2019-01-18-customer-service.adoc

This file was deleted.

27 changes: 0 additions & 27 deletions _posts/2019-01-19-markup-example.adoc

This file was deleted.

25 changes: 0 additions & 25 deletions _posts/2019-01-20-quick-start-guide.adoc

This file was deleted.

17 changes: 0 additions & 17 deletions _posts/2019-01-21-is-intelligence-enough.adoc

This file was deleted.

37 changes: 0 additions & 37 deletions _posts/2019-01-22-never-stopped-worrying-never-loved-bomb.adoc

This file was deleted.

15 changes: 0 additions & 15 deletions _posts/2019-01-23-options-for-creating-new-site-with-jekyll.adoc

This file was deleted.

Loading

0 comments on commit 4fa4076

Please sign in to comment.