jekyll-archive | Jekyll plugin to create a set of archive pages | Theme library

 by   itafroma Ruby Version: 0.4.2 License: MIT

kandi X-RAY | jekyll-archive Summary

kandi X-RAY | jekyll-archive Summary

jekyll-archive is a Ruby library typically used in User Interface, Theme, Jekyll applications. jekyll-archive has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

This plugin creates a set of archive pages for a Jekyll website. Oddly, Jekyll doesn't include a date-based archive for posts out of the box. For example, if you have a permalink structure like blog/2014/01/01/title, URL hacking won't work because going to blog/2014 will return 404 Page Not Found. Jekyll Archive Generator fixes that by generating all the necessary archive pages for each part of your blog URL structure.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              jekyll-archive has a low active ecosystem.
              It has 9 star(s) with 1 fork(s). There are 1 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 0 open issues and 10 have been closed. On average issues are closed in 99 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of jekyll-archive is 0.4.2

            kandi-Quality Quality

              jekyll-archive has 0 bugs and 0 code smells.

            kandi-Security Security

              jekyll-archive has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              jekyll-archive code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              jekyll-archive is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              jekyll-archive releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.
              It has 202 lines of code, 15 functions and 6 files.
              It has medium code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of jekyll-archive
            Get all kandi verified functions for this library.

            jekyll-archive Key Features

            No Key Features are available at this moment for jekyll-archive.

            jekyll-archive Examples and Code Snippets

            Jekyll Archive Generator,Configuration
            Rubydot img1Lines of Code : 25dot img1License : Permissive (MIT)
            copy iconCopy
            archive:
                - path: /blog/:year
                  layout: archive_blog
                  title: Blog archive — :year
                  include:
                    tags: ['PHP']
                  exclude:
                    categories: ['news']
                    tags: ['drafts']
                - path: /blog/:year/:month
                  layout:   
            Jekyll Archive Generator,Installation
            Rubydot img2Lines of Code : 2dot img2License : Permissive (MIT)
            copy iconCopy
            gem install jekyll-itafroma-archive
            
            gems: ['jekyll/itafroma/archive']
              

            Community Discussions

            QUESTION

            Github Pages redirect only works locally, but not on the remote Github server (got 404)
            Asked 2020-Dec-23 at 13:17

            My current site address is changyuyan.github.io, and if I click on the tags on the right, say, https://changyuyan.github.io/tags/software-engineering/, it always give me a 404 page. However, when I preview it locally (http://127.0.0.1:4000/tags/software-engineering/), the redirect seem to work just fine:

            I wonder if it has something to do with my _config.yml. I have tried different url and baseurl strings, but still couldn't resolve it.

            (Note: This theme was adopted from Chirpy)

            Thanks!

            Part of my config.yml:

            ...

            ANSWER

            Answered 2020-Dec-22 at 02:56

            Near the top of your _config.yml, set baseurl to the name of the project repo according to the instructions:

            Source https://stackoverflow.com/questions/65399807

            QUESTION

            Github Pages cannot find index.html only in some directories
            Asked 2020-Dec-19 at 07:00

            Update: I got fed up and re-do everything from the ground-up and it fixes itself.

            I have a github pages site built with Jekyll and Chirpy theme.

            Locally, it runs great.

            However when deployed on Github Pages there are a few directories that return the 404 page even though the path is valid and there is an index.html file in it.

            Example: https://catmandx.github.io/posts/Wgel-CTF-Writeup/ display normally https://catmandx.github.io/tags/cmc/index.html returns 404 http://127.0.0.1:4000/tags/cmc/index.html display correcly.

            I have temporarily make the repo public, it's here: https://github.com/catmandx/catmandx.github.io

            I have been banging my head for a few hours now. I have tried committing and pushing again to re-run Actions, manually editing the /tags/cmc/index.html file in the gh-pages branch but nothing works.

            This is the _config.yml file, not sure if it helps but here:

            ...

            ANSWER

            Answered 2020-Dec-19 at 05:10

            You can solve this issue by executing bash tools/init.sh

            You will also have to run this init.sh every time there is a category/tag created.

            Source https://stackoverflow.com/questions/65366633

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install jekyll-archive

            This plugin is provided as a gem:.

            Support

            Canonical project pageRubyGems project page
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/itafroma/jekyll-archive.git

          • CLI

            gh repo clone itafroma/jekyll-archive

          • sshUrl

            git@github.com:itafroma/jekyll-archive.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Theme Libraries

            bootstrap

            by twbs

            tailwindcss

            by tailwindlabs

            Semantic-UI

            by Semantic-Org

            bulma

            by jgthms

            materialize

            by Dogfalo

            Try Top Libraries by itafroma

            zork-php

            by itafromaPHP

            http-hmac-paw

            by itafromaJavaScript

            jekyll-post_groups

            by itafromaRuby

            jekyll-indent_filter

            by itafromaRuby