Skip to content

History

Revisions

  • fix permalink to make it available for disqus

    @raisercostin raisercostin committed Jan 4, 2017
    d44af55
  • Import posts from calepin.co and scriptogr.am

    @raisercostin raisercostin committed Jan 4, 2017
    b44b11b
  • Add image and more

    @raisercostin raisercostin committed Jan 4, 2017
    18649f4
  • configure images. put images outside of posts as a workaround https://github.com/jekyll/jekyll/issues/2246 . Anyway the images should be addressed with absolute path or a post specific folder created for posts with images and other resources

    @raisercostin raisercostin committed Jan 4, 2017
    6e63e42
  • details

    @raisercostin raisercostin committed Jan 4, 2017
    0fd2eef
  • move all favicons in a single folder as a collection

    @raisercostin raisercostin committed Jan 4, 2017
    942fc30
  • rss feed

    @raisercostin raisercostin committed Jan 4, 2017
    94e5106
  • options

    @raisercostin raisercostin committed Jan 4, 2017
    662c76e
  • add excerpts

    @raisercostin raisercostin committed Jan 4, 2017
    4177a25
  • add favicons for all devices. see http://www.favicomatic.com/ to generate all icons

    @raisercostin raisercostin committed Jan 4, 2017
    c6b3f17
  • rename feed.atom

    @raisercostin raisercostin committed Jan 4, 2017
    b49657c
  • Url is automatically configured by githubpages, probably from CNAME file.

    @raisercostin raisercostin committed Jan 4, 2017
    0754267
  • atom

    @raisercostin raisercostin committed Jan 4, 2017
    3247270
  • add atom.xml

    @raisercostin raisercostin committed Jan 4, 2017
    47f27ef
  • add sitemap.xml

    @raisercostin raisercostin committed Jan 3, 2017
    7723dbf
  • Add SEO stuff: robots.txt and sitemap.xml

    @raisercostin raisercostin committed Jan 3, 2017
    8ca63c5
  • Remove url as well.

    @raisercostin raisercostin committed Jan 3, 2017
    bd22cd4
  • Fix base.url generation in jekyll

    @raisercostin raisercostin committed Jan 3, 2017
    52a06ca
  • removed custom permalink

    @raisercostin raisercostin committed Jan 3, 2017
    f7a710d
  • removed slug.

    @raisercostin raisercostin committed Jan 3, 2017
    90af45c
  • fix post

    @raisercostin raisercostin committed Dec 31, 2016
    6edba5a
  • - add mandatory trailing / - see http://pixelcog.com/blog/2013/jekyll-from-scratch-core-architecture/ << Pitfalls With Pretty URLs You’ll note that for all of these “pretty” urls, a trailing / is needed. This is to force Jekyll to render them at /url/index.html rather than simply /url. Jekyll will render documents with arbitrary names if you ask it to, but since GitHub Pages will not know how to infer the data type without a file extension; the file will be served with the content-type "application/octet-stream" rather than "text/html". For all intents and purposes, trailing slashes are mandatory on pretty urls. Also noteworthy, since urls like this can be accessed at either /url/ or /url/index.html you will effectively have two urls for the same document on your blog. This can cause unexpected problems when integrating with third party comment systems and social widgets, and it’s also bad for SEO. To fix this, I’d highly recommend putting canonical url metadata into your default template using the following line in your <head>: <link rel="canonical" href="{{ page.url }}" /> >>

    @raisercostin raisercostin committed Dec 31, 2016
    911ad2b
  • Serve urls ending in / as well.

    @raisercostin raisercostin committed Dec 31, 2016
    14dba73
  • Configure also for trailing slash.

    @raisercostin raisercostin committed Dec 31, 2016
    6517537
  • configure permalinks

    @raisercostin raisercostin committed Dec 31, 2016
    26327bd
  • Add 404 page.

    @raisercostin raisercostin committed Dec 31, 2016
    1e13508
  • Permalinks without extension and trailing slash.

    @raisercostin raisercostin committed Dec 31, 2016
    1670b46
  • Replace README with index that displays nothing. Readme still usefull for github.

    @raisercostin raisercostin committed Dec 31, 2016
    a292146
  • fix permalink

    @raisercostin raisercostin committed Dec 31, 2016
    01e8936
  • Merge branch 'master' of https://github.com/raisercostin/raisercostin.github.io

    @raisercostin raisercostin committed Dec 31, 2016
    4e077d3