Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Murukesh Mohanan
web
Commits
7f642c97
Commit
7f642c97
authored
May 21, 2017
by
Murukesh Mohanan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
renamed styles/ to css/
parent
ac53bcf0
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
20 additions
and
20 deletions
+20
-20
_drafts/2016-08-06-japanese.md
_drafts/2016-08-06-japanese.md
+0
-10
_layouts/default.html
_layouts/default.html
+2
-2
_layouts/tag.html
_layouts/tag.html
+1
-1
css/cann-table.css
css/cann-table.css
+0
-0
css/code.css
css/code.css
+0
-0
css/contact.css
css/contact.css
+0
-0
css/cv.css
css/cv.css
+0
-0
css/index.css
css/index.css
+0
-0
css/posts.css
css/posts.css
+11
-6
css/resources.css
css/resources.css
+0
-0
css/style.css
css/style.css
+1
-1
css/tag.css
css/tag.css
+5
-0
No files found.
_drafts/2016-08-06-japanese.md
deleted
100644 → 0
View file @
ac53bcf0
---
layout
:
post
title
:
始めまして!
---
一ヶ月前から 日本語をべんきょうして います。漢字 と 文法を 少し わかります。
ですから、日本語で 書いてが むずかしい です。今まで 漢字を百二十ぐらい
ならいました。その漢字なかに 六十ぐらい おぼえて います。このポスト
Googleのmozcで 書きました。Googleのmozcは とても べんり です。
_layouts/default.html
View file @
7f642c97
...
...
@@ -11,7 +11,7 @@
<title>
{{ page.title }}
–
Muru
</title>
<link
rel=
"stylesheet"
href=
"{{ site.base-url }}/
style
s/style.css"
type=
"text/css"
>
<link
rel=
"stylesheet"
href=
"{{ site.base-url }}/
cs
s/style.css"
type=
"text/css"
>
{% if page.pagestyle %}
{% assign pagestyle = page.pagestyle %}
{% else %}
...
...
@@ -22,7 +22,7 @@
</script>
{% endif %}
{% if pagestyle %}
<link
rel=
"stylesheet"
href=
"{{ site.base-url }}/
style
s/{{ pagestyle }}.css"
type=
"text/css"
>
<link
rel=
"stylesheet"
href=
"{{ site.base-url }}/
cs
s/{{ pagestyle }}.css"
type=
"text/css"
>
{% endif %}
<!-- Web Fonts FTW! -->
<link
rel=
"stylesheet"
type=
"text/css"
href=
"https://fonts.googleapis.com/css?family=Ubuntu"
>
...
...
_layouts/tag.html
View file @
7f642c97
...
...
@@ -7,7 +7,7 @@ layout: default
{% assign tag = site.data.tags[page.tag] %}
<section
class=
"tag-title"
>
<header>
<h1>
{{ tag.name }}
</h1>
<h1>
Tag:
{{ tag.name }}
</h1>
</header>
<hr>
...
...
style
s/cann-table.css
→
cs
s/cann-table.css
View file @
7f642c97
File moved
style
s/code.css
→
cs
s/code.css
View file @
7f642c97
File moved
style
s/contact.css
→
cs
s/contact.css
View file @
7f642c97
File moved
style
s/cv.css
→
cs
s/cv.css
View file @
7f642c97
File moved
style
s/index.css
→
cs
s/index.css
View file @
7f642c97
File moved
style
s/posts.css
→
cs
s/posts.css
View file @
7f642c97
...
...
@@ -38,7 +38,8 @@ a.tag {
ol
.tags-list
{
margin
:
0
;
padding
:
0
;
text-align
:
right
;
display
:
flex
;
flex-direction
:
row-reverse
;
}
ol
.tags-list
li
{
...
...
@@ -141,15 +142,19 @@ a.page-prev, a.page-next {
}
@media
screen
and
(
min-device-aspect-ratio
:
1
/
1
)
and
(
orientation
:
landscape
)
{
.post-title
h1
{
display
:
flex
;
margin
:
0
;
margin-bottom
:
0.5em
;
padding
:
0
;
}
.post-title
h1
>
a
{
flex
:
2
;
}
.post-date
{
float
:
right
;
border-left
:
solid
0.2em
silver
;
padding-left
:
0.5em
;
}
.post-title
h1
{
margin
:
0.5em
;
/*overflow: auto;*/
}
a
.page-prev
{
float
:
left
;
width
:
30%
;
...
...
style
s/resources.css
→
cs
s/resources.css
View file @
7f642c97
File moved
style
s/style.css
→
cs
s/style.css
View file @
7f642c97
...
...
@@ -100,7 +100,7 @@ body {
min-height
:
100vh
;
}
h1
{
margin-top
:
0
;
/* margin-bottom: 0.5em; */
}
/*h1 {
font-size: 2em;
...
...
style
s/tag.css
→
cs
s/tag.css
View file @
7f642c97
...
...
@@ -8,3 +8,8 @@ section.post {
section
.post
>
header
>
h1
>
a
:link
,
section
.post
>
header
>
h1
>
a
:visited
{
color
:
honeydew
;
}
section
.post
>
header
>
h1
{
padding
:
0
;
margin
:
0
0
0.5em
0
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment