Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Commit

Permalink
release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonny committed Mar 22, 2017
1 parent d65e29c commit ceaca97
Show file tree
Hide file tree
Showing 82 changed files with 8,286 additions and 108 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.8.0

* feat(startup): add a panel to define the username, the repositoryName, the branch and the CNAME before login
* fix(tag): fix the tag generation by removing useless space with a trim
* fix(theme): add the highlightjs css and upgrade to the last version, fix all themes to have a correct rendering
* feat(theme): add a new (black) theme The Shell
## 0.7.3

* fix(init): fix a typo when initiliazing with a element in localStorage for hubpress:sync
Expand Down
4 changes: 2 additions & 2 deletions hubpress/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
}
.gitter-open-chat-button:hover {
background-color: #bd3a2c;
}</style><link href=static/css/app.bc9efd91fdce0423a195becb2858a856.css rel=stylesheet></head><body ontouchstart><div id=app></div><script>((window.gitter = {}).chat = {}).options = {
}</style><link href=static/css/app.bb204cf71961f2ee7263610614455fe9.css rel=stylesheet></head><body ontouchstart><div id=app></div><script>((window.gitter = {}).chat = {}).options = {
room: 'HubPress/hubpress.io'
};</script><script src=https://sidecar.gitter.im/dist/sidecar.v1.js async defer=defer></script><script type=text/javascript src=static/js/manifest.2f8c9e779d5558e369cb.js></script><script type=text/javascript src=static/js/vendor.2fe134663b7d022ead9b.js></script><script type=text/javascript src=static/js/app.b8b254aa7181f3fd4abf.js></script></body></html>
};</script><script src=https://sidecar.gitter.im/dist/sidecar.v1.js async defer=defer></script><script type=text/javascript src=static/js/manifest.a2a1523a5ed32a80e10b.js></script><script type=text/javascript src=static/js/vendor.e2e21d9c993fa4b677a1.js></script><script type=text/javascript src=static/js/app.1c89b345984d73cf640e.js></script></body></html>
2 changes: 2 additions & 0 deletions hubpress/static/css/app.bb204cf71961f2ee7263610614455fe9.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions hubpress/static/css/app.bc9efd91fdce0423a195becb2858a856.css

This file was deleted.

This file was deleted.

7 changes: 7 additions & 0 deletions hubpress/static/js/app.1c89b345984d73cf640e.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions hubpress/static/js/app.1c89b345984d73cf640e.js.map

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions hubpress/static/js/app.b8b254aa7181f3fd4abf.js

This file was deleted.

1 change: 0 additions & 1 deletion hubpress/static/js/app.b8b254aa7181f3fd4abf.js.map

This file was deleted.

2 changes: 0 additions & 2 deletions hubpress/static/js/manifest.2f8c9e779d5558e369cb.js

This file was deleted.

2 changes: 2 additions & 0 deletions hubpress/static/js/manifest.a2a1523a5ed32a80e10b.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions themes/casper/assets/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -335,11 +335,11 @@ mark {
}

code, tt {
padding: 1px 3px;
/*padding: 1px 3px;*/
font-family: Inconsolata, monospace, sans-serif;
font-size: 0.85em;
white-space: pre-wrap;
border: #E3EDF3 1px solid;
/*border: #E3EDF3 1px solid;*/
background: #F7FAFB;
border-radius: 2px;
-webkit-font-feature-settings: "liga" 0;
Expand All @@ -351,9 +351,10 @@ pre {
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0 0 1.75em 0;
border: #E3EDF3 1px solid;
Comm
/*border: #E3EDF3 1px solid;*/
width: 100%;
padding: 10px;
/*padding: 10px;*/
font-family: Inconsolata, monospace, sans-serif;
font-size: 0.9em;
white-space: pre;
Expand Down
2 changes: 1 addition & 1 deletion themes/ghostium/assets/css/main.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/ichi/assets/css/styles.css

Large diffs are not rendered by default.

14 changes: 9 additions & 5 deletions themes/roon/assets/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -500,15 +500,17 @@ article .text small {
color: #909396
}
article .text pre {
padding: 14px 20px;
/* Comment for a better integration with hljs */
/*padding: 14px 20px;*/
font-size: 16px;
max-width: 100%;
overflow-x: auto;
line-height: 1.4em;
font-family: "Courier New", "Courier", monospace;
-webkit-font-smoothing: subpixel-antialiased;
border: 1px solid #ededee;
background-color: #f9f9fa;
/* Comment for a better integration with hljs */
/*border: 1px solid #ededee;*/
/*background-color: #f9f9fa;*/
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
Expand All @@ -517,9 +519,11 @@ article .text pre {
word-wrap: normal
}
article .text pre code {
padding: 0;
width: 100%;
padding: 14px;
border: none;
background-color: transparent
/* Comment for a better integration with hljs */
/*background-color: transparent*/
}
article .text code {
display: -moz-inline-stack;
Expand Down
4 changes: 4 additions & 0 deletions themes/the-shell/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

assets/scss/.sass-cache/
assets/scss/css/
assets/scss/config.codekit
22 changes: 22 additions & 0 deletions themes/the-shell/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Copyright (c) 2014 Dmitry Lebedev - Released under The MIT License.

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
15 changes: 15 additions & 0 deletions themes/the-shell/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# The Shell

Simple theme for [Ghost](http://github.com/tryghost/ghost/).

* Pure CSS
* Web Safe fonts

* Added Google Analytics, Disqus and syntax highlighting support by [@AlphaCluster](https://github.com/AlphaCluster) - version without this features available in 'Shell_0.1' branch



You can find live example [here](http://ghostintheshell.ghost.io/).



Loading

0 comments on commit ceaca97

Please sign in to comment.