Skip to content

sourcecrypto/decentralized-web

 
 

Repository files navigation

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.

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

This web site template can be run with a standalone Jekyll or, even easier, using GitHub Pages. Using the latter you'll have your web site up and running in minutes if you follow these steps:

  1. Create a GitHub account if you haven't already.
  2. Fork this repository to create a copy of it in your own GitHub account.
  3. Change the name of the repository to somestring.github.io (e.g. myindiewebpage.github.io).
  4. Use GitHub's own editor to change a file (e.g. the about.md in the root of the repository) and commit the change.
  5. You did it. Your web site should now be available via http://somestring.github.io (e.g. http://myindiewebpage.github.io).

Usage

If you use the GitHub pages workflow described in the Installation section, the usage of this template is fairly simple. Everytime you change something at your web site and commit this change using git commit or the GitHub editor, Jekyll is triggered and your website is redeployed at the URL specified by your repository name (in the example above http://myindiewebpage.github.io).

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

0.1 Initial release 0.2 Initial Support for Micropub posts 0.2.1 minor changes in preparation for 2.0 milestone

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.

About

P2P - Decentralized-Web - Web3 - Histories - Nfo

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 45.0%
  • CSS 43.8%
  • Ruby 7.2%
  • JavaScript 4.0%