Skip to content
Snippets Groups Projects
  1. Jan 14, 2019
    • micressor's avatar
      Enable ATOM feed template globally · e9f5e0d9
      micressor authored
      * Also for sections
      e9f5e0d9
    • micressor's avatar
      ATOM 1.0 feed is now valid · 2b8fa574
      micressor authored and micressor's avatar micressor committed
      2b8fa574
    • micressor's avatar
      Remove LICENSE from themes/briar. It currently has no license. · 0a17e0a0
      micressor authored and micressor's avatar micressor committed
      0a17e0a0
    • micressor's avatar
      Hide emails from spam bots · c5385a73
      micressor authored and micressor's avatar micressor committed
      Found a interessting solution: https://stackoverflow.com/questions/483212/effective-method-to-hide-email-from-spam-bots#10300743
      c5385a73
    • micressor's avatar
      Templating title meta tag · 777b8b30
      micressor authored and micressor's avatar micressor committed
      * Templating title meta tag
      * Add hugo shortcodes for googleplay and fdroid
      * Fix a feed valitation error: Author is missing
      777b8b30
    • micressor's avatar
      Add section.html template · 0630bcc4
      micressor authored
      So we can see articles in sections like
      
      * $BaseURL/news
      * $BaseURL/hiring
      
      May be we can add a News navigation link
      0630bcc4
    • micressor's avatar
      Migrating .html pages into markdown pages · 64eb870d
      micressor authored
      * Migrate get-involved.html into get-involved.md
      * Migrate static/how-it-works.html => content/page/how-it-works.md
      * Migrate static/about.html => content/page/about.md
      * Migrate apk.html
      * Migrate building.html
      * Migrate download.html
      * Migrate copyright.html
      * Migrate fdroid.html
      * Migrating privacy.html
      * Migrating hiring.html
      * Migrating 2018-05-java-developer.html
      * Migrating 2018-05-ux-designer.html
      * Migrating 2017-beta-released-security-audit.html
      * Migrating 2018-1.0-released-new-funding.html
      * Migrating 2018-briar-1.1-released.html
      * Migrating 2018-05-usability-consultant.html
      * Remove redirect.html
      * Move hirings to content/post/hiring/ folder
      * Fix image source
      * Use HTML on the _index.md page.
      * Must still be adapted with hugo shortcode.
      * /download: Use badges with html
      * Add homepage description
      * Fix a lot of links
      * Fix layout for /fdroid
      * Fix page layout for /apk
      * README.md: Remove configuration part
      * Add public/ to .gitignore
      64eb870d
    • micressor's avatar
      Templating briar · fb7cb2e9
      micressor authored
      * 1st try to template briar
      * Add home page
      * Add README.md
      * Fix markdown syntax
      * Convert config.toml into config.yaml
      * Add .gitignore
      * Templating <head/> part
      * Fix list and single page templating
      * Convert pages directly with pandoc
      * Configure link types: blogposts will have /post/ in front.
      * Templating site menus
      * Enable ATOM feed template
      * Templating homepage with news
      fb7cb2e9
    • micressor's avatar
      Create new hugo template for briar · 49c9d431
      micressor authored and micressor's avatar micressor committed
      * hugo new theme briar
      * hugo new site .
      49c9d431
Loading