morel-theme 0.2.27 → 0.2.28

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: f104bd8586eb8b6c341130d05323ff707be9fadb6193a2a815bae76b4b49fd42
4
- data.tar.gz: e6d6e7e706c469f2bd626f8e5c44a6bb909697ad968a1c4a2d4bcdef5603b9af
3
+ metadata.gz: d77408bcef3c81497c37e4ab3d0fd8c9ee93c9612638329872725f2dc941b147
4
+ data.tar.gz: 37445c700a3836719cd218d1449a89238b3645bea788a5ba177af5d43e871b9a
5
5
  SHA512:
6
- metadata.gz: 031e8fe4796468994bd6099ccb7ce4c6e9b074fd9648eb42391872a276aa0fd41356752a1b265c876a8dafcff7c16b0d1acf61b762ea5c73e1f14ada4ffe3316
7
- data.tar.gz: 4916db8e371a7d679753605c2675a0e3b7c381f34b5655ab28b57a7957fbfe7b0916e0f2456afeab8ddfe2acb27a7cc1eac196693b72db52c5a1102db409916d
6
+ metadata.gz: 0da938578e660d654abfefaaeff59fa920e83d6f36297dab2ef916a9d49a196286ec9628929e1349dc00da67fb3b82b00536475a97776dfd5c7961cfd6cc80cc
7
+ data.tar.gz: '003439eb2c56c4ae365b05db1b34bccb5773c56809452a3f0be1f67fea911f7a89d4dcae0b3c7d28fda7e64a0b1ea046c708de9b0280b583d5533684030ad770'
data/README.md CHANGED
@@ -1,68 +1,19 @@
1
- <!---
2
- - instalar jekyll
3
- - instalar plantilla
4
- - build
5
- - copiar contenido de copy content
6
- - copiar contenido de assets
7
- - reemplazar imágenes en assets/img
8
- - trama
9
- - avatar
10
- - logo
11
- - edicion
12
- - lugar
13
- - autora
14
- - trama
15
- - repositorio
16
- - reemplazar favicon
1
+ # [MOREL](https://github.com/morelrep/morel-theme-generator)
17
2
 
18
- --->
3
+ [![Gem Version](https://img.shields.io/gem/v/morel-theme)][ruby-gems]
4
+ [![Licence](https://img.shields.io/badge/License-GPLv3-blue.svg)][licence]
19
5
 
6
+ [licence]: https://github.com/morelrep/morel-theme-generator/blob/1-finish-documentation/LICENCE
7
+ [ruby-gems]: https://rubygems.org/gems/jekyll
20
8
 
21
- # morel-theme
9
+ MOREL is a simple, blog-aware, static site generator to create Mobile, Open, Resilient, Electronic Libraries. MOREL takes simple bibliographic collections, runs them through the [Jekyll site generator](https://jekyllrb.com/), and creates a static website ready to be served for free by Github pages. MOREL sites can also be published through freemium deployment services such as Netlify, and through commercial or institutional servers. MOREL is perfect to create personal, project, or organization archives, using third party storage on services such as Archive.org.
22
10
 
23
- Theme for the archive-site generator MOREL.
11
+ ## Diving In
24
12
 
13
+ This repository belongs to the Jekyll theme and ruby gem `morel-theme`, which is one of the components used to generate MOREL sites. Check the `morel-theme-generator` [repository](https://github.com/febr3s/morel-site-generator/) for installation instructions and more details.
25
14
 
26
- ## Installation
27
-
28
- Add this line to your Jekyll site's `Gemfile`:
29
-
30
- ```ruby
31
- gem "morel-theme"
32
- ```
33
-
34
- And add this line to your Jekyll site's `_config.yml`:
35
-
36
- ```yaml
37
- theme: morel-theme
38
- ```
39
-
40
- And then execute:
41
-
42
- $ bundle install
43
-
44
- Or install it yourself as:
45
-
46
- $ gem install morel-theme
47
-
48
- ## Usage
49
-
50
- TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
51
-
52
- ## Contributing
53
-
54
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
55
-
56
- ## Development
57
-
58
- To set up your environment to develop this theme, run `bundle install`.
59
-
60
- Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
61
-
62
- When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
63
- To add a custom directory to your theme-gem, please edit the regexp in `morel-theme.gemspec` accordingly.
15
+ Some of the required [contributions](https://morelrep.github.com/morel-theme-generator/contribute) for the `morel-theme-generator` are issues that belong to this repository, where you can find the theme's layouts, css and generators.
64
16
 
65
17
  ## License
66
18
 
67
- The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
68
-
19
+ See the [LICENSE](https://github.com/morelrep/morel-theme-generator/blob/1-finish-documentation/LICENCE) file.
@@ -36,7 +36,7 @@
36
36
  <!-- contenido -->
37
37
 
38
38
  <div class="busqueda">
39
- <form action="/search.html" method="get" class="busqueda">
39
+ <form action="{{site.BASE_PATH}}/search.html" method="get" class="busqueda">
40
40
  <input type="text" id="search-box" name="query"></br>
41
41
  </br>
42
42
  <input type="submit" value="buscar">
@@ -57,8 +57,8 @@
57
57
 
58
58
 
59
59
  </div>
60
- <script src="/assets/js/lunr.min.js"></script>
61
- <script src="/assets/js/search.js"></script>
60
+ <script src="{{ site.BASE_PATH }}/assets/js/lunr.min.js"></script>
61
+ <script src="{{ site.BASE_PATH }}/assets/js/search.js"></script>
62
62
 
63
63
 
64
64
 
@@ -36,7 +36,7 @@
36
36
  <!-- contenido -->
37
37
 
38
38
  <div class="busqueda">
39
- <form action="/search.html" method="get" class="busqueda">
39
+ <form action="{{ site.BASE_PATH }}/search.html" method="get" class="busqueda">
40
40
  <input type="text" id="search-box" name="query"></br>
41
41
  </br>
42
42
  <input type="submit" value="buscar">
@@ -57,8 +57,8 @@
57
57
 
58
58
 
59
59
  </div>
60
- <script src="/assets/js/lunr.min.js"></script>
61
- <script src="/assets/js/search.js"></script>
60
+ <script src="{{ site.BASE_PATH }}/assets/js/lunr.min.js"></script>
61
+ <script src="{{ site.BASE_PATH }}/assets/js/search.js"></script>
62
62
 
63
63
 
64
64
 
@@ -5,6 +5,7 @@
5
5
  <meta charset="UTF-8">
6
6
  <title>{{ page.title }} | {{ site.title }}</title>
7
7
  <meta name="viewport" content="width=device-width, initial-scale=1">
8
+ <link rel="shortcut icon" type="image/x-icon" href="{{ site.BASE_PATH }}/favicon.ico">
8
9
  <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
9
10
  <link rel="stylesheet" href="{{ site.BASE_PATH }}/assets/css/main.css">
10
11
  {% comment %}
@@ -1,10 +1,11 @@
1
1
  <!DOCTYPE html>
2
2
  <html lang="en">
3
-
3
+ <!-- allways remember to update default-blog too -->
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
  <title>{{ page.title }} | {{ site.title }}</title>
7
7
  <meta name="viewport" content="width=device-width, initial-scale=1">
8
+ <link rel="shortcut icon" type="image/x-icon" href="{{ site.BASE_PATH }}/favicon.ico">
8
9
  <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
9
10
  <link rel="stylesheet" href="{{ site.BASE_PATH }}/assets/css/main.css">
10
11
  {% comment %}
@@ -36,7 +36,7 @@
36
36
  <!-- contenido -->
37
37
 
38
38
  <div class="busqueda">
39
- <form action="/search.html" method="get" class="busqueda">
39
+ <form action="{{ site.BASE_PATH }}/search.html" method="get" class="busqueda">
40
40
  <input type="text" id="search-box" name="query"></br>
41
41
  </br>
42
42
  <input type="submit" value="buscar">
@@ -57,8 +57,8 @@
57
57
 
58
58
 
59
59
  </div>
60
- <script src="/assets/js/lunr.min.js"></script>
61
- <script src="/assets/js/search.js"></script>
60
+ <script src="{{ site.BASE_PATH }}/assets/js/lunr.min.js"></script>
61
+ <script src="{{ site.BASE_PATH }}/assets/js/search.js"></script>
62
62
 
63
63
 
64
64
 
data/_layouts/search.html CHANGED
@@ -36,7 +36,7 @@
36
36
  <!-- contenido -->
37
37
 
38
38
  <div class="busqueda">
39
- <form action="/search.html" method="get" class="busqueda">
39
+ <form action="{{ site.BASE_PATH }}/search.html" method="get" class="busqueda">
40
40
  <input type="text" id="search-box" name="query"></br>
41
41
  </br>
42
42
  <input type="submit" value="search">
@@ -57,8 +57,8 @@
57
57
 
58
58
 
59
59
  </div>
60
- <script src="/assets/js/lunr.min.js"></script>
61
- <script src="/assets/js/search.js"></script>
60
+ <script src="{{ site.BASE_PATH }}/assets/js/lunr.min.js"></script>
61
+ <script src="{{ site.BASE_PATH }}/assets/js/search.js"></script>
62
62
 
63
63
 
64
64
 
@@ -2,7 +2,7 @@
2
2
  layout: default
3
3
  ---
4
4
  <div class="busqueda">
5
- <form action="/search.html" method="get" class="busqueda">
5
+ <form action="{{site.BASE_PATH}}/search.html" method="get" class="busqueda">
6
6
  <input type="text" id="search-box" name="query"></br>
7
7
  </br>
8
8
  <input type="submit" value="search">
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: morel-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.27
4
+ version: 0.2.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - febr3s
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-24 00:00:00.000000000 Z
11
+ date: 2023-07-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll