summaryrefslogtreecommitdiff
path: root/_includes
AgeCommit message (Collapse)Author
2015-02-13Merge branch 'nkuttler' into gh-pagesNicolas Kuttler
2015-02-13Fix whitespace problemNicolas Kuttler
2015-02-13Merge branch 'nkuttler' into gh-pagesNicolas Kuttler
2015-02-13Make meta info entirely optionalNicolas Kuttler
2015-02-13Fix links for empty baseurl settingNicolas Kuttler
2015-02-12Fix logo linkNicolas Kuttler
2015-02-12Use the base url setting everywhereNicolas Kuttler
With this merged all one has to do to serve the project as a github project page is to set the baseurl value to /project-name in _config.yml See http://nkuttler.github.io/irssi.github.io/
2015-02-12Add articles collectionNicolas Kuttler
Display optional web address instead of email as article contributors might not want to see their email address on the www. Also add an article index page.
2015-02-12BugfixNicolas Kuttler
2015-02-12Avoid irssi.org redirectsNicolas Kuttler
2015-02-12Refactor includesNicolas Kuttler
Includes can pass variables after all. The template language is beginning to feel clumsy.
2015-02-12Remove jQuery and bootstrap jsNicolas Kuttler
We don't really need any of it (for now at least) as we only need to show/hide the mobile navigation.
2015-02-12Remove obsolete commentNicolas Kuttler
2015-02-12Highlight the front page in the page navigationNicolas Kuttler
2015-02-12Ordinalize without pluginNicolas Kuttler
As the site will be build by github we can't use plugins
2015-02-12Remove superfluous stylesheetNicolas Kuttler
Also always show the scrollbar to avoid the content from jumping left/right.
2015-02-12Fix overflowing headerNicolas Kuttler
The brand logo tag should not contain text. Also link the logo to /.
2015-02-12Include jQueryNicolas Kuttler
Bootstrap's responsive navigation requires it.
2015-02-12Footer style fixNicolas Kuttler
2015-02-12Update youtube videoNicolas Kuttler
Use an iframe and limit it's max-width for mobile.
2015-02-12Display meta information about postsNicolas Kuttler
The date will be displayed with an ordinal indicator when available.
2015-02-12Loop through existing pages for navigationNicolas Kuttler
Ignore the atom feed and the paginated news based on page names.
2015-02-11Add responsive sidebar and basic footerNicolas Kuttler
2015-02-11Add a basic front page with paginated news archiveNicolas Kuttler
2015-02-06Add empty bootstrap templateAlexander Færøy