Commit Graph

127 Commits

Author SHA1 Message Date
Tim Byrne 3245041496
Add documentation for transcrypt 2020-08-08 21:35:22 -05:00
Tim Byrne b76caca64d
Merge pull request #209 from alexandregv/patch-1 2020-07-08 13:26:10 -05:00
Alexandre GV f5f6f9a98a
Fix typo in templates directives example 2020-07-08 13:24:11 -05:00
Tim Byrne c5bba67f0a
Document configuration for git-cola (#200) 2020-06-30 16:42:28 -05:00
Tim Byrne 1de83b4007
Add information about /etc/os-release (#212) 2020-06-30 16:30:31 -05:00
Tim Byrne 545945c714
Update examples (#230) 2020-06-30 16:16:04 -05:00
Tim Byrne 8fbf83b17f
Fix typo (#233) 2020-06-30 16:10:25 -05:00
Tim Byrne c3229fcecd
Add example of clone with `-w` option (#63) 2020-06-30 16:07:53 -05:00
Tim Byrne f2875f778d
Fix broken link: fixurl.js
Google's fixurl javascript is not hosted publicly anymore.
2020-05-23 10:26:38 -05:00
Tim Byrne e6871256c2
Remove dead link 2020-01-21 07:48:22 -06:00
Tim Byrne 5f49ffb76c
Specify version of Faraday
With Faraday 0.9.0 the Faraday::Error::ClientError has been renamed to
Faraday::ClientError. This is a change not reflected in Jekyll 3.8.5.
2020-01-21 07:43:46 -06:00
Tim Byrne 66668dd6c6
Update git-crypt information 2019-12-16 22:44:04 -06:00
Tim Byrne 2997a742b6
Add question about private directories (#171) 2019-12-16 22:23:16 -06:00
Tim Byrne 4f9b655a5c
Add question about tracking system level files (#63) 2019-12-08 13:18:54 -06:00
Tim Byrne 76abafa159
Add categories to FAQ
This TOC is the kramdown version, so the levels are defined site-wide.
2019-12-06 08:21:18 -06:00
Tim Byrne 8c5fd73ea6
Use MMistakes TOC (front-matter defined) 2019-12-06 08:20:35 -06:00
Tim Byrne 0b0d972ff1
Merge pull request #184 from con-f-use/gh-pages 2019-12-02 07:44:58 -06:00
con-f-use b113c53233
Correct alternate files example 2019-12-02 12:25:40 +01:00
Tim Byrne 4d8606ed3d
Update formatting 2019-11-15 07:49:55 -06:00
Tim Byrne 073c5557c7
Note exception for WSL (#113) 2019-11-14 08:10:06 -06:00
Tim Byrne 2e797b4b26
Merge pull request #178 from dngray/pr_no_bin-bash 2019-11-14 07:40:57 -06:00
Daniel Gray 4313f890bd
Don't get people to do #!/bin/bash either use /bin/sh or #!/usr/bin/env bash 2019-11-14 20:37:31 +10:30
Tim Byrne e32521fb5e
Add more analytics 2019-11-13 02:55:17 -06:00
Tim Byrne 49e754ace1
Add override for default layout (MM@4.15.2) 2019-11-12 20:39:15 -06:00
Tim Byrne 20665a5d9e
Move privacy link to _config.yml 2019-11-12 20:21:32 -06:00
Tim Byrne 401ffa6bb8
Add privacy policy 2019-11-12 18:13:51 -06:00
Tim Byrne 0ebf51f317
Update XDG spec URL 2019-11-12 08:50:07 -06:00
Tim Byrne 9005f4c234
Merge pull request #176 from dngray/pr-no_yaourt 2019-11-12 08:40:20 -06:00
Daniel Gray 5f64c0fce5
Yaourt unmaintained, don't mention 2019-11-12 21:49:53 +10:30
Tim Byrne a58d60a558
Add note about submodules 2019-11-05 17:06:29 -06:00
Tim Byrne 4bcd88a0e4
Rename _docs 2019-11-04 18:09:51 -06:00
Tim Byrne 0f746ff7b1
Migrate to openSUSE Build System 2019-11-04 18:05:56 -06:00
Tim Byrne 392a66829a
Updates for yadm 2.0.0 2019-11-01 07:54:37 -05:00
Tim Byrne eec6d49f98
Update images
* Add SVG versions for all icons
* Fix unify formatting of PNG verions
2019-10-24 16:02:41 -05:00
Tim Byrne fd003e5b25
Remove unnecessary formatting 2019-10-19 13:59:03 -05:00
Tim Byrne c8e8633639
Use docker volume for jekyll dependencies
Using a volume allows "caching" the bundled dependencies for jekyll.
Created a "fresh" target for also removing volumes.
2019-10-17 23:50:15 -05:00
Tim Byrne 30b35f0cd4
Use newer base image for jekyll 2019-10-17 23:04:25 -05:00
Tim Byrne 13b41a56ae
Merge pull request #154 from 0mp/patch-1 2019-08-29 07:05:35 -05:00
Mateusz Piotrowski 3cfd802210 Add FreeBSD installation instructions 2019-08-23 16:35:35 +02:00
Tim Byrne 3cf4d1ac80
Remove dead link on examples page 2019-07-29 08:33:04 -05:00
Tim Byrne 7eb2c6e658
Fix typo 2019-07-29 08:20:05 -05:00
Tim Byrne 6f4aee32a7
Use yadm/jekyll:latest image 2019-03-21 23:10:00 -05:00
Tim Byrne ca7839aadd
Add yamllint to website testing 2019-03-21 23:10:00 -05:00
Tim Byrne f0c3261e46
Add Dockerfile for building yadm/jekyll image
This new image will be used for testing the website builds. In addition
to Jekyll functionality, the new image will have http-proofer and
yamllint.
2019-03-21 23:10:00 -05:00
Tim Byrne 9fa5c9418c
Refactor website (#146)
* Migrate to using "remote themes" instead of forked content
* Update to most recent mmistakes
* Add docker-based testing
* Create Makefile for test targets
* Add travis-ci integration
* Update badges to use shields.io
* Replace splash page image (old one's attribution disappeared from
  unsplash.com)
2019-03-20 01:45:26 -05:00
Tim Byrne 3f46be2029
Migrate to yadm.io 2019-02-26 13:27:30 -06:00
Tim Byrne 1a3ab000b1 Create CNAME 2019-02-26 12:40:36 -06:00
Tim Byrne 0740edbdc7
Update Ubuntu installation documentation (#67) 2018-07-02 07:51:13 -05:00
Tim Byrne ac60431eb8
Add missing punctuation 2017-12-08 08:08:18 -06:00
Tim Byrne 4c3af52a4e
Add installation instructions for Void Linux (#97) 2017-12-08 08:07:31 -06:00