- 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
- Fork this
https://github.com/toin0u/sbin.dk
- Clone it
- Add a
deploy
remote to your VPS for instance (deployment)
- Change
_config.yml
with your parameters - Change line 58 in
Rakefile
if you don't use Sublime Text 2, I use this.
- See available commands / tasks,
rake -T
or justrake
- Make a new post,
rake post "Hello world!"
- change
change_frequency
andpriority
(optional) - change the title (optional)
- add the summary (optional)
- add one
category
(optional) - add
tags
separated by a space (optional)
- change
- Launch local server,
rake server
- Browse your blog at
http://localhost:4000/
Let's push changes to your repository and your VPS.
git commit -am "Added: my first post"
rake release
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/
sbin.dk is released under the MIT License. See the bundled LICENSE file for details.