{{ post.title }}
+ +{% include post-description.html %}
+diff --git a/_config.yml b/_config.yml index 75deef9..8a9dee0 100644 --- a/_config.yml +++ b/_config.yml @@ -217,10 +217,10 @@ exclude: - "package*.json" jekyll-archives: - enabled: [categories, tags] + enabled: [categories, tags, tutorials] layouts: category: category tag: tag permalinks: tag: /tags/:name/ - category: /categories/:name/ + category: /tutorials/:name/ diff --git a/_layouts/archives.html b/_layouts/archives.html new file mode 100644 index 0000000..4f7ad7d --- /dev/null +++ b/_layouts/archives.html @@ -0,0 +1,35 @@ +--- +layout: page +# The Archives of posts. +--- + +{% include lang.html %} + +{% assign df_strftime_m = site.data.locales[lang].df.archives.strftime | default: '/ %m' %} +{% assign df_dayjs_m = site.data.locales[lang].df.archives.dayjs | default: '/ MM' %} + +
" %}{% assign _pres_after = "" %}{% if _pres.size != 0 %}{% if site.compress_html.blanklines %}{% assign _lines = _pres.last | split: _LINE_FEED %}{% capture _pres_after %}{% for _line in _lines %}{% assign _trimmed = _line | split: " " | join: " " %}{% if _trimmed != empty or forloop.last %}{% unless forloop.first %}{{ _LINE_FEED }}{% endunless %}{{ _line }}{% endif %}{% endfor %}{% endcapture %}{% else %}{% assign _pres_after = _pres.last | split: " " | join: " " %}{% endif %}{% endif %}{% capture _content %}{{ _content }}{% if _pre_before contains "" %}{% endif %}{% unless _pre_before contains "" and _pres.size == 1 %}{{ _pres_after }}{% endunless %}{% endcapture %}{% endfor %}{% if _profile %}{% assign _profile_collapse = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.clippings == "all" %}{% assign _clippings = "html head title base link meta style body article section nav aside h1 h2 h3 h4 h5 h6 hgroup header footer address p hr blockquote ol ul li dl dt dd figure figcaption main div table caption colgroup col tbody thead tfoot tr td th" | split: " " %}{% else %}{% assign _clippings = site.compress_html.clippings %}{% endif %}{% for _element in _clippings %}{% assign _edges = " | Step | Bytes |
| raw | {{ content | size }}{% if _profile_endings %} |
| endings | {{ _profile_endings }}{% endif %}{% if _profile_startings %} |
| startings | {{ _profile_startings }}{% endif %}{% if _profile_comments %} |
| comments | {{ _profile_comments }}{% endif %}{% if _profile_collapse %} |
| collapse | {{ _profile_collapse }}{% endif %}{% if _profile_clippings %} |
| clippings | {{ _profile_clippings }}{% endif %} |
+ This R package contains the functions developed within Breeding Insight to analyze diploid and polyploid breeding and genetic data. + Here you will find all the documentation, tutorials, and latest updates for the Breeding Insight Genomics R Package (BIGr). +
++ Please use the tabs above to navigate to our tutorials or check the FAQ. The most recent posts and updates are listed below. +
+{% include post-description.html %}
+{{ page.description }}
+ {% endif %} + + ++ This R package contains the functions developed within Breeding Insight to analyze diploid and polyploid breeding and genetic data. + Here you will find all the documentation, tutorials, and latest updates for the Breeding Insight Genomics R Package (BIGr). +
++ Please use the tabs above to navigate to our tutorials or check the FAQ. The most recent posts and updates are listed below. +
+