alien-minimalistic 0.10.0 → 0.11.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 77bec0cb7524e30a643df4463c7433f74ea0bc3b7207401e99bf1fb5b7e41b39
4
- data.tar.gz: 0ace8d3a333a3d22bb035aff88c549dfb21b0d195019ac37f35f1cec957777e5
3
+ metadata.gz: 45626530c80549f33872eb6f8476f125ee0e7b391778fde62c0cc93d8dddf125
4
+ data.tar.gz: 4dafab903048e7d454fbe8b546e5dc872186f2b48a0e78d25fa20abb4a8de5ed
5
5
  SHA512:
6
- metadata.gz: e4b6dcb311acbf8f61f294370af0e4256dbd3465a8acc9dbe9e3a5c123b067c83f3b624fc919afdcbe22312653aee53a6cedd87eb8de0acdf7b9c57f62478249
7
- data.tar.gz: 84c21adcec4e4fb6c3066e43c6c972cf08f619a1a027e262a032597df7c67c7def1f3bb2fc5d8e9ec3f333ecf9e0414097af9f7e264f9e37f2cfb8367903d523
6
+ metadata.gz: 2bf7a9aeb73c12908bca911f10416c5efcac2916ec13b612a8211d7f2dbc5b81cda17432acff6a8e2809d6ad39d1503eb640887f3af6c7c2f1a19765fe082692
7
+ data.tar.gz: 99bdcccbb656a5be052fa5de3adf233e37e9cd24ea9077fc9c5744c99009a46063014f3cd537b70a3a554eb527fec8fea9406a52ce9fd05e74999f7b15b7c4cf
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # alien-minimalistic
2
2
 
3
- The alien-minimalistic is a modern responsive Jekyll theme designed to be used right off the box with very minimal set up time. Since the design behind the theme aims to highlight the background of the individual writing the articles apart from providing a clean templated blogging system, it is very helpful to students and professionals to showcase their careers in a coherent manner.
3
+ The alien-minimalistic is a modern responsive Jekyll theme designed to be used right off the box with very minimal set up time. Since the theme's design aims to highlight the writer's background, apart from providing a clean templated blogging system, it is very helpful to students and professionals to showcase their careers in a coherent manner.
4
4
 
5
5
  ![](https://github.com/mrcivvy/alien-minimalistic/blob/master/_screenshots/home-page.png)
6
6
 
@@ -8,7 +8,7 @@ The alien-minimalistic is a modern responsive Jekyll theme designed to be used r
8
8
 
9
9
  ### Approach I: Ruby gem
10
10
 
11
- 1. To set up a jekyll site quickly using the default Minima theme, run the following command:
11
+ 1. Set up a jekyll site quickly using the default Minima theme, run the following command:
12
12
 
13
13
  ```shell
14
14
  jekyll new <myblog>
@@ -32,21 +32,22 @@ theme: alien-minimalistic
32
32
  $ bundle install
33
33
  ```
34
34
 
35
- Or install it yourself as:
35
+ Or install it yourself:
36
36
 
37
37
  ```shell
38
38
  $ gem install alien-minimalistic
39
39
  ```
40
40
 
41
- 4. Create the following files at the root of your site:
41
+ 5. Create the following files at the root of your site:
42
42
 
43
43
  ```shell
44
44
  about.md
45
45
  articles.md
46
46
  contact.md
47
+ 404.md
47
48
  ```
48
49
 
49
- 5. Add front matter to these files to specify the layout and title. Note that the layout names are the same as the files names that you created in the previous step.
50
+ 6. Add front matter to these files to specify the layout and title. Note that the layout names and the permalink location names are the same as the files names that you created in the previous step.
50
51
 
51
52
  For example, in the about.md file the front matter would be:
52
53
 
@@ -57,11 +58,27 @@ title: About - Sitename
57
58
  ---
58
59
  ```
59
60
 
60
- 6. Follow the notes mentioned in the `Usage` section to update the theme with your data
61
+ 7. Add the following front matter to your 404.md file to keep up the theme's stylesheeting for it.
62
+
63
+ ```html
64
+ ---
65
+ layout: 404
66
+ title: Page not found - Alienspline
67
+ permalink: /404.html
68
+ ---
69
+ ```
70
+
71
+ 8. Make the permalinks pretty by setting the following in your `_config.yml`
72
+
73
+ ```shell
74
+ permalink: pretty
75
+ ```
76
+
77
+ 9. Follow the notes mentioned in the `Usage` section to update the theme with your site's data
61
78
 
62
79
  ### Approach II: Github repository
63
80
 
64
- 1. Clone the Jekyll theme from this Github repository
81
+ 1. Clone the Jekyll theme from the repository using the command, `git clone https://github.com/mrcivvy/alien-minimalistic.git`
65
82
  2. Update the theme with your data (See the `Usage` section)
66
83
  3. Remember to pull updates from this Github repository when new releases are rolled out
67
84
 
@@ -70,6 +87,7 @@ title: About - Sitename
70
87
  The theme has been designed to require very minimal changes if you plan to use it right off the box. All you need to do is just define the following `content editable variables` in the `_config.yml` file of your site,
71
88
 
72
89
  #### Content Editable Variables
90
+
73
91
  ```yaml
74
92
  title (The title of your site)
75
93
  first-name (Your first name)
@@ -0,0 +1 @@
1
+ @import 'list'
@@ -0,0 +1,32 @@
1
+
2
+ // List
3
+ // ––––––––––––––––––––––––––––––––––––––––––––––––––
4
+
5
+ dl,
6
+ ol,
7
+ ul
8
+ list-style: none
9
+ margin-top: 0
10
+ padding-left: 0
11
+
12
+ dl,
13
+ ol,
14
+ ul
15
+ font-size: 98%
16
+ margin: 0
17
+ margin-top: 1.5rem
18
+ margin-left: 2.5rem
19
+
20
+ li
21
+ margin-bottom: 0.5rem
22
+ margin-left: 2.5rem
23
+
24
+ p
25
+ display: inline
26
+ margin: 0
27
+
28
+ ol
29
+ list-style: decimal inside
30
+
31
+ ul
32
+ list-style: circle inside
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,3 +1,4 @@
1
1
  @import '1-tools/tools-dir'
2
2
  @import '2-base/base-dir'
3
- @import '3-sections/sections-dir'
3
+ @import '3-customs/custom-dir'
4
+ @import '4-sections/sections-dir'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alien-minimalistic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ganesh Belgur
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-09-16 00:00:00.000000000 Z
11
+ date: 2018-10-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -168,15 +168,17 @@ files:
168
168
  - _sass/2-base/milligram/_Typography.sass
169
169
  - _sass/2-base/milligram/_Utility.sass
170
170
  - _sass/2-base/milligram/_milligram.sass
171
- - _sass/3-sections/_404.sass
172
- - _sass/3-sections/_about.sass
173
- - _sass/3-sections/_articles.sass
174
- - _sass/3-sections/_contact.sass
175
- - _sass/3-sections/_footer.sass
176
- - _sass/3-sections/_header.sass
177
- - _sass/3-sections/_home.sass
178
- - _sass/3-sections/_post.sass
179
- - _sass/3-sections/_sections-dir.sass
171
+ - _sass/3-customs/_custom-dir.sass
172
+ - _sass/3-customs/_list.sass
173
+ - _sass/4-sections/_404.sass
174
+ - _sass/4-sections/_about.sass
175
+ - _sass/4-sections/_articles.sass
176
+ - _sass/4-sections/_contact.sass
177
+ - _sass/4-sections/_footer.sass
178
+ - _sass/4-sections/_header.sass
179
+ - _sass/4-sections/_home.sass
180
+ - _sass/4-sections/_post.sass
181
+ - _sass/4-sections/_sections-dir.sass
180
182
  - _sass/_alien-minimalistic.sass
181
183
  - assets/favicon.png
182
184
  - assets/hero_background.jpg