Add initial latex theme

This commit is contained in:
2018-05-10 17:23:38 +02:00
parent 6bfd12756d
commit 9c0cded9e3
10 changed files with 276 additions and 4 deletions

View File

@@ -28,12 +28,15 @@ package model
import (
"encoding/json"
"io/ioutil"
"regexp"
"strings"
"time"
)
const ISO8601DateLayout = "2006-01-02"
var MarkdownURLRegexp = regexp.MustCompile(`\[([^]]*)\]\((http[^)]*)\)`)
type ResumeDate struct {
time.Time
}