GithubHelp home page GithubHelp logo

cloudcannon / frisco-jekyll-template Goto Github PK

View Code? Open in Web Editor NEW
167.0 5.0 196.0 375 KB

:iphone: App marketing template for Jekyll

Home Page: https://brave-submarine.cloudvent.net/

License: MIT License

Ruby 0.54% HTML 47.02% JavaScript 2.01% SCSS 50.43%
jekyll jekyll-template jekyll-theme

frisco-jekyll-template's Introduction

Frisco

App promotion themed template for Jekyll. Browse through a live demo. Increase the web presence of a App with this configurable theme.

Frisco template screenshot

Frisco was made by CloudCannon, the Cloud CMS for Jekyll.

Find more templates, themes and step-by-step Jekyll tutorials at CloudCannon Academy.

Deploy to CloudCannon

Features

  • Contact form
  • Pre-built pages
  • Pre-styled components
  • Blog with pagination
  • Post category pages
  • Disqus comments for posts
  • Staff and author system
  • Configurable footer
  • Optimised for editing in CloudCannon
  • RSS/Atom feed
  • SEO tags
  • Google Analytics

Setup

  1. Add your site and author details in _config.yml.
  2. Add your Google Analytics and Disqus keys to _config.yml.
  3. Get a workflow going to see your site's output (with CloudCannon or Jekyll locally).

Develop

Frisco was built with Jekyll version 3.3.1, but should support newer versions as well.

Install the dependencies with Bundler:

$ bundle install

Run jekyll commands through Bundler to ensure you're using the right versions:

$ bundle exec jekyll serve

Editing

Frisco is already optimised for adding, updating and removing pages, staff, advice, company details and footer elements in CloudCannon.

Posts

  • Add, update or remove a post in the Posts collection.
  • The Staff Author field links to members in the Staff Members collection.
  • Documentation pages are organised in the navigation by category, with URLs based on the path inside the _docs folder.
  • Change the defaults when new posts are created in _posts/_defaults.md.

Contact Form

  • Preconfigured to work with CloudCannon, but easily changed to another provider (e.g. FormSpree).

Staff

  • Reused around the site to save multiple editing locations.

Footer

  • Exposed as a data file to give clients better access.
  • Set in the Data / Navigation section.

Footer

  • Exposed as a data file to give clients better access.
  • Set in the Data / Footer section.

frisco-jekyll-template's People

Contributors

darcyknox avatar dhniels avatar jonatahb avatar jtrbuhovic avatar mneumegen avatar rphillips-nz avatar rycoll avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

frisco-jekyll-template's Issues

Error when executing bundle exec jekyll

hello,
thank you for publishing
can you help with the following error?

mike@atlantacity:~/Projects/my_blog_test/02.frisco-jekyll-template$ bundle exec jekyll serve --incremental
Configuration file: /home/mike/Projects/my_blog_test/02.frisco-jekyll-template/_config.yml
            Source: /home/mike/Projects/my_blog_test/02.frisco-jekyll-template
       Destination: /home/mike/Projects/my_blog_test/02.frisco-jekyll-template/_site
 Incremental build: enabled
      Generating... 
Error reading file /home/mike/Projects/my_blog_test/02.frisco-jekyll-template/_layouts/archive.html: no implicit conversion of Hash into Integer 
Error reading file /home/mike/Projects/my_blog_test/02.frisco-jekyll-template/_layouts/default.html: no implicit conversion of Hash into Integer 
Error reading file /home/mike/Projects/my_blog_test/02.frisco-jekyll-template/_layouts/page.html: no implicit conversion of Hash into Integer 
Error reading file /home/mike/Projects/my_blog_test/02.frisco-jekyll-template/_layouts/post.html: no implicit conversion of Hash into Integer 
             Error: could not read file /home/mike/Projects/my_blog_test/02.frisco-jekyll-template/_posts/2016-07-20-what-is-a-friend.md: no implicit conversion of Hash into Integer
             Error: could not read file /home/mike/Projects/my_blog_test/02.frisco-jekyll-template/_posts/2016-07-28-psychology-of-friendship.md: no implicit conversion of Hash into Integer
             Error: could not read file /home/mike/Projects/my_blog_test/02.frisco-jekyll-template/_posts/2016-08-02-life-cycle.md: no implicit conversion of Hash into Integer
             Error: could not read file /home/mike/Projects/my_blog_test/02.frisco-jekyll-template/_posts/2016-08-06-development-issues.md: no implicit conversion of Hash into Integer
             Error: could not read file /home/mike/Projects/my_blog_test/02.frisco-jekyll-template/_posts/2016-08-12-health.md: no implicit conversion of Hash into Integer
jekyll 3.8.4 | Error:  undefined method `valid_encoding?' for nil:NilClass

          if doc.content.valid_encoding?
                        ^^^^^^^^^^^^^^^^
/home/mike/.gem/ruby/3.1.0/gems/jekyll-3.8.4/lib/jekyll/readers/post_reader.rb:39:in `block in read_publishable': undefined method `valid_encoding?' for nil:NilClass (NoMethodError)

          if doc.content.valid_encoding?
                        ^^^^^^^^^^^^^^^^
        from /home/mike/.gem/ruby/3.1.0/gems/jekyll-3.8.4/lib/jekyll/readers/post_reader.rb:38:in `select'
        from /home/mike/.gem/ruby/3.1.0/gems/jekyll-3.8.4/lib/jekyll/readers/post_reader.rb:38:in `read_publishable'
        from /home/mike/.gem/ruby/3.1.0/gems/jekyll-3.8.4/lib/jekyll/readers/post_reader.rb:27:in `read_posts'
        from /home/mike/.gem/ruby/3.1.0/gems/jekyll-3.8.4/lib/jekyll/reader.rb:64:in `retrieve_posts'
        from /home/mike/.gem/ruby/3.1.0/gems/jekyll-3.8.4/lib/jekyll/reader.rb:50:in `read_directories'
        from /home/mike/.gem/ruby/3.1.0/gems/jekyll-3.8.4/lib/jekyll/reader.rb:16:in `read'
        from /home/mike/.gem/ruby/3.1.0/gems/jekyll-3.8.4/lib/jekyll/site.rb:164:in `read'
        from /home/mike/.gem/ruby/3.1.0/gems/jekyll-3.8.4/lib/jekyll/site.rb:69:in `process'
        from /home/mike/.gem/ruby/3.1.0/gems/jekyll-3.8.4/lib/jekyll/command.rb:28:in `process_site'
        from /home/mike/.gem/ruby/3.1.0/gems/jekyll-3.8.4/lib/jekyll/commands/build.rb:65:in `build'
        from /home/mike/.gem/ruby/3.1.0/gems/jekyll-3.8.4/lib/jekyll/commands/build.rb:36:in `process'
        from /home/mike/.gem/ruby/3.1.0/gems/jekyll-3.8.4/lib/jekyll/commands/serve.rb:93:in `block in start'
        from /home/mike/.gem/ruby/3.1.0/gems/jekyll-3.8.4/lib/jekyll/commands/serve.rb:93:in `each'
        from /home/mike/.gem/ruby/3.1.0/gems/jekyll-3.8.4/lib/jekyll/commands/serve.rb:93:in `start'
        from /home/mike/.gem/ruby/3.1.0/gems/jekyll-3.8.4/lib/jekyll/commands/serve.rb:75:in `block (2 levels) in init_with_program'
        from /home/mike/.gem/ruby/3.1.0/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in `block in execute'
        from /home/mike/.gem/ruby/3.1.0/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in `each'
        from /home/mike/.gem/ruby/3.1.0/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in `execute'
        from /home/mike/.gem/ruby/3.1.0/gems/mercenary-0.3.6/lib/mercenary/program.rb:42:in `go'
        from /home/mike/.gem/ruby/3.1.0/gems/mercenary-0.3.6/lib/mercenary.rb:19:in `program'
        from /home/mike/.gem/ruby/3.1.0/gems/jekyll-3.8.4/exe/jekyll:15:in `<top (required)>'
        from /home/mike/.gem/ruby/3.1.0/bin/jekyll:25:in `load'
        from /home/mike/.gem/ruby/3.1.0/bin/jekyll:25:in `<main>'

bundle version:

mike@atlantacity:~/Projects/my_blog_test/02.frisco-jekyll-template$ bundle -v
Bundler version 2.4.22

Categories link troubles in GitHubPages

hello,
Thanks for this template. I would like to use it as a base for my website, especially because of the categories implementation. I run it locally and everything works as in the demo, I mean I can see the pages of categories, for example:
https://brave-submarine.cloudvent.net/category/friendship/

but when I upload it here, to GitHub, I get the 404 error page: https://nnise.github.io/DenniseCBA/category/friendship/
All the other links work.
Any ideas of this error? I have tried to change the url and base url and building the site again afterwards without success.

Thank you in advance!
Dennise

Resizing the Site Logo

Hi how do I resize the site logo in the top left corner, i tried changing the _layout/default.html the width ans height, but it does not take effect.

dark madina logo

Unknown tag 'when'

Brendans-MacBook-Pro:FriscoSite brendanmccaffrey$ bundle exec jekyll serve
Configuration file: /Users/brendanmccaffrey/FriscoSite/_config.yml
Source: /Users/brendanmccaffrey/FriscoSite
Destination: /Users/brendanmccaffrey/FriscoSite/_site
Incremental build: disabled. Enable with --incremental
Generating...
Jekyll Feed: Generating feed for posts
Liquid Exception: Liquid syntax error (line 8): Unknown tag 'when' in vendor/bundle/ruby/2.3.0/gems/liquid-4.0.3/lib/liquid/locales/en.yml


I've tried bundle install and bundle update - am i missing a plugin?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.