mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-22 03:09:22 +01:00
Compare commits
2 Commits
d37001f4c4
...
f9a3943824
Author | SHA1 | Date | |
---|---|---|---|
f9a3943824 | |||
702053a99c |
@ -1,5 +1,3 @@
|
||||
# @format
|
||||
|
||||
# See https://pre-commit.com for more information
|
||||
# See https://pre-commit.ci for more information
|
||||
ci:
|
||||
@ -9,6 +7,12 @@ ci:
|
||||
autoupdate_schedule: quarterly
|
||||
skip: [latexmk, exiftool, prettier]
|
||||
|
||||
default_language_version:
|
||||
node: "lts"
|
||||
# Remember .python-version !
|
||||
python: "3.12"
|
||||
ruby: ".ruby-version"
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.6.0
|
||||
@ -78,7 +82,7 @@ repos:
|
||||
exclude_types: [json]
|
||||
- id: latexmk
|
||||
name: latexmk
|
||||
entry: latexmk -quiet -f
|
||||
entry: latexmk -xelatex -quiet -f
|
||||
language: system
|
||||
types: [text, tex]
|
||||
# I have no idea where latexmk wants the template
|
||||
|
@ -4,15 +4,9 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1.0"
|
||||
/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Lorem.</title>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="fun.css"
|
||||
/>
|
||||
<link rel="stylesheet" href="fun.css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>MEOW</h1>
|
||||
|
@ -4,15 +4,9 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1.0"
|
||||
/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Lorem.</title>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="style.css"
|
||||
/>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Lorem, ipsum dolor.</h1>
|
||||
|
Loading…
Reference in New Issue
Block a user