-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add .gitignore and renamed search * Refactor page layout and format * Remove deprecated files * Home format
- Loading branch information
1 parent
37230f6
commit 056b9fb
Showing
44 changed files
with
67 additions
and
4,427 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/.idea/ | ||
/.jekyll-metadata | ||
/_pages/ | ||
/_site/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
source 'https://rubygems.org' | ||
gem 'github-pages', group: :jekyll_plugins | ||
gem 'github-pages', group: :jekyll_plugins | ||
gem "webrick", "~> 1.7" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +0,0 @@ | ||
relatedPosts: | ||
ca: "Articles relacionats" | ||
es: "Artículos relacionados" | ||
differentLanguage: | ||
ca: "Llegir aquest contingut en castellà" | ||
es: "Leer este contenido en catalán" | ||
menu.home: | ||
ca: "Inici" | ||
es: "Inicio" | ||
menu.content: | ||
ca: "Continguts" | ||
es: "Contenidos" | ||
menu.search: | ||
ca: "Cercar" | ||
es: "Buscar" | ||
search.placeholder: | ||
ca: "Cercar als continguts..." | ||
es: "Buscar en los contenidos..." | ||
pull_request.link: | ||
ca: "Consultar el codi" | ||
es: "Consultar el código" | ||
site.description: | ||
ca: "Gestor LLibres - hexagonal PHP" | ||
es: "Gestor Libros - hexagonal PHP" | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,5 @@ | ||
{% assign content_page=site.pages | where:"lang-ref", "content-list" %} | ||
{% assign content_page=content_page | where: "lang", page.lang | first %} | ||
|
||
{% assign search_page=site.pages | where:"lang-ref", "search" %} | ||
{% assign search_page=search_page | where: "lang", page.lang | first %} | ||
|
||
|
||
<a href="{{ site.baseurl }}/{{ page.lang }}/">{{ site.data.translations['menu.home'][page.lang] }}</a> | ||
<a href="{{ site.baseurl }}{{ content_page.url }}">{{ site.data.translations['menu.content'][page.lang] }}</a> | ||
<a href="{{ site.baseurl }}{{ search_page.url }}">{{ site.data.translations['menu.search'][page.lang] }}</a> | ||
<a href="{{ site.baseurl }}/">Inici</a> | ||
<a href="{{ site.baseurl }}/filosofia">Filosofia</a> | ||
<a href="{{ site.baseurl }}/dev">Dev</a> | ||
<a href="{{ site.baseurl }}/divan-del-tamarit">Diván del Tamarit</a> | ||
<a href="{{ site.baseurl }}/cercar">Cercar</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.