no-style-please 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 34d2d19137717912c84ec6462198b055a7e0db84dec008406cf483638f131a76
4
- data.tar.gz: e43cafef7e154c39f03c8be7bbcd4cc5c35fe94b692e02cdc164d06aa9231666
3
+ metadata.gz: c4931613fa693afd5baae6754d3def6fd25a050a8d32dff2af2677733c7cea89
4
+ data.tar.gz: 84e3124bb32ba0c8b40b3cc6a9f1daa74d92619bf23ec1e29d89ea3612ac797e
5
5
  SHA512:
6
- metadata.gz: 00d244cb38ef8b392fa0d09f7f71ccde2ae19e09614584b2904826494adf77299a21c225060efe51e1a63251e515d3afb56bbac808e8be1dd4e5e1aa99be9d7f
7
- data.tar.gz: 4aa8c508a7900baeded9798a5641b5890426deff0b70bc8a0da83f61638ed699c10457f779b2b7b3fdc173aa00294aaf235ab153af65ece031833514b03c9e2c
6
+ metadata.gz: fabf42e3b09173948965662902c70c1992dab8a54a655da8628c3985d26c4c04442d3c73695ee2e69c6f08ba97bbb7e978c17bc0116457449c038b527161725f
7
+ data.tar.gz: 11842ec0ad987981435b3da948a25ab05bf007f4f9362daf597b9d69c4479a67abea9b573f9845821b9130b762d48af9050e24a2e084418685423db5e5f5044c
data/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # no style, please!
2
2
 
3
- A (nearly) no-css minimalist [Jekyll](https://jekyllrb.com/) theme. Inspired by [elly's site](http://tilde.town/~elly/), expressly created for [my personal blog](https://riggraz.dev/).
3
+ <img src="./logo.png" width="64" align="left" /> A (nearly) no-css minimalist [Jekyll](https://jekyllrb.com/) theme. Inspired by [elly's site](http://tilde.town/~elly/), expressly created for [my personal blog](https://riggraz.dev/).
4
4
 
5
5
  [Try the demo out!](https://riggraz.dev/no-style-please/)
6
6
 
7
- <img src="./screenshots/composition.png" />
7
+ <img src="./screenshots/featured-image.png" />
8
8
 
9
9
  ## Installation
10
10
 
@@ -5,3 +5,12 @@ layout: default
5
5
  <a href="{{ site.url }}">{{ site.theme_config.back_home_text }}</a>
6
6
  <h1>{{ page.title }}</h1>
7
7
  {{ content }}
8
+
9
+ <hr data-content="keep in touch">
10
+ <form style="padding:3px;text-align:center;" action="https://tinyletter.com/riggraz" method="post" target="popupwindow" onsubmit="window.open('https://tinyletter.com/riggraz', 'popupwindow', 'scrollbars=yes,width=800,height=600');return true">
11
+ <label for="tlemail">Your email address:</label>
12
+ <input type="text" style="width:140px" name="email" id="tlemail" />
13
+ <input type="hidden" value="1" name="embed"/>
14
+ <input type="submit" value="Subscribe" />
15
+ <p>No spam</p>
16
+ </form>
@@ -1,19 +1,26 @@
1
- body {
1
+ html {
2
2
  color: black;
3
3
  background-color: white;
4
4
  font-family: monospace;
5
5
  font-size: 1.3rem;
6
- line-height: 1.3rem;
6
+ line-height: 1.3;
7
+ -webkit-font-smoothing: antialiased;
7
8
  }
8
9
 
10
+ h2, h3, h4, h5, h6 { margin-top: 3rem; }
11
+
12
+ hr { margin: 2rem 0; }
13
+
14
+ p { margin: 1rem 0; }
15
+
16
+ li { margin: 0.4rem 0; }
17
+
9
18
  .wrapper {
10
- max-width: 640px;
19
+ max-width: 60ch;
11
20
  margin: 4rem auto;
12
21
  padding: 0 1rem;
13
22
  }
14
23
 
15
- h1 { line-height: 2rem; }
16
-
17
24
  hr {
18
25
  text-align: center;
19
26
  border: 0;
@@ -23,6 +30,7 @@ hr {
23
30
  }
24
31
 
25
32
  table, th, td {
33
+ width: 100%;
26
34
  border: thin solid black;
27
35
  border-collapse: collapse;
28
36
  padding: 0.4rem;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: no-style-please
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Riccardo Graziosi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-16 00:00:00.000000000 Z
11
+ date: 2020-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll