rawfeed 0.0.1 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/LICENSE.txt +21 -0
- data/README.md +153 -1
- data/_data/resume.yml +184 -0
- data/_includes/alert +3 -0
- data/_includes/chart +34 -0
- data/_includes/details +57 -0
- data/_includes/enddetails +2 -0
- data/_includes/endtabs +2 -0
- data/_includes/image +61 -0
- data/_includes/layout/blog_search.html +18 -0
- data/_includes/layout/data.liquid +3 -0
- data/_includes/layout/disqus.html +30 -0
- data/_includes/layout/footer.html +34 -0
- data/_includes/layout/giscus.html +21 -0
- data/_includes/layout/google_analytics.html +11 -0
- data/_includes/layout/head.html +59 -0
- data/_includes/layout/header.html +143 -0
- data/_includes/layout/maintenance.html +30 -0
- data/_includes/layout/paginator.html +35 -0
- data/_includes/socials +22 -0
- data/_includes/tabs +94 -0
- data/_includes/toc +160 -0
- data/_includes/video +10 -0
- data/_layouts/blog.html +46 -0
- data/_layouts/contact.html +285 -0
- data/_layouts/default.html +248 -0
- data/_layouts/error.html +15 -0
- data/_layouts/home.html +58 -0
- data/_layouts/page.html +9 -0
- data/_layouts/post.html +103 -0
- data/_layouts/resume.html +260 -0
- data/_layouts/tag.html +22 -0
- data/_layouts/tag_posts.html +27 -0
- data/_sass/base/_index.scss +63 -0
- data/_sass/base/_reset.scss +10 -0
- data/_sass/base/_typography.scss +0 -0
- data/_sass/components/_badges.scss +24 -0
- data/_sass/components/_button.scss +17 -0
- data/_sass/components/_forms.scss +42 -0
- data/_sass/components/_gifs.scss +5 -0
- data/_sass/components/_index.scss +5 -0
- data/_sass/components/_markdown.scss +453 -0
- data/_sass/includes/_footer.scss +45 -0
- data/_sass/includes/_header.scss +240 -0
- data/_sass/includes/_highlight.scss +87 -0
- data/_sass/includes/_index.scss +9 -0
- data/_sass/includes/_maintenance.scss +16 -0
- data/_sass/includes/_paginator.scss +22 -0
- data/_sass/includes/_rouge-dark.scss +81 -0
- data/_sass/includes/_rouge-light.scss +121 -0
- data/_sass/includes/_terminal.scss +208 -0
- data/_sass/layouts/_blog.scss +96 -0
- data/_sass/layouts/_contact.scss +55 -0
- data/_sass/layouts/_default.scss +14 -0
- data/_sass/layouts/_error.scss +18 -0
- data/_sass/layouts/_home.scss +19 -0
- data/_sass/layouts/_index.scss +10 -0
- data/_sass/layouts/_page.scss +5 -0
- data/_sass/layouts/_post.scss +109 -0
- data/_sass/layouts/_resume.scss +330 -0
- data/_sass/layouts/_tag-posts.scss +48 -0
- data/_sass/layouts/_tag.scss +22 -0
- data/_sass/main.scss +128 -0
- data/_sass/theme/_dark.scss +79 -0
- data/_sass/theme/_index.scss +13 -0
- data/_sass/theme/_light.scss +56 -0
- data/assets/css/style.scss +5 -0
- data/assets/images/avatar_back.png +0 -0
- data/assets/images/avatar_dark.png +0 -0
- data/assets/images/avatar_light.png +0 -0
- data/assets/images/favicon.png +0 -0
- data/assets/js/avatar.js +50 -0
- data/assets/js/blog_search.js +102 -0
- data/assets/js/default.js +148 -0
- data/assets/js/terminal.js +15 -0
- data/assets/js/toc.js +20 -0
- data/assets/json/blog_search.json +16 -0
- data/assets/vendor/bootstrap/css/bootstrap-grid.css +4124 -0
- data/assets/vendor/bootstrap/css/bootstrap-grid.css.map +1 -0
- data/assets/vendor/bootstrap/css/bootstrap-grid.min.css +7 -0
- data/assets/vendor/bootstrap/css/bootstrap-grid.min.css.map +1 -0
- data/assets/vendor/bootstrap/css/bootstrap-grid.rtl.css +4123 -0
- data/assets/vendor/bootstrap/css/bootstrap-grid.rtl.css.map +1 -0
- data/assets/vendor/bootstrap/css/bootstrap-grid.rtl.min.css +7 -0
- data/assets/vendor/bootstrap/css/bootstrap-grid.rtl.min.css.map +1 -0
- data/assets/vendor/bootstrap/css/bootstrap-reboot.css +488 -0
- data/assets/vendor/bootstrap/css/bootstrap-reboot.css.map +1 -0
- data/assets/vendor/bootstrap/css/bootstrap-reboot.min.css +7 -0
- data/assets/vendor/bootstrap/css/bootstrap-reboot.min.css.map +1 -0
- data/assets/vendor/bootstrap/css/bootstrap-reboot.rtl.css +485 -0
- data/assets/vendor/bootstrap/css/bootstrap-reboot.rtl.css.map +1 -0
- data/assets/vendor/bootstrap/css/bootstrap-reboot.rtl.min.css +7 -0
- data/assets/vendor/bootstrap/css/bootstrap-reboot.rtl.min.css.map +1 -0
- data/assets/vendor/bootstrap/css/bootstrap-utilities.css +4266 -0
- data/assets/vendor/bootstrap/css/bootstrap-utilities.css.map +1 -0
- data/assets/vendor/bootstrap/css/bootstrap-utilities.min.css +7 -0
- data/assets/vendor/bootstrap/css/bootstrap-utilities.min.css.map +1 -0
- data/assets/vendor/bootstrap/css/bootstrap-utilities.rtl.css +4257 -0
- data/assets/vendor/bootstrap/css/bootstrap-utilities.rtl.css.map +1 -0
- data/assets/vendor/bootstrap/css/bootstrap-utilities.rtl.min.css +7 -0
- data/assets/vendor/bootstrap/css/bootstrap-utilities.rtl.min.css.map +1 -0
- data/assets/vendor/bootstrap/css/bootstrap.css +10878 -0
- data/assets/vendor/bootstrap/css/bootstrap.css.map +1 -0
- data/assets/vendor/bootstrap/css/bootstrap.min.css +7 -0
- data/assets/vendor/bootstrap/css/bootstrap.min.css.map +1 -0
- data/assets/vendor/bootstrap/css/bootstrap.rtl.css +10842 -0
- data/assets/vendor/bootstrap/css/bootstrap.rtl.css.map +1 -0
- data/assets/vendor/bootstrap/css/bootstrap.rtl.min.css +7 -0
- data/assets/vendor/bootstrap/css/bootstrap.rtl.min.css.map +1 -0
- data/assets/vendor/bootstrap/js/bootstrap.bundle.js +7075 -0
- data/assets/vendor/bootstrap/js/bootstrap.bundle.js.map +1 -0
- data/assets/vendor/bootstrap/js/bootstrap.bundle.min.js +7 -0
- data/assets/vendor/bootstrap/js/bootstrap.bundle.min.js.map +1 -0
- data/assets/vendor/bootstrap/js/bootstrap.esm.js +5202 -0
- data/assets/vendor/bootstrap/js/bootstrap.esm.js.map +1 -0
- data/assets/vendor/bootstrap/js/bootstrap.esm.min.js +7 -0
- data/assets/vendor/bootstrap/js/bootstrap.esm.min.js.map +1 -0
- data/assets/vendor/bootstrap/js/bootstrap.js +5249 -0
- data/assets/vendor/bootstrap/js/bootstrap.js.map +1 -0
- data/assets/vendor/bootstrap/js/bootstrap.min.js +7 -0
- data/assets/vendor/bootstrap/js/bootstrap.min.js.map +1 -0
- data/assets/vendor/simple-jekyll-search.js +433 -0
- data/assets/vendor/simple-jekyll-search.min.js +6 -0
- data/lib/rawfeed/draft.rb +31 -0
- data/lib/rawfeed/installer.rb +37 -0
- data/lib/rawfeed/layout.rb +138 -0
- data/lib/rawfeed/page.rb +33 -0
- data/lib/rawfeed/post.rb +60 -0
- data/lib/rawfeed/resume.rb +59 -0
- data/lib/rawfeed/utils.rb +74 -0
- data/lib/rawfeed/version.rb +1 -1
- data/lib/rawfeed.rb +5 -7
- metadata +145 -2
    
        data/_layouts/post.html
    ADDED
    
    | @@ -0,0 +1,103 @@ | |
| 1 | 
            +
            ---
         | 
| 2 | 
            +
            layout: default
         | 
| 3 | 
            +
            ---
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            <article class="container post" itemscope itemtype="http://schema.org/BlogPosting">
         | 
| 6 | 
            +
              <div class="row">
         | 
| 7 | 
            +
             | 
| 8 | 
            +
                <header class="post-header">
         | 
| 9 | 
            +
                  <h1 class="post-title p-name" itemprop="name headline">» {{ page.title | escape }}</h1>
         | 
| 10 | 
            +
             | 
| 11 | 
            +
                  <div class="row post-meta">
         | 
| 12 | 
            +
                    <div class="col-sm d-flex justify-content-start">
         | 
| 13 | 
            +
                      <time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
         | 
| 14 | 
            +
                      {{ page.date | date: "%b %-d, %Y" }}
         | 
| 15 | 
            +
                      </time>
         | 
| 16 | 
            +
                    </div>
         | 
| 17 | 
            +
                    <div class="col-sm d-flex justify-content-end">
         | 
| 18 | 
            +
                      {%- if page.author -%}
         | 
| 19 | 
            +
                      <span itemprop="author" itemscope itemtype="http://schema.org/Person">
         | 
| 20 | 
            +
                        <span class="p-author h-card" itemprop="name">
         | 
| 21 | 
            +
                          {{ site.text.post.author | default: "author" }}: {{ page.author }}
         | 
| 22 | 
            +
                        </span>
         | 
| 23 | 
            +
                      </span>
         | 
| 24 | 
            +
                      {%- endif -%}
         | 
| 25 | 
            +
                    </div>
         | 
| 26 | 
            +
                  </div>
         | 
| 27 | 
            +
             | 
| 28 | 
            +
                </header>
         | 
| 29 | 
            +
             | 
| 30 | 
            +
                <div class="post-content e-content" itemprop="articleBody">
         | 
| 31 | 
            +
                  {{ content }}
         | 
| 32 | 
            +
                </div>
         | 
| 33 | 
            +
             | 
| 34 | 
            +
                {%- if page.update_date -%}
         | 
| 35 | 
            +
                <div class="row post-modified">
         | 
| 36 | 
            +
                  <div class="col-sm d-flex justify-content-start">
         | 
| 37 | 
            +
                    <time class="dt-modified" datetime="{{ page.date | date_to_xmlschema }}" itemprop="dateModified">
         | 
| 38 | 
            +
                      <strong>{{ site.text.post.updated_on | default: "Post updated on" }}:</strong> {{ page.update_date | date: "%b %-d, %Y" }}
         | 
| 39 | 
            +
                    </time>
         | 
| 40 | 
            +
                  </div>
         | 
| 41 | 
            +
                </div>
         | 
| 42 | 
            +
                {%- endif -%}
         | 
| 43 | 
            +
             | 
| 44 | 
            +
                <div class="row post-tags">
         | 
| 45 | 
            +
                  <ul class="tag-list">
         | 
| 46 | 
            +
                  {%- assign tags = page.tags | sort -%}
         | 
| 47 | 
            +
                  <strong>[ tags ]:</strong>  
         | 
| 48 | 
            +
                  {%- for tag in tags -%}
         | 
| 49 | 
            +
                    <li class="tag-list__item">
         | 
| 50 | 
            +
                      <a class="tag-list__link" href="{{ '/blog/tags/' | append: tag | relative_url }}">
         | 
| 51 | 
            +
                        {{ tag }}
         | 
| 52 | 
            +
                      </a>
         | 
| 53 | 
            +
                    </li><strong>  .  </strong>
         | 
| 54 | 
            +
                  {%- endfor -%}
         | 
| 55 | 
            +
                  </ul>
         | 
| 56 | 
            +
                </div>
         | 
| 57 | 
            +
             | 
| 58 | 
            +
              </div>
         | 
| 59 | 
            +
             | 
| 60 | 
            +
              <div class="post-end text-center">/ / / /  end of post  / / / /</div>
         | 
| 61 | 
            +
             | 
| 62 | 
            +
              {%- if page.comments != false and site.blog.post.comments.provider == 'giscus' and jekyll.environment == 'production' -%}
         | 
| 63 | 
            +
                {%- include layout/giscus.html -%}
         | 
| 64 | 
            +
              {%- endif -%}
         | 
| 65 | 
            +
             | 
| 66 | 
            +
              {%- if page.comments != false and site.blog.post.comments.provider == 'disqus' and jekyll.environment == 'production' -%}
         | 
| 67 | 
            +
                {%- include layout/disqus.html -%}
         | 
| 68 | 
            +
              {%- endif -%}
         | 
| 69 | 
            +
             | 
| 70 | 
            +
              {%- if site.blog.post.related_posts.enable -%}
         | 
| 71 | 
            +
                {%- assign related_posts_found = "" | split: "," -%}
         | 
| 72 | 
            +
             | 
| 73 | 
            +
                {%- for tag in page.tags -%}
         | 
| 74 | 
            +
                  {%- for post in site.tags[tag] -%}
         | 
| 75 | 
            +
                    {%- assign related_posts_found = related_posts_found | push: post -%}
         | 
| 76 | 
            +
                  {%- endfor -%}
         | 
| 77 | 
            +
                {%- endfor -%}
         | 
| 78 | 
            +
             | 
| 79 | 
            +
                {%- assign related_posts = related_posts_found | uniq | where_exp: "item", "item.url != page.url" -%}
         | 
| 80 | 
            +
             | 
| 81 | 
            +
                {%- if related_posts.size > 0 -%}
         | 
| 82 | 
            +
                  <div class="row related-posts">
         | 
| 83 | 
            +
                    <h3 class="related-posts-title">[ {{ site.text.post.related_posts | default: "related posts" }} ]</h3>
         | 
| 84 | 
            +
             | 
| 85 | 
            +
                    <ul class="related-posts-list">
         | 
| 86 | 
            +
                      {%- for post in related_posts limit:5 -%}
         | 
| 87 | 
            +
                        <li class="related-posts-list__item">
         | 
| 88 | 
            +
                          {%- assign date_format = "%b %-d,%Y" -%}
         | 
| 89 | 
            +
                          <span class="related-posts-list__meta">{{ post.date | date: date_format }}</span> » 
         | 
| 90 | 
            +
                          <a class="related-posts-list__link" href="{{ post.url | relative_url }}">{{ post.title }}</a>
         | 
| 91 | 
            +
                          {%- if post.draft -%}
         | 
| 92 | 
            +
                            <span class="draft-badge">[ this is a draft ]</span>
         | 
| 93 | 
            +
                          {%- endif -%}
         | 
| 94 | 
            +
                        </li>
         | 
| 95 | 
            +
                      {%- endfor -%}
         | 
| 96 | 
            +
                    </ul>
         | 
| 97 | 
            +
                  </div>
         | 
| 98 | 
            +
                {%- endif -%}
         | 
| 99 | 
            +
              {%- endif -%}
         | 
| 100 | 
            +
             | 
| 101 | 
            +
            </article>
         | 
| 102 | 
            +
             | 
| 103 | 
            +
            <script src="{{ '/assets/js/toc.js' | relative_url }}"></script>
         | 
| @@ -0,0 +1,260 @@ | |
| 1 | 
            +
            {%- assign resume = site.data.resume -%}
         | 
| 2 | 
            +
             | 
| 3 | 
            +
            {%- if site.maintenance.enable -%}
         | 
| 4 | 
            +
              {%- include layout/maintenance.html -%}
         | 
| 5 | 
            +
            {%- else -%}
         | 
| 6 | 
            +
            <!DOCTYPE html>
         | 
| 7 | 
            +
            <html id="top" lang="{{ site.lang | default: 'en-US' }}" data-theme="light">
         | 
| 8 | 
            +
              {%- include layout/head.html -%}
         | 
| 9 | 
            +
              <body>
         | 
| 10 | 
            +
                <div class="default" style="max-width: {{ site.layout.width | default: '780px' }} !important;">
         | 
| 11 | 
            +
                  {%- include layout/header.html -%}
         | 
| 12 | 
            +
                </div>
         | 
| 13 | 
            +
                {%- if resume.full_name == "John A. Doe" -%}
         | 
| 14 | 
            +
                <div class="container-fluid">
         | 
| 15 | 
            +
                  <div class="row">
         | 
| 16 | 
            +
                    <p style="text-align: center;
         | 
| 17 | 
            +
                    background-color: yellow;
         | 
| 18 | 
            +
                    color: black;
         | 
| 19 | 
            +
                    padding: 10px;
         | 
| 20 | 
            +
                    max-width: 780px;
         | 
| 21 | 
            +
                    margin: 0 auto;
         | 
| 22 | 
            +
                    margin-bottom: 20px">
         | 
| 23 | 
            +
                      WARNING: This is sample data. Edit the <strong>_data/resume.yml</strong> file with your information.
         | 
| 24 | 
            +
                    </p>
         | 
| 25 | 
            +
                  </div>
         | 
| 26 | 
            +
                </div>
         | 
| 27 | 
            +
                {%- endif -%}
         | 
| 28 | 
            +
                  <main class="resume">
         | 
| 29 | 
            +
                    {%- if resume.buttons.print.enable -%}
         | 
| 30 | 
            +
                      <div class="container-fluid resume-header">
         | 
| 31 | 
            +
                        <div class="row d-flex justify-content-end">
         | 
| 32 | 
            +
                          <button id="btn-print" class="resume-header__btn-print">{{ resume.buttons.print.text }}</button>
         | 
| 33 | 
            +
                        </div>
         | 
| 34 | 
            +
                      </div>
         | 
| 35 | 
            +
                    {%- endif -%}
         | 
| 36 | 
            +
                    <div id="print-this" class="container-fluid resume-content">
         | 
| 37 | 
            +
                      <div class="row resume-content__name-wrap">
         | 
| 38 | 
            +
                        <div class="col-sm"><h1 class="resume-content__name">{{ resume.full_name }}</h1></div>
         | 
| 39 | 
            +
                      </div>
         | 
| 40 | 
            +
                      <div class="row">
         | 
| 41 | 
            +
                        <div class="col-sm-4 resume-content__sidebar">
         | 
| 42 | 
            +
                          {%- if resume.photo.space -%}
         | 
| 43 | 
            +
                            <div class="photo"></div>
         | 
| 44 | 
            +
                          {%- endif -%}
         | 
| 45 | 
            +
                          {%- if resume.sidebar.contact.enable -%}
         | 
| 46 | 
            +
                          <section class="section contact">
         | 
| 47 | 
            +
                            <h2 class="section-title">{{ resume.sidebar.contact.caption }}</h2>
         | 
| 48 | 
            +
                            {%- for item in resume.sidebar.contact.items -%}
         | 
| 49 | 
            +
                              <div class="section-item">
         | 
| 50 | 
            +
                                {%- if item.key -%}<span class="section-item__title">{{ item.key }}: </span>{%- endif -%}
         | 
| 51 | 
            +
                                {%- if item.link -%}
         | 
| 52 | 
            +
                                  <a href="{{ item.link }}" target="_blank">{{ item.value }}</a>
         | 
| 53 | 
            +
                                {%- else -%}
         | 
| 54 | 
            +
                                  {{ item.value }}
         | 
| 55 | 
            +
                                {%- endif -%}
         | 
| 56 | 
            +
                              </div>
         | 
| 57 | 
            +
                            {%- endfor -%}
         | 
| 58 | 
            +
                          </section>
         | 
| 59 | 
            +
                          {%- endif -%}
         | 
| 60 | 
            +
                          {%- if resume.sidebar.personal_details.enable -%}
         | 
| 61 | 
            +
                          <section class="section personal_details">
         | 
| 62 | 
            +
                            <h2 class="section-title">{{ resume.sidebar.personal_details.caption }}</h2>
         | 
| 63 | 
            +
                            {%- for item in resume.sidebar.personal_details.items -%}
         | 
| 64 | 
            +
                              <div class="section-item">
         | 
| 65 | 
            +
                                {%- if item.title -%}<span class="section-item__title">{{ item.title }}: </span>{%- endif -%}
         | 
| 66 | 
            +
                                {{ item.value }}
         | 
| 67 | 
            +
                              </div>
         | 
| 68 | 
            +
                            {%- endfor -%}
         | 
| 69 | 
            +
                          </section>
         | 
| 70 | 
            +
                          {%- endif -%}
         | 
| 71 | 
            +
                          {%- if resume.sidebar.languages.enable -%}
         | 
| 72 | 
            +
                          <section class="section languages">
         | 
| 73 | 
            +
                            <h2 class="section-title">{{ resume.sidebar.languages.caption }}</h2>
         | 
| 74 | 
            +
                            {%- for lang in resume.sidebar.languages.names -%}
         | 
| 75 | 
            +
                                <div class="section-item">- {{ lang.value }}</div>
         | 
| 76 | 
            +
                            {%- endfor -%}
         | 
| 77 | 
            +
                          </section>
         | 
| 78 | 
            +
                          {%- endif -%}
         | 
| 79 | 
            +
                          {%- if resume.sidebar.education.enable -%}
         | 
| 80 | 
            +
                          <section class="section education">
         | 
| 81 | 
            +
                              <h2 class="section-title">{{ resume.sidebar.education.caption }}</h2>
         | 
| 82 | 
            +
                              {%- for education in resume.sidebar.education.section -%}
         | 
| 83 | 
            +
                                <div class="section-item">
         | 
| 84 | 
            +
                                  <div class="item degree"><span class="marker">• </span>{{ education.degree }}</div>
         | 
| 85 | 
            +
                                  {%- if education.link -%}
         | 
| 86 | 
            +
                                    <div class="item link">- <a href="{{ education.link }}" target="_blank">{{ education.university }}</a></div>
         | 
| 87 | 
            +
                                  {%- else -%}
         | 
| 88 | 
            +
                                    <div class="item university">- {{ education.university }}</div>
         | 
| 89 | 
            +
                                  {%- endif -%}
         | 
| 90 | 
            +
                                  <span class="item time">- {{ education.time }}</span>
         | 
| 91 | 
            +
                                </div>
         | 
| 92 | 
            +
                              {%- endfor -%}
         | 
| 93 | 
            +
                          </section>
         | 
| 94 | 
            +
                          {%- endif -%}
         | 
| 95 | 
            +
                          {%- if resume.sidebar.skills.enable -%}
         | 
| 96 | 
            +
                          <section class="section skills">
         | 
| 97 | 
            +
                              <h2 class="section-title">{{ resume.sidebar.skills.caption }}</h2>
         | 
| 98 | 
            +
                              {%- for item in resume.sidebar.skills.section -%}
         | 
| 99 | 
            +
                                <div class="section-item">
         | 
| 100 | 
            +
                                  <div class="group"><span class="marker">• </span>{{ item.group }}:</div>
         | 
| 101 | 
            +
                                  <div class="tools">
         | 
| 102 | 
            +
                                  {%- for tool in item.tools -%}
         | 
| 103 | 
            +
                                    <span class="tool">{{ tool }}{% unless forloop.last %},{% endunless %}</span>
         | 
| 104 | 
            +
                                  {%- endfor -%}
         | 
| 105 | 
            +
                                  </div>
         | 
| 106 | 
            +
                                </div>
         | 
| 107 | 
            +
                              {%- endfor -%}
         | 
| 108 | 
            +
                          </section>
         | 
| 109 | 
            +
                          {%- endif -%}
         | 
| 110 | 
            +
                        </div>
         | 
| 111 | 
            +
                        <div class="col-sm-8 resume-content__body">
         | 
| 112 | 
            +
                          {%- if resume.body.sumary.enable -%}
         | 
| 113 | 
            +
                          <section class="row section sumary">
         | 
| 114 | 
            +
                            <h2 class="section-title">{{ resume.body.sumary.caption }}</h2>
         | 
| 115 | 
            +
                            <div class="section-content">{{ resume.body.sumary.content | markdownify }}</div>
         | 
| 116 | 
            +
                          </section>
         | 
| 117 | 
            +
                          {%- endif -%}
         | 
| 118 | 
            +
                          {%- if resume.body.experience.enable -%}
         | 
| 119 | 
            +
                          <section class="row section experience">
         | 
| 120 | 
            +
                            <h2 class="section-title">{{ resume.body.experience.caption }}</h2>
         | 
| 121 | 
            +
                            {%- for exp in resume.body.experience.section -%}
         | 
| 122 | 
            +
                              <div class="section-item">
         | 
| 123 | 
            +
                                <div class="row">
         | 
| 124 | 
            +
                                  <div class="role-company">
         | 
| 125 | 
            +
                                      <span class="marker">• </span><span class="role">{{ exp.role }}</span> — 
         | 
| 126 | 
            +
                                      {%- if exp.link -%}
         | 
| 127 | 
            +
                                        <a class="company" href="{{ exp.link }}" target="_blank">{{ exp.company }}</a> 
         | 
| 128 | 
            +
                                      {%- else -%}
         | 
| 129 | 
            +
                                        <span class="company">{{ exp.company }}</span> 
         | 
| 130 | 
            +
                                      {%- endif -%}
         | 
| 131 | 
            +
                                      | <span class="time">{{ exp.time }}</span>
         | 
| 132 | 
            +
                                      {%- if exp.description -%}<div class="description">{{ exp.description }}</div>{%- endif -%}
         | 
| 133 | 
            +
                                  </div>
         | 
| 134 | 
            +
                                </div>
         | 
| 135 | 
            +
                                <div class="row">
         | 
| 136 | 
            +
                                  <div class="details">{{ exp.details | markdownify }}</div>
         | 
| 137 | 
            +
                                </div>
         | 
| 138 | 
            +
                              </div>
         | 
| 139 | 
            +
                            {%- endfor -%}
         | 
| 140 | 
            +
                          </section>
         | 
| 141 | 
            +
                          {%- endif -%}
         | 
| 142 | 
            +
                          {%- if resume.body.publications.enable -%}
         | 
| 143 | 
            +
                          <section class="row section publications">
         | 
| 144 | 
            +
                            <h2 class="section-title">{{ resume.body.publications.caption }}</h2>
         | 
| 145 | 
            +
                            {%- for pub in resume.body.publications.section -%}
         | 
| 146 | 
            +
                              <div class="section-item">
         | 
| 147 | 
            +
                                <div class="row">
         | 
| 148 | 
            +
                                  <div class="title"><p><span class="marker">• </span>
         | 
| 149 | 
            +
                                  {%- if pub.link -%}
         | 
| 150 | 
            +
                                    <a href="{{ pub.link }}" target="_blank">{{ pub.title }}
         | 
| 151 | 
            +
                                      <small>{{ pub.link }}</small>
         | 
| 152 | 
            +
                                    </a>
         | 
| 153 | 
            +
                                  {%- else -%}
         | 
| 154 | 
            +
                                    <span>{{ pub.title }}</span>
         | 
| 155 | 
            +
                                  {%- endif -%}</p>
         | 
| 156 | 
            +
                                  </div>
         | 
| 157 | 
            +
                                </div>
         | 
| 158 | 
            +
                                <div class="row">
         | 
| 159 | 
            +
                                  <div class="authors"><p>- {{ pub.authors }}</p></div>
         | 
| 160 | 
            +
                                </div>
         | 
| 161 | 
            +
                                <div class="row">
         | 
| 162 | 
            +
                                  <div class="conference"><p>- {{ pub.conference }}</p></div>
         | 
| 163 | 
            +
                                </div>
         | 
| 164 | 
            +
                              </div>
         | 
| 165 | 
            +
                            {%- endfor -%}
         | 
| 166 | 
            +
                          </section>
         | 
| 167 | 
            +
                          {%- endif -%}
         | 
| 168 | 
            +
                          {%- if resume.body.projects.enable -%}
         | 
| 169 | 
            +
                          <section class="row section projects">
         | 
| 170 | 
            +
                            <h2 class="section-title">{{ resume.body.projects.caption }}</h2>
         | 
| 171 | 
            +
                            {%- for proj in resume.body.projects.section -%}
         | 
| 172 | 
            +
                              <div class="section-item">
         | 
| 173 | 
            +
                                <div class="row">
         | 
| 174 | 
            +
                                  <div class="title">
         | 
| 175 | 
            +
                                  <p><span class="marker">• </span>
         | 
| 176 | 
            +
                                  {%- if proj.link -%}
         | 
| 177 | 
            +
                                    <a href="{{ proj.link }}" target="_blank">{{ proj.title }}
         | 
| 178 | 
            +
                                      <small>{{ proj.link }}</small>
         | 
| 179 | 
            +
                                    </a>
         | 
| 180 | 
            +
                                  {%- else -%}
         | 
| 181 | 
            +
                                    <span>{{ proj.title }}</span>
         | 
| 182 | 
            +
                                  {%- endif -%}
         | 
| 183 | 
            +
                                  </p>
         | 
| 184 | 
            +
                                  </div>
         | 
| 185 | 
            +
                                </div>
         | 
| 186 | 
            +
                                <div class="row">
         | 
| 187 | 
            +
                                  <div class="details">{{ proj.details | markdownify }}</div>
         | 
| 188 | 
            +
                                </div>
         | 
| 189 | 
            +
                              </div>
         | 
| 190 | 
            +
                            {%- endfor -%}
         | 
| 191 | 
            +
                          </section>
         | 
| 192 | 
            +
                          {%- endif -%}
         | 
| 193 | 
            +
                          {%- if resume.body.volunteering.enable -%}
         | 
| 194 | 
            +
                          <section class="row section volunteering">
         | 
| 195 | 
            +
                            <h2 class="section-title">{{ resume.body.volunteering.caption }}</h2>
         | 
| 196 | 
            +
                            {%- for vol in resume.body.volunteering.section -%}
         | 
| 197 | 
            +
                              <div class="section-item">
         | 
| 198 | 
            +
                                <div class="row">
         | 
| 199 | 
            +
                                  <div class="role-company">
         | 
| 200 | 
            +
                                      <span class="marker">• </span><span class="role">{{ vol.role }}</span> — 
         | 
| 201 | 
            +
                                      {%- if vol.link -%}
         | 
| 202 | 
            +
                                        <a class="company" href="{{ vol.link }}" target="_blank">{{ vol.company }}</a> 
         | 
| 203 | 
            +
                                      {%- else -%}
         | 
| 204 | 
            +
                                        <span class="company">{{ vol.company }}</span> 
         | 
| 205 | 
            +
                                      {%- endif -%}
         | 
| 206 | 
            +
                                      | <span class="time">{{ vol.time }}</span>
         | 
| 207 | 
            +
                                  </div>
         | 
| 208 | 
            +
                                </div>
         | 
| 209 | 
            +
                                <div class="row">
         | 
| 210 | 
            +
                                  <div class="details">{{ vol.details | markdownify }}</div>
         | 
| 211 | 
            +
                                </div>
         | 
| 212 | 
            +
                              </div>
         | 
| 213 | 
            +
                            {%- endfor -%}
         | 
| 214 | 
            +
                          </section>
         | 
| 215 | 
            +
                          {%- endif -%}
         | 
| 216 | 
            +
                          {% comment %} {%- if resume.body.volunteering.enable -%}
         | 
| 217 | 
            +
                          <section class="row section volunteering">
         | 
| 218 | 
            +
                            <h2 class="section-title">{{ resume.body.volunteering.caption }}</h2>
         | 
| 219 | 
            +
                            {%- for vol in resume.body.volunteering.section -%}
         | 
| 220 | 
            +
                              <div class="section-item">
         | 
| 221 | 
            +
                                <div class="row">
         | 
| 222 | 
            +
                                  <div class="role"><p><span class="marker">• </span>{{ vol.role }}</p></div>
         | 
| 223 | 
            +
                                </div>
         | 
| 224 | 
            +
                                <div class="row">
         | 
| 225 | 
            +
                                  {%- if vol.link -%}
         | 
| 226 | 
            +
                                    <div class="col-sm link"><p>- <a href="{{ vol.link }}" target="_blank">{{ vol.company }}</a></p></div>
         | 
| 227 | 
            +
                                  {%- else -%}
         | 
| 228 | 
            +
                                    <div class="col-sm company"><p>- {{ vol.company }}</p></div>
         | 
| 229 | 
            +
                                  {%- endif -%}
         | 
| 230 | 
            +
                                  <span class="col-sm d-flex justify-content-end time">{{ vol.time }}</span>
         | 
| 231 | 
            +
                                </div>
         | 
| 232 | 
            +
                                <div class="row details"><p>- {{ vol.details }}</p></div>
         | 
| 233 | 
            +
                              </div>
         | 
| 234 | 
            +
                            {%- endfor -%}
         | 
| 235 | 
            +
                          </section>
         | 
| 236 | 
            +
                          {%- endif -%} {% endcomment %}
         | 
| 237 | 
            +
                        </div>
         | 
| 238 | 
            +
                      </div>
         | 
| 239 | 
            +
                    </div>
         | 
| 240 | 
            +
                  </main>
         | 
| 241 | 
            +
                {%- include layout/footer.html -%}
         | 
| 242 | 
            +
              </body>
         | 
| 243 | 
            +
             | 
| 244 | 
            +
              <!-- Scripts -->
         | 
| 245 | 
            +
              <script src="{{ '/assets/vendor/bootstrap/js/bootstrap.bundle.js' | relative_url }}"></script>
         | 
| 246 | 
            +
             | 
| 247 | 
            +
              <script src="{{ '/assets/js/default.js' | relative_url }}"></script>
         | 
| 248 | 
            +
             | 
| 249 | 
            +
              {%- if site.avatar.open -%}
         | 
| 250 | 
            +
                <script src="{{ '/assets/js/avatar.js' | relative_url }}"></script>
         | 
| 251 | 
            +
              {%- endif -%}
         | 
| 252 | 
            +
             | 
| 253 | 
            +
              <script>
         | 
| 254 | 
            +
                document.getElementById('btn-print').addEventListener('click', function() {
         | 
| 255 | 
            +
                  window.print();
         | 
| 256 | 
            +
                });
         | 
| 257 | 
            +
              </script>
         | 
| 258 | 
            +
              </html>
         | 
| 259 | 
            +
            {%- endif -%}
         | 
| 260 | 
            +
             | 
    
        data/_layouts/tag.html
    ADDED
    
    | @@ -0,0 +1,22 @@ | |
| 1 | 
            +
            ---
         | 
| 2 | 
            +
            layout: default
         | 
| 3 | 
            +
            ---
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            <div class="container tag">
         | 
| 6 | 
            +
              <div class="row">
         | 
| 7 | 
            +
                <h1 class="tag-title">[ tags ]</h1>
         | 
| 8 | 
            +
             | 
| 9 | 
            +
                <ul class="tag-list">
         | 
| 10 | 
            +
                  {%- assign tags = site.tags | sort -%}
         | 
| 11 | 
            +
                  {%- for tag in tags -%}
         | 
| 12 | 
            +
                    {%- assign tag_name = tag[0] -%}
         | 
| 13 | 
            +
                    <li class="tag-list__item">
         | 
| 14 | 
            +
                      <a class="tag-list__link" href="{{ '/blog/tags/' | append: tag_name | relative_url }}">
         | 
| 15 | 
            +
                        {{ tag_name }} [{{ tag[1].size }}]
         | 
| 16 | 
            +
                      </a>
         | 
| 17 | 
            +
                    </li><strong>  .  </strong>
         | 
| 18 | 
            +
                  {%- endfor -%}
         | 
| 19 | 
            +
                </ul>
         | 
| 20 | 
            +
             | 
| 21 | 
            +
              </div>
         | 
| 22 | 
            +
            </div>
         | 
| @@ -0,0 +1,27 @@ | |
| 1 | 
            +
            ---
         | 
| 2 | 
            +
            layout: default
         | 
| 3 | 
            +
            ---
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            <div class="container tag-posts">
         | 
| 6 | 
            +
              <div class="row">
         | 
| 7 | 
            +
                <h1 class="tag-posts-title"><span>[ {{ site.text.tags_posts.title }}: </span>{{ page.title }}<span> ]</span></h1>
         | 
| 8 | 
            +
             | 
| 9 | 
            +
                <ul class="row tag-posts-list">
         | 
| 10 | 
            +
                  {%- for post in page.posts -%}
         | 
| 11 | 
            +
                    <li class="tag-posts-list__item">
         | 
| 12 | 
            +
                      {%- assign date_format =  "%b %-d,%Y" -%}
         | 
| 13 | 
            +
                      <span class="tag-posts-list__meta">{{ post.date | date: date_format }}</span> » 
         | 
| 14 | 
            +
                      <a class="tag-posts-list__link" href="{{ post.url | relative_url }}">{{ post.title }}</a>
         | 
| 15 | 
            +
                      {%- if post.draft -%}
         | 
| 16 | 
            +
                        <span class="draft-badge">[ this is a draft ]</span>
         | 
| 17 | 
            +
                      {%- endif -%}
         | 
| 18 | 
            +
                    </li>
         | 
| 19 | 
            +
                  {%- endfor -%}
         | 
| 20 | 
            +
                </ul>
         | 
| 21 | 
            +
             | 
| 22 | 
            +
              </div>
         | 
| 23 | 
            +
            </div>
         | 
| 24 | 
            +
             | 
| 25 | 
            +
             | 
| 26 | 
            +
             | 
| 27 | 
            +
             | 
| @@ -0,0 +1,63 @@ | |
| 1 | 
            +
            @use "reset";
         | 
| 2 | 
            +
            @use "typography";
         | 
| 3 | 
            +
             | 
| 4 | 
            +
            body {
         | 
| 5 | 
            +
              transition: background-color 0.2s ease, color 0.2s ease;
         | 
| 6 | 
            +
              background-color: var(--bg-color);
         | 
| 7 | 
            +
              color: var(--text-color);
         | 
| 8 | 
            +
             | 
| 9 | 
            +
              font: 15.34px helvetica, arial, clean, sans-serif !important;
         | 
| 10 | 
            +
              user-select: none;
         | 
| 11 | 
            +
             | 
| 12 | 
            +
              /* impede selecionar texto no site */
         | 
| 13 | 
            +
              code,
         | 
| 14 | 
            +
              pre,
         | 
| 15 | 
            +
              .highlight,
         | 
| 16 | 
            +
              .code-block-container {
         | 
| 17 | 
            +
                user-select: text !important;
         | 
| 18 | 
            +
              }
         | 
| 19 | 
            +
             | 
| 20 | 
            +
              .lineno {
         | 
| 21 | 
            +
                user-select: none !important;
         | 
| 22 | 
            +
                margin-top: -10px !important;
         | 
| 23 | 
            +
              }
         | 
| 24 | 
            +
             | 
| 25 | 
            +
              a {
         | 
| 26 | 
            +
                color: var(--primary-color);
         | 
| 27 | 
            +
                font-weight: bold;
         | 
| 28 | 
            +
             | 
| 29 | 
            +
                &:hover {
         | 
| 30 | 
            +
                  color: var(--text-color);
         | 
| 31 | 
            +
                }
         | 
| 32 | 
            +
              }
         | 
| 33 | 
            +
             | 
| 34 | 
            +
              .btn-close {
         | 
| 35 | 
            +
             | 
| 36 | 
            +
                &:active,
         | 
| 37 | 
            +
                &:focus {
         | 
| 38 | 
            +
                  box-shadow: none !important;
         | 
| 39 | 
            +
                  outline: none !important;
         | 
| 40 | 
            +
                }
         | 
| 41 | 
            +
              }
         | 
| 42 | 
            +
            }
         | 
| 43 | 
            +
             | 
| 44 | 
            +
            /* Switch between terminal and simple mode on the home screen */
         | 
| 45 | 
            +
            body[data-terminal-enabled="false"] .home-terminal {
         | 
| 46 | 
            +
              display: none !important;
         | 
| 47 | 
            +
            }
         | 
| 48 | 
            +
             | 
| 49 | 
            +
            body[data-terminal-enabled="false"] .home-simple {
         | 
| 50 | 
            +
              display: block !important;
         | 
| 51 | 
            +
            }
         | 
| 52 | 
            +
             | 
| 53 | 
            +
            body[data-layout="mobile"] .home-terminal {
         | 
| 54 | 
            +
              display: none !important;
         | 
| 55 | 
            +
            }
         | 
| 56 | 
            +
             | 
| 57 | 
            +
            body[data-layout="mobile"] .home-simple {
         | 
| 58 | 
            +
              display: block !important;
         | 
| 59 | 
            +
            }
         | 
| 60 | 
            +
             | 
| 61 | 
            +
            .disabled {
         | 
| 62 | 
            +
              display: none !important;
         | 
| 63 | 
            +
            }
         | 
| 
            File without changes
         | 
| @@ -0,0 +1,24 @@ | |
| 1 | 
            +
            %draft-badge {
         | 
| 2 | 
            +
              font-size: .8rem;
         | 
| 3 | 
            +
              background-color: #fcff3b;
         | 
| 4 | 
            +
              color: #000000;
         | 
| 5 | 
            +
              font-weight: bold;
         | 
| 6 | 
            +
              padding: 3px 6px 0px 12px !important;
         | 
| 7 | 
            +
              border-radius: 0.1em;
         | 
| 8 | 
            +
              margin-left: 5px;
         | 
| 9 | 
            +
              position: relative;
         | 
| 10 | 
            +
              // display: inline-block;
         | 
| 11 | 
            +
             | 
| 12 | 
            +
              &::before {
         | 
| 13 | 
            +
                content: '';
         | 
| 14 | 
            +
                position: absolute;
         | 
| 15 | 
            +
                left: 4px;
         | 
| 16 | 
            +
                top: 50%;
         | 
| 17 | 
            +
                transform: translateY(-50%);
         | 
| 18 | 
            +
                width: 0;
         | 
| 19 | 
            +
                height: 0;
         | 
| 20 | 
            +
                border-top: 5px solid transparent;
         | 
| 21 | 
            +
                border-bottom: 5px solid transparent;
         | 
| 22 | 
            +
                border-right: 6px solid #000000;
         | 
| 23 | 
            +
              }
         | 
| 24 | 
            +
            }
         | 
| @@ -0,0 +1,17 @@ | |
| 1 | 
            +
            %button {
         | 
| 2 | 
            +
              background-color: transparent;
         | 
| 3 | 
            +
              border: none;
         | 
| 4 | 
            +
              border-radius: 0;
         | 
| 5 | 
            +
              color: var(--primary-color);
         | 
| 6 | 
            +
              font-weight: bold;
         | 
| 7 | 
            +
              text-decoration: underline;
         | 
| 8 | 
            +
              cursor: pointer;
         | 
| 9 | 
            +
             | 
| 10 | 
            +
              &:hover,
         | 
| 11 | 
            +
              &:active {
         | 
| 12 | 
            +
                cursor: pointer;
         | 
| 13 | 
            +
                font-weight: bold;
         | 
| 14 | 
            +
                color: var(--text-color);
         | 
| 15 | 
            +
                text-decoration: underline;
         | 
| 16 | 
            +
              }
         | 
| 17 | 
            +
            }
         | 
| @@ -0,0 +1,42 @@ | |
| 1 | 
            +
            @use "button";
         | 
| 2 | 
            +
             | 
| 3 | 
            +
            %form {
         | 
| 4 | 
            +
             | 
| 5 | 
            +
              input,
         | 
| 6 | 
            +
              textarea {
         | 
| 7 | 
            +
                color: var(--text-color) !important;
         | 
| 8 | 
            +
                border-radius: 0px;
         | 
| 9 | 
            +
                border: none;
         | 
| 10 | 
            +
                background-color: transparent;
         | 
| 11 | 
            +
                border-bottom: 2px solid var(--primary-color);
         | 
| 12 | 
            +
             | 
| 13 | 
            +
                &:hover,
         | 
| 14 | 
            +
                &:focus,
         | 
| 15 | 
            +
                &:active {
         | 
| 16 | 
            +
                  color: var(--text-color) !important;
         | 
| 17 | 
            +
                  background-color: transparent;
         | 
| 18 | 
            +
                  box-shadow: none !important;
         | 
| 19 | 
            +
                  outline: 0 !important;
         | 
| 20 | 
            +
                }
         | 
| 21 | 
            +
             | 
| 22 | 
            +
                &:focus,
         | 
| 23 | 
            +
                &:active {
         | 
| 24 | 
            +
                  border-bottom: 2px solid var(--text-color);
         | 
| 25 | 
            +
                }
         | 
| 26 | 
            +
              }
         | 
| 27 | 
            +
             | 
| 28 | 
            +
              textarea {
         | 
| 29 | 
            +
                border-bottom: none;
         | 
| 30 | 
            +
                border-left: 2px solid var(--primary-color);
         | 
| 31 | 
            +
             | 
| 32 | 
            +
                &:focus,
         | 
| 33 | 
            +
                &:active {
         | 
| 34 | 
            +
                  border: none;
         | 
| 35 | 
            +
                  border-left: 2px solid var(--text-color) !important;
         | 
| 36 | 
            +
                }
         | 
| 37 | 
            +
              }
         | 
| 38 | 
            +
             | 
| 39 | 
            +
              button {
         | 
| 40 | 
            +
                @extend %button;
         | 
| 41 | 
            +
              }
         | 
| 42 | 
            +
            }
         |