Skip to content
forked from toin0u/sbin.dk

A simple and personnal static website generated using Jekyll

License

Notifications You must be signed in to change notification settings

foebrian/sbin.dk

 
 

Repository files navigation

sbin.dk

project status

Requirements

  1. Jekyll
    • RDiscount
    • Pygments
  2. Rake
  3. NodeJS

Why to fork?

  • Easy to customize, only _config.yml
  • Very simple layout, easy to adapt ;)
  • Generate sitemap.xml which is customizable in each post
  • Compress CSS files
  • Head.js to load javscript files
  • Show the last tweet
  • Build with Microformats
  • Possible to show posts' summary in front page
  • Disqus in posts and track comments with Google Analytics
  • Title, summary, category and tags update meta tags
  • Redirections
  • Rakefile to automate tasks

Installation

  1. Fork this https://github.com/toin0u/sbin.dk
  2. Clone it
  3. Add a deploy remote to your VPS for instance (deployment)

Configuration

  1. Change _config.yml with your parameters
  2. Change line 58 in Rakefile if you don't use Sublime Text 2, I use this.

Usage

  1. See available commands / tasks, rake -T or just rake
  2. Make a new post, rake post "Hello world!"
    • change change_frequency and priority (optional)
    • change the title (optional)
    • add the summary (optional)
    • add one category (optional)
    • add tags separated by a space (optional)
  3. Launch local server, rake server
  4. Browse your blog at http://localhost:4000/

Release

Let's push changes to your repository and your VPS.

  1. git commit -am "Added: my first post"
  2. rake release

Contributor Code of Conduct

As contributors and maintainers of this project, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.

We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, age, or religion.

Examples of unacceptable behavior by participants include the use of sexual language or imagery, derogatory comments or personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct.

Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. Project maintainers who do not follow the Code of Conduct may be removed from the project team.

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.

This Code of Conduct is adapted from the Contributor Covenant, version 1.0.0, available at http://contributor-covenant.org/version/1/0/0/

Licence

sbin.dk is released under the MIT License. See the bundled LICENSE file for details.

About

A simple and personnal static website generated using Jekyll

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 37.6%
  • Ruby 32.6%
  • HTML 28.4%
  • JavaScript 1.4%