arco 0.3.1 → 0.3.2

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: df7d5d883eae71c2eb4e4455e8051eb5c1a9b31c8f282cc1a6d1b2d2eef9c0fb
4
- data.tar.gz: 2f96e9d9382608f680dbbefd7e18210c3a308e9bceff204529c5a53a8fe8888d
3
+ metadata.gz: 19a6bad6d5748ed8450e9e5a67e2388b8ab16772d4113d205be2ff0362e87b02
4
+ data.tar.gz: 51b3424d79acaab9f13b6781bc597c326e12d60d1e880a8d5530c1178dfd5819
5
5
  SHA512:
6
- metadata.gz: 2d536694036284f8fcc2029e07a58d4dd6e66a5182bad04803f51e367f59223cc062c408fafed8c49401e8a49907e240e5f8eebffb9802d3c51201257b99fa1a
7
- data.tar.gz: 2461f98176db3b6f1d90de5475792ea48015be67e5b5872078e0cc7f86cf68402fe3b0d6fe1c0c5c794d7ea4f374795f21ee3bb3dbbe06a5dce67a6b48821871
6
+ metadata.gz: 7d2e97ed7ca7c520a0605a702d2519320320273b29ccfbafa6e3467b491a54ac3572f5395b23d32cc0c9b1ca245a2f5dab52918ad31fda0ec6451e9d87569133
7
+ data.tar.gz: 202abafe3a29f602f40f8ec23b38c6f427f02def7ba7a05ee100c4aa6d3f240bf0cf11dac31856e6baac25bad7823378fb3169d5cea7ec792f612e8708946e0e
data/README.md CHANGED
@@ -24,8 +24,31 @@ Or install it yourself as:
24
24
 
25
25
  $ gem install arco
26
26
 
27
+ ## Github Pages
28
+
29
+ In your `_config.yml` delete the `theme: ` line and add:
30
+
31
+ ```yaml
32
+ remote_theme: meebuhs/arco
33
+ ```
34
+
35
+ You also need to make the following changes in your `Gemfile`:
36
+
37
+ ```Gemfile
38
+ # Comment the jekyll gem
39
+ # gem "jekyll", "~> 4.1.0"
40
+ # Uncomment github-pages
41
+ gem "github-pages", group: :jekyll_plugins
42
+ ```
43
+
27
44
  ## Usage
28
45
 
46
+ ### Setup
47
+
48
+ To get started you need to copy the `pages` folder from this repository to your site.
49
+
50
+ By default it features a landing page, if you would like to bypass the landing page, delete `index.html` and then rename `projects.html` to `index.html`.
51
+
29
52
  ### Site configuration
30
53
 
31
54
  The following settings can be configured in your site's `_config.yml`
@@ -53,6 +76,10 @@ mathjax: true | false
53
76
  ---
54
77
  ```
55
78
 
79
+ ### Markdown features
80
+
81
+ [Check here](https://meebuhs.github.io/projects/arco) for examples of the supported markdown features.
82
+
56
83
  ### Resume support
57
84
 
58
85
  To add a resume to the site, set `resume: true` in your `_config.yml`.
@@ -42,6 +42,7 @@ pre code {
42
42
  border-radius: 5px;
43
43
  pre {
44
44
  position: relative;
45
+ border-radius: 5px;
45
46
  }
46
47
  pre code {
47
48
  color: #cccccc;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arco
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - meebuhs