From 65d106b656e387bb90365eb6043fd2e53ee0461b Mon Sep 17 00:00:00 2001 From: John Haugeland Date: Sun, 28 May 2017 00:10:21 -0700 Subject: [PATCH] theme change attempt --- docs/2017/05/27/hello-world/index.html | 181 ------------------------- docs/archives/2017/05/index.html | 166 ----------------------- docs/archives/2017/index.html | 166 ----------------------- docs/archives/index.html | 166 ----------------------- docs/css/style.css | 167 ++++------------------- docs/index.html | 180 ------------------------ src/site/_config.yml | 2 +- src/site/source/_posts/hello-world.md | 3 + themes/jsimple | 1 + 9 files changed, 28 insertions(+), 1004 deletions(-) create mode 160000 themes/jsimple diff --git a/docs/2017/05/27/hello-world/index.html b/docs/2017/05/27/hello-world/index.html index ac019643..e69de29b 100644 --- a/docs/2017/05/27/hello-world/index.html +++ b/docs/2017/05/27/hello-world/index.html @@ -1,181 +0,0 @@ - - - - - - Hello World | Hexo - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- -
-
- -
- - -
- - -

- Hello World -

- - -
- -
- -

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

-

Quick Start

Create a new post

1
$ hexo new "My New Post"
-

More info: Writing

-

Run server

1
$ hexo server
-

More info: Server

-

Generate static files

1
$ hexo generate
-

More info: Generating

-

Deploy to remote sites

1
$ hexo deploy
-

More info: Deployment

- - -
- -
- - - -
- -
- - - -
-
- -
- -
-
-
- - - - - - - - - - - - -
- - \ No newline at end of file diff --git a/docs/archives/2017/05/index.html b/docs/archives/2017/05/index.html index 0b72bc85..e69de29b 100644 --- a/docs/archives/2017/05/index.html +++ b/docs/archives/2017/05/index.html @@ -1,166 +0,0 @@ - - - - - - Archives: 2017/5 | Hexo - - - - - - - - - - - - - - - - - - - - - - -
-
- -
-
- - - - - - -
-
- 2017 -
-
- - - - -
- - -
- - - -
-
- -
- -
-
-
- - - - - - - - - - - - -
- - \ No newline at end of file diff --git a/docs/archives/2017/index.html b/docs/archives/2017/index.html index 9a50b4a4..e69de29b 100644 --- a/docs/archives/2017/index.html +++ b/docs/archives/2017/index.html @@ -1,166 +0,0 @@ - - - - - - Archives: 2017 | Hexo - - - - - - - - - - - - - - - - - - - - - - -
-
- -
-
- - - - - - -
-
- 2017 -
-
- - - - -
- - -
- - - -
-
- -
- -
-
-
- - - - - - - - - - - - -
- - \ No newline at end of file diff --git a/docs/archives/index.html b/docs/archives/index.html index f9076e49..e69de29b 100644 --- a/docs/archives/index.html +++ b/docs/archives/index.html @@ -1,166 +0,0 @@ - - - - - - Archives | Hexo - - - - - - - - - - - - - - - - - - - - - - -
-
- -
-
- - - - - - -
-
- 2017 -
-
- - - - -
- - -
- - - -
-
- -
- -
-
-
- - - - - - - - - - - - -
- - \ No newline at end of file diff --git a/docs/css/style.css b/docs/css/style.css index dd01e88a..4ad0d136 100644 --- a/docs/css/style.css +++ b/docs/css/style.css @@ -128,7 +128,7 @@ body { -webkit-text-size-adjust: 100%; } .outer { - max-width: 1220px; + max-width: 920px; margin: 0 auto; padding: 0 20px; } @@ -143,8 +143,8 @@ body { .inner { display: inline; float: left; - width: 98.33333333333333%; - margin: 0 0.833333333333333%; + width: 97.77777777777777%; + margin: 0 1.111111111111111%; } .left, .alignleft { @@ -179,18 +179,9 @@ body { .mobile-nav-on #wrap { left: 280px; } -@media screen and (min-width: 768px) { - #main { - display: inline; - float: left; - width: 73.33333333333333%; - margin: 0 0.833333333333333%; - } -} .article-date, .article-category-link, -.archive-year, -.widget-title { +.archive-year { text-decoration: none; text-transform: uppercase; letter-spacing: 2px; @@ -209,102 +200,75 @@ body { border: 1px solid #ddd; border-radius: 3px; } -.article-entry h1, -.widget h1 { +.article-entry h1 { font-size: 2em; } -.article-entry h2, -.widget h2 { +.article-entry h2 { font-size: 1.5em; } -.article-entry h3, -.widget h3 { +.article-entry h3 { font-size: 1.3em; } -.article-entry h4, -.widget h4 { +.article-entry h4 { font-size: 1.2em; } -.article-entry h5, -.widget h5 { +.article-entry h5 { font-size: 1em; } -.article-entry h6, -.widget h6 { +.article-entry h6 { font-size: 1em; color: #999; } -.article-entry hr, -.widget hr { +.article-entry hr { border: 1px dashed #ddd; } -.article-entry strong, -.widget strong { +.article-entry strong { font-weight: bold; } .article-entry em, -.widget em, -.article-entry cite, -.widget cite { +.article-entry cite { font-style: italic; } .article-entry sup, -.widget sup, -.article-entry sub, -.widget sub { +.article-entry sub { font-size: 0.75em; line-height: 0; position: relative; vertical-align: baseline; } -.article-entry sup, -.widget sup { +.article-entry sup { top: -0.5em; } -.article-entry sub, -.widget sub { +.article-entry sub { bottom: -0.2em; } -.article-entry small, -.widget small { +.article-entry small { font-size: 0.85em; } .article-entry acronym, -.widget acronym, -.article-entry abbr, -.widget abbr { +.article-entry abbr { border-bottom: 1px dotted; } .article-entry ul, -.widget ul, .article-entry ol, -.widget ol, -.article-entry dl, -.widget dl { +.article-entry dl { margin: 0 20px; line-height: 1.6em; } .article-entry ul ul, -.widget ul ul, .article-entry ol ul, -.widget ol ul, .article-entry ul ol, -.widget ul ol, -.article-entry ol ol, -.widget ol ol { +.article-entry ol ol { margin-top: 0; margin-bottom: 0; } -.article-entry ul, -.widget ul { +.article-entry ul { list-style: disc; } -.article-entry ol, -.widget ol { +.article-entry ol { list-style: decimal; } -.article-entry dt, -.widget dt { +.article-entry dt { font-weight: bold; } #header { @@ -1287,88 +1251,3 @@ pre .javascript .function { color: #fff; } } -@media screen and (min-width: 768px) { - #sidebar { - display: inline; - float: left; - width: 23.333333333333332%; - margin: 0 0.833333333333333%; - } -} -.widget-wrap { - margin: 50px 0; -} -.widget { - color: #777; - text-shadow: 0 1px #fff; - background: #ddd; - -webkit-box-shadow: 0 -1px 4px #ccc inset; - box-shadow: 0 -1px 4px #ccc inset; - border: 1px solid #ccc; - padding: 15px; - border-radius: 3px; -} -.widget a { - color: #258fb8; - text-decoration: none; -} -.widget a:hover { - text-decoration: underline; -} -.widget ul ul, -.widget ol ul, -.widget dl ul, -.widget ul ol, -.widget ol ol, -.widget dl ol, -.widget ul dl, -.widget ol dl, -.widget dl dl { - margin-left: 15px; - list-style: disc; -} -.widget { - line-height: 1.6em; - word-wrap: break-word; - font-size: 0.9em; -} -.widget ul, -.widget ol { - list-style: none; - margin: 0; -} -.widget ul ul, -.widget ol ul, -.widget ul ol, -.widget ol ol { - margin: 0 20px; -} -.widget ul ul, -.widget ol ul { - list-style: disc; -} -.widget ul ol, -.widget ol ol { - list-style: decimal; -} -.category-list-count, -.tag-list-count, -.archive-list-count { - padding-left: 5px; - color: #999; - font-size: 0.85em; -} -.category-list-count:before, -.tag-list-count:before, -.archive-list-count:before { - content: "("; -} -.category-list-count:after, -.tag-list-count:after, -.archive-list-count:after { - content: ")"; -} -.tagcloud a { - margin-right: 5px; - display: inline-block; -} diff --git a/docs/index.html b/docs/index.html index 97765050..e69de29b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,180 +0,0 @@ - - - - - - Hexo - - - - - - - - - - - - - - - - - - - - - - -
-
- -
-
- -
- -
- - -
- - -

- Hello World -

- - -
- -
- -

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

-

Quick Start

Create a new post

1
$ hexo new "My New Post"
-

More info: Writing

-

Run server

1
$ hexo server
-

More info: Server

-

Generate static files

1
$ hexo generate
-

More info: Generating

-

Deploy to remote sites

1
$ hexo deploy
-

More info: Deployment

- - -
- -
- -
- - - - -
- - - -
-
- -
- -
-
-
- - - - - - - - - - - - -
- - \ No newline at end of file diff --git a/src/site/_config.yml b/src/site/_config.yml index 951e63c2..b99bae93 100644 --- a/src/site/_config.yml +++ b/src/site/_config.yml @@ -63,7 +63,7 @@ pagination_dir: page # Extensions ## Plugins: https://hexo.io/plugins/ ## Themes: https://hexo.io/themes/ -theme: landscape +theme: jsimple # Deployment ## Docs: https://hexo.io/docs/deployment.html diff --git a/src/site/source/_posts/hello-world.md b/src/site/source/_posts/hello-world.md index c090297c..64feb8e3 100644 --- a/src/site/source/_posts/hello-world.md +++ b/src/site/source/_posts/hello-world.md @@ -1,6 +1,9 @@ --- title: Hello World --- + +Updated + Welcome to [Hexo](https://hexo.io/)! This is your very first post. Check [documentation](https://hexo.io/docs/) for more info. If you get any problems when using Hexo, you can find the answer in [troubleshooting](https://hexo.io/docs/troubleshooting.html) or you can ask me on [GitHub](https://github.com/hexojs/hexo/issues). ## Quick Start diff --git a/themes/jsimple b/themes/jsimple new file mode 160000 index 00000000..d9520ab3 --- /dev/null +++ b/themes/jsimple @@ -0,0 +1 @@ +Subproject commit d9520ab3a350b8789023e2d37ace476afc96f32a