Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cncz
homepage
Commits
54b5655f
Commit
54b5655f
authored
Dec 08, 2022
by
Bram Daams
Browse files
newlinestripper in de makefile
parent
72feaed1
Pipeline
#66599
passed with stages
in 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
54b5655f
fixnewline
:
tr
-d
"
\n
"
< layouts/_default/_markup/render-link.html
>
MAG_GEEN_NEWLINE_HEBBEN
mv
MAG_GEEN_NEWLINE_HEBBEN layouts/_default/_markup/render-link.html
.PHONY
:
test
test
:
bin/check_frontmatter
...
...
@@ -5,6 +10,7 @@ test:
echo
$$
(
git rev-parse HEAD
)
CI_COMMIT_SHA
=
$$
(
git rev-parse HEAD
)
hugo server
--verbose
--navigateToChanged
--buildFuture
.PHONY
:
mirror
mirror
:
CI_COMMIT_SHA
=
$$
(
git rev-parse HEAD
)
hugo server
-b
home.cncz.nl
-d
/tmp/xxx
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment