Git Product home page Git Product logo

sustain's Introduction

Sustain

Build Status Ruby Jekyll

Personal blog built with Bootstrap, powered by Jekyll and freely hosted in Github pages.

View the live demo

Sustain Live Demo

Screenshots

Home page home page

Blog page blog page

Post page post page

Projects page project page

Deployment

There are several alternatives to building and deploying the site:

  1. build the site with GitHub Actions which pushes the resulting files (the contents of _site/ or ../sustain-pages/) to the gh-pages branch. This is the approach that is currently used. See jekyll_build.yml for more details.

  2. generate the site locally (more details below) and push the resulting HTML to a Github repository, that GitHub Pages then host;

  3. build the site with travis-ci (with goodies from jekyll-travis) automatically pushing the generated HTML files to a gh-pages branch.

  4. deploy the static website with Jekyll-compatible hosters, such as https://www.netlify.com/, that allow for deployment from the Github repo and publish the website using CDNs. Netlify has a free starter offer.

For option 2) simply clone this repository (master branch), and then run bundle exec jekyll serve inside the directory. Upload the resulting _site/ (or ../sustain-pages/) contents to your repository (master branch if uploading as your personal page (e.g. username.github.io) or gh-pages branch if uploading as a project page (as for the demo).

For option 3) you will need to set up travis-ci for your personal fork. Briefly all you need then is to change your details in _config.yml so that you can push to your github repo. You will also need to generate a secure key to add to your .travis.yml (you can find more info on how to do it in that file). Also make sure you read the documentation from jekyll-travis. This approach has clear advantages in that you simply push your file changes to GitHub and all the HTML files are generated for you and pushed to gh-pages. Also you get to know if everything is still fine with your site builds. Don't hesitate to contact me if you still have any issues (see below about issue tracking).

Issues and contributing

This install builds well with Ruby v2.6.3 and Jekyll v3.9.0. If you run into any problems please log them on the issue tracker.

Feel free pull-request your patches and fixes.

Thanks

Profile picture from pexels.

Copyright & License

Copyright (C) 2015-2021 - Released under the MIT License.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

sustain's People

Contributors

akronix avatar anthonygarvan avatar ashishkumarshah avatar biomadeira avatar iamrajiv avatar joaonzangoii avatar tiphaine 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  avatar  avatar  avatar  avatar

sustain's Issues

Post title

Could you guide me how to change blog post url that is postX.html to custom name. thank you ๐Ÿ‘ ๐Ÿ˜ƒ

Nice theme

Blog post error when base-url in /

When the base-url is given as / the links of the generated posts will be wrong. //post1.html instead of /post1.html. Can be fixed by removeing {{ site.baseurl }} from blog.html

blog post's invalid link

Hello there, thank you for such a nice theme. ๐Ÿ‘
I am not much experienced with editing jekyll site so I have a little doubt.
I am thinking to host this site on master branch, so I put baseurl : / in _config.yml, I am running it on my local machine, but when I click a post title on http://localhost:3000/blog.html the url in the address bar changes to http://post1.html/ and I get a page not found.
Also can we get rid of the extra / that comes before the post title in the post's url?(https://biomadeira.github.io/sustain//post1.html) ?
Any help is appreciated. ๐Ÿ˜ƒ

Disqus

What are the steps to set disqus. i mean what all variables i need to set
Thanks.

Blog post not showing

I am having trouble displaying my blog posts. Everything seems to be formatted correctly and the file is saved with the .md extension. Any clue what could be the problem?

not able to load site on github pages

After using the command bundle exec jekyll serve the site run well locally but after pushing the site to my Github repository and run it on Github pages it does not load properly.

2

I don't know what the problem is
and also after pushing the site, it says vulnerability issue in one of the dependencies

1

The title logo does not load in both locally and Github pages.

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.