All Projects → miklb → jekyll-indieweb

miklb / jekyll-indieweb

Licence: MIT license
A Jekyll quick start to getting up and going with the IndieWeb

Programming Languages

HTML
75241 projects
CSS
56736 projects
ruby
36898 projects - #4 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to jekyll-indieweb

acquiescence
IndieAuth authorization and token endpoint.
Stars: ✭ 19 (-68.33%)
Mutual labels:  indieweb
IndieNews
📰 News aggregator for IndieWeb-related posts
Stars: ✭ 32 (-46.67%)
Mutual labels:  indieweb
node-webmention-testpinger
A tool to ping your site with a variety of real world WebMentions
Stars: ✭ 28 (-53.33%)
Mutual labels:  indieweb
microlight
A fully IndieWeb-compatible PHP blogging engine
Stars: ✭ 35 (-41.67%)
Mutual labels:  indieweb
paulrobertlloyd-v4
My personal website. There are many like it, but this is mine.
Stars: ✭ 78 (+30%)
Mutual labels:  indieweb
Aperture
Aperture is a Microsub server. Currently in beta.
Stars: ✭ 62 (+3.33%)
Mutual labels:  indieweb
syndication-links
Add and Display Syndication Links
Stars: ✭ 26 (-56.67%)
Mutual labels:  indieweb
alexcarpenter-11ty
📝 Source files for my personal website built with Eleventy and hosted with Netlify.
Stars: ✭ 89 (+48.33%)
Mutual labels:  indieweb
transformative
IndieWeb personal website software.
Stars: ✭ 47 (-21.67%)
Mutual labels:  indieweb
indieweb-search
Source code for the IndieWeb search engine.
Stars: ✭ 16 (-73.33%)
Mutual labels:  indieweb
micropub-endpoint
Receives requests.
Stars: ✭ 23 (-61.67%)
Mutual labels:  indieweb
smix-eleventy-starter
A standards-respecting starter kit for Eleventy. Go Indie.
Stars: ✭ 108 (+80%)
Mutual labels:  indieweb
microblog
A very simple PHP app that stores twitter-like status updates in a sqlite database.
Stars: ✭ 30 (-50%)
Mutual labels:  indieweb
indieweb-guides
Source code for IndieWeb Guides
Stars: ✭ 15 (-75%)
Mutual labels:  indieweb
shpub
command line micropub client
Stars: ✭ 20 (-66.67%)
Mutual labels:  indieweb
Nautilus
Turn your website into an ActivityPub profile
Stars: ✭ 55 (-8.33%)
Mutual labels:  indieweb
sweetroll2
A powerful micro/blogging engine with IndieWeb features (abandoned)
Stars: ✭ 27 (-55%)
Mutual labels:  indieweb
microstat
A self-hosted Micropub endpoint for statically-generated microblogs. 📝⚡️
Stars: ✭ 52 (-13.33%)
Mutual labels:  indieweb
nefelibata
A weblog engine focusing on data ownership and persistence
Stars: ✭ 25 (-58.33%)
Mutual labels:  indieweb
microsub
For tracking issues on the Microsub specification
Stars: ✭ 23 (-61.67%)
Mutual labels:  indieweb

Jekyll-IndieWeb

Welcome to Jekyll-Indieweb. The goal of this project was to provide someone without a web presence a quick and easy way to start using the basics of the Indieweb. It has now evolved into a formal Jekyll theme, with a companion repository for demonstrating how to use the theme (and eventually, include GitHub Actions and/or Netlify for deploy.)

Visit Steal This Repo if you would like a starter repository you can fork and customize while benefiting from improvements in this theme.

Motivation

I've followed along a few IndieWeb Camps and observed a few people new to both the indieweb as well as having their own web presence. I wanted to provide another option for those users to have a fairly simple method to easily get up and going with with a web site ready for indieweb and be able to dive in.

Installation

If you have never set up Jekyll or Ruby in your local environment, we recommend the Jekyll docs for installing on your platform.

We use the latest stable Ruby version for development

We also use Gulp for our build tool. Though Jekyll has support for Sass, we have opted to write plain CSS for 2019 browsers and let the tools backfill for compatibility. If you haven't worked with Gulp before, we recommend their getting started docs which includes a link to Node install steps

Clone the repository

git clone https://github.com/miklb/jekyll-indieweb.git

navigate to the directory

cd jekyll-indieweb

install the Jekyll dependencies

bundle install

install the Gulp dependencies

npm i

Gulpfile has two main tasks: build and watch

build does just that - builds the _site directory.

watch watches both assets/css/_inc directory to check for CSS changes as well as Jekyll file changes and rebuilds the appopriate files.

A note about the CSS All CSS is in the _inc directory is plain CSS. Current browser support for variables is strong, but we use PostCSS to fill in browser compatibility. PostCSS also compiles assets/css/_inc/main.css into assets/css/main.css. You should never need to edit assets/css/main.css file directly.

Note The Jekyll Gulp task replaces the need to use bundle exec jekyll serve. Instead, use gulp watch.

Reminder that this is a Jekyll theme, not a stand alone site.

We optimized the build tools in this project with three goals:

  • quick deploy.
  • provide an out-of-the-box experience when using the theme as is.
  • allow overriding main.css in the individual response site for event specific customizations.

When submitting a new Pull Request with CSS changes, make sure to edit a file in _inc and commit all file changes with your PR.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

2.0.0 beta initial release as a theme gem. 0.2.1 minor changes in preparation for 2.0 milestone 0.2 Initial Support for Micropub posts 0.1 Initial release

Credits

Inspiration for the general aesthetics came from the Jekyll Type theme

svg social icons on CodePen.

Pelle Wessman - for his work on Jekyll & IndieWeb, particularly Micropub

License

See the LICENSE file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].