Blagovest Petrov
c0d98d15e3
Added a 404 page, an atom feed for the IT tag and a categories index
11 years ago
Blagovest Petrov
52d320a2fc
Added a short description of the blog and fixed the linkedin link
11 years ago
Blagovest Petrov
abe79e1b3e
Added a new post and a minor change of the subtitle
11 years ago
Blagovest Petrov
0db40a688f
Added mediablog link. TODO: Fix the linkedin link
11 years ago
Blagovest Petrov
4ce6f58070
Added Google Analytics
11 years ago
Blagovest Petrov
815cd648ba
New post about Zentyal, Ubuntu client and NFS
11 years ago
Blagovest Petrov
d912fa8008
Added about me
11 years ago
Blagovest Petrov
2cbc31b37f
Some minor changes
11 years ago
Blagovest Petrov
0c5ee0b6b1
Added some initial configuration
11 years ago
Blagovest Petrov
3f41e8418f
First commit
11 years ago
Brandon Mathis
21985f25d5
Removed a couple of buggy filters on RDiscount (for now)
12 years ago
Brandon Mathis
11a1ba623e
Updated RDiscount, added footnotes and other extensions
12 years ago
Brandon Mathis
4157cda54c
removed Twitter configuration for timeline and follow buton which are no longer integrated
12 years ago
Graham Christensen
944dfd7583
tilecase -> titlecase
13 years ago
Brandon Mathis
fca7f10fe9
added site-wide description to config.yml (this provides a default meta description for the site, but can be overridden on on any page with page.description in the yaml)
13 years ago
Frederic Hemberger
6561da22f5
Make third-party asides default to false, closes #263
13 years ago
Frederic Hemberger
142681489f
Add custom date format %o for ordinal representation of the day
13 years ago
Frederic Hemberger
c2a68cc2a9
Make post's date output configurable via _config.yml, closes #164
A new config variable 'date_format' is introduced in _config.yml.
It can either be set to "ordinal" to use the current format or it
can be given a string complying to strftime() format identifiers.
13 years ago
Frederic Hemberger
35a598df03
Adds support for Google+ widget, supports author information in search results, fixes #203
13 years ago
Frederic Hemberger
d98a4de07e
Makes titlecase of page/post titles configurable
13 years ago
xdite
294accde54
facebook like option
13 years ago
Frederic Hemberger
b2828eb039
Added optional comment count for disqus, fixes #88
13 years ago
Brandon Mathis
c8eded1d0e
changed order for Github 3rd-party configs
13 years ago
Brandon Mathis
9bc641d4a8
added github asides to the default asides list
13 years ago
Brandon Mathis
596ec87c37
now only excerpted articles show the "read on" link. Also the text for that link can be set in the _config.yml
13 years ago
Brandon Mathis
1c555116be
Added support for pagination with a blog index in any directory (helps with landing pages). Added configuration for pagination directory base
13 years ago
Brandon Mathis
313c3859aa
now using rack instead of Jekyll's webrick server, fixes #90
13 years ago
Brandon Mathis
9c2f64d20c
fixed issue where port setting didn't change jekyll's webbrick in _config.yml. Accidentally used port where I should have used server_port fixes #70
13 years ago
Philip Hofstetter
1860c23632
corrected fork skipping logic
13 years ago
Philip Hofstetter
2e1f0c0bfc
provide an option to show or not show github profile link
13 years ago
Philip Hofstetter
08af7b4e38
allow limiting the amount of repos to display
by setting github_repo_count to someething that's not 0, you can limit
the amount of repositories to render
13 years ago
Philip Hofstetter
f955919348
add github repositories sidebar plugin
if you specify
github_user:
in you _config.yml and once you add asides/github.html to your sidebar
items, this plugin will fetch the specified users github repositories
and order them so the last pushed ones are shown first. Then it'll list
them in the side-bar, including a link and the repository description
The plugin will only list your own repositories, not forks, though this
might need to be configurable later
13 years ago
Brandon Mathis
4a181e3a14
added explaination to _config.yml for why pygments are turned off
13 years ago
Brandon Mathis
705ba9a394
update instructions for adding custom asides
13 years ago
Brandon Mathis
41ebe2a75a
added config for multiple asides
13 years ago
Brandon Mathis
3b29bfc46f
added / to the end of the permalinks by default to be more compatible with diqus permalink matching for wordpress default imports
13 years ago
Jason Woodward
d8b17814e0
allow select and order of sidebar components to be configurable in jekyll's _config.yml
13 years ago
Brandon Mathis
7b81aab5ac
added support for pygments.rb removing dependency on pygments, added support for caching highlighted code from pygments.rb and added default line numbering. Javascript auto line numbering now only occurs for embedded gists
13 years ago
Brandon Mathis
12aed03eea
updated rakefile and config to support url mapping in previous commit
13 years ago
Brandon Mathis
af39f96826
cleaned up config for generic use
13 years ago
Brandon Mathis
3069892654
Improved organziation of _config.yml
13 years ago
Brandon Mathis
f81bdbc1a8
Added support and documentation for deploying to subdirectories (like
with gh-pages)
13 years ago
Brandon Mathis
87f300b2bc
1. Styled pagination for blog index
2. Fixed Newer pagination link on page 2
3. Improved sidebar section breakdown on collapse
4. Removed sharing links from the blog index page (moved to pages)
5. Improved styling for metadata on the blog index
6. Moved /blog/archives.html to /blog/archives/index.html
7. Improved responsive layout styling bugs
13 years ago
Brandon Mathis
5d1d04c52c
1. Made default layout more generic.
2. Added a page layout and improved html on post layout.
3. Improved flexibility of stylesheets for different layout types.
4. Collapsing sidebar now moves it to the bottom of the page and floats
content into columns.
5. Improved sharing settings, added Google plus one.
13 years ago
Brandon Mathis
b9ad060b5d
1. Updated config so blog categories get ouput to /blog/categories
2. Increased default pagination to 10 posts per page
3. Explained email address for RSS feed better
14 years ago
Brandon Mathis
353ccfd4eb
1. Added Category support
2. Designed blog archives pages
3. Restructured Sass
4. Added Categories to rake post metadata
5. Some general style improvements
14 years ago
Brandon Mathis
ef3ff431e5
1. Added html5 video with flash fallback.
2. Added Rack support
3. Disqus support
4. Improved Readme
5. Improved Syntax flexibility and styling
6. Improved blockquote styling
14 years ago
Brandon Mathis
f77db80077
1. Switched back to Rdiscount
2. Improved Blockquote comment header
3. Added Include File and Pullquote plugins
4. Improved blog typography
5. Simplified "Read more" link
14 years ago
Brandon Mathis
21813059f2
1. Replaced Rdiscount in favor of Kramdown (better html5 support) for markdown processing.
2. Added updated instructions to the README
3. Removed unused media css directories
4. Improved use of color variables for page theming.
5. Improved Typography and blog styling.
6. Added support for simple pre and code styles
7. Misc styling and markup improvements.
14 years ago
Brandon Mathis
ab29d45ae8
1. Added new include_code tag to allow auhtors to insert files from the file system with syntax highligting and a download link
2. Improved the gist tag to properly insert the sources in <noscript> tags
3. Improved semantics in the blockquote plugin and DRYed things up.
4. Pygments caching now stores to the _code_cache directory by default
5. Added a configuration for the default include_code directory
6. Updated the .gitignore
14 years ago