SotiriosVrachas / jekyll-theme-startbootstrap-agency

A gem-based responsive simple Jekyll theme based on Start Bootstrap - Agency.
http://www.vrachas.com/jekyll-theme-startbootstrap-agency/
MIT License
23 stars 36 forks source link

The .com domain expired links are broken #15

Open MichaelCurrin opened 4 years ago

O-Mutt commented 4 years ago

👋 Hey @MichaelCurrin, I haven't seen @SotiriosVrachas on here in a LONG time. You could check out other GitHub projects that call this one out Github Search or this site that i maintain uses this project as well Vision Network Solutions @ Repo

I have to assume you are talking about the README links? http://www.vrachas.com/jekyll-theme-startbootstrap-agency/

MichaelCurrin commented 4 years ago

Thanks @Mutmatt I'll have a look at those. I see there are a bunch of forks - let me know if you come across any which are good and up to date (latest CSS).

Yes, those links.

MichaelCurrin commented 4 years ago

For interest, this is my site using the theme - private repo

https://secondlinersimprov.co.za/

I found it useful to split home.html layout into several includes files:

{% include header.html %}

{% include about.html %}

{% include events.html %}

{% include contact.html %}
raviriley commented 4 years ago

raviriley/agency-jekyll-theme/

I wanted to use this theme but saw that it's outdated and not maintained, so I decided to convert the newest Bootstrap code to a Jekyll theme from scratch. Then, once I started using the theme, I realized I could make some additions to make the original theme more useful, such as Google Analytics support, an actually functional contact form, customizable styling, etc. Check out the details here!

https://github.com/raviriley/agency-jekyll-theme/

Let me know if you run into any issues!