Giter Club home page Giter Club logo

This is the source code for my personal webpage.

The webpage falls under regular copyright laws and its code is available here only as a reference. This means you should NOT use it as a template for another website. Check Hakyll's website for better examples.

Features

Here's the list of key things to me that I haven't found in Hakyll and managed to get working only after a few days of research and hard work (I know it might not seem so).

  • Automatic PDF generation for tex files using Pandoc API itself (no ugly wrappers),
    • reserves $pdf$ field for the link-to-file if the pdf file exists,
  • working bibtex citations (you need to set $bibliography$ in post metadata to point to the bib file) with clickable links and a 'References' section title before the rendered bibliography,
  • nice math rendering with MathJax (you need to set $mathjax$ to true in post metadata to make it load),
  • code snippets with syntax highlighting and linkable line numbering,
    • you need to set .numberLines class in the snippet attribute section (```{.numberLines})
  • post categories based on posts dir structure (thanks to Hakyll tags),
    • $categories$ renders links to all the existing categories,
    • $category$ is capitalized,
  • no posts/ URL prefix for post entries,
  • removeHTMLExtensions filter can be used to remove '.html' extension from relative links,
    • use if you want nice URLs without messing with the routes (e.g. you have set up mod_redirect in .htaccess),
  • numbersections: true in the YAML block enables section numbering from LaTeX sources (unlike unmodified Hakyll),
  • for internal links in LaTeX sources use the standard \label{id} with \protect\hyperlink{id}{link name} (\ref does not work),
  • teaser: "string" in the YAML block sets string as the introduction for the post in the post list (it is INCLUDED in the post itself),
    • teaser also determines, if the post will be shown in the recent posts,
    • excludeteaser: true in the YAML block excludes the teaser from the post.
  • pages folder for static pages generation (accessible from root)
  • outputs to docs to work with GitHub Pages

Adam Fiedler's Projects

catchable icon catchable

A jQuery plugin for iOS-like handling of scroll-then-fix elements.

flydom icon flydom

A simple base jumping game written in Java.

gooddata-js icon gooddata-js

Thin javascript abstraction over the GoodData REST API

grunt-depmod icon grunt-depmod

Analyses .js files and extracts module names and dependency information.

grunt-grizzly icon grunt-grizzly

Client dev tools development server grunt task implementation NPM package.

hakyll icon hakyll

A static website compiler library in Haskell

loadable icon loadable

A tiny jQuery plugin for a one-time setup of AJAX loading animations.

matman icon matman

A school project (an analysis of the MatMat.cz dataset).

phpsyncer icon phpsyncer

Sync your legacy PHP code with its new versions. Actually, any code.

proofs icon proofs

A collection of some of my short mathematical proofs I've bothered to type out.

slideshow icon slideshow

Wordpress Slideshow plugin with qTranslateX support.

strapboot icon strapboot

A simple experiment inspired by Bootstrap demonstrating the common unnecessariness for flex

timeleft icon timeleft

Just another countdown plugin for jQuery.

treegen icon treegen

A simple tree visualizations generator in Python.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.