summaryrefslogtreecommitdiffstats
path: root/_build
diff options
context:
space:
mode:
Diffstat (limited to '_build')
-rw-r--r--_build/Makefile9
-rw-r--r--_build/config.toml2
-rw-r--r--_build/data/projects/cowboy.toml2
-rw-r--r--_build/themes/ninenines/layouts/partials/head.html2
4 files changed, 11 insertions, 4 deletions
diff --git a/_build/Makefile b/_build/Makefile
index cd8240e6..dc3cf23a 100644
--- a/_build/Makefile
+++ b/_build/Makefile
@@ -54,6 +54,9 @@ docs-$1-$2: tmp/$1
echo >> content/docs/en/$1/$3/guide/`basename $$$$f`; \
sed '1,/^$$$$/d' $$$$f | sed 's/^=== /== /' \
| sed 's/xref:/link:..\//' | sed 's/image::/image::..\//' \
+ | sed 's/link:man:$1[(]7[)]/link:..\/$1_app/' \
+ | sed 's/\(link:man:[a-z_]*\):/\1./' \
+ | sed 's/link:man:\([a-z_.]*\)[1-9()]*/link:..\/\1/' \
>> content/docs/en/$1/$3/guide/`basename $$$$f`; \
done; \
rm tmp/$1/doc/src/guide/book.asciidoc.bak; \
@@ -78,7 +81,11 @@ docs-$1-$2: tmp/$1
echo "\"" >> content/docs/en/$1/$3/manual/`basename $$$$f`; \
echo "+++" >> content/docs/en/$1/$3/manual/`basename $$$$f`; \
echo >> content/docs/en/$1/$3/manual/`basename $$$$f`; \
- sed '1,/^$$$$/d' $$$$f | sed 's/xref:/link:..\//' >> content/docs/en/$1/$3/manual/`basename $$$$f`; \
+ sed '1,/^$$$$/d' $$$$f | sed 's/xref:/link:..\//' \
+ | sed 's/link:man:$1(7)/link:..\/$1_app/' \
+ | sed 's/\(link:man:[a-z_]*\):/\1./' \
+ | sed 's/link:man:\([a-z_.]*\)[1-9()]*/link:..\/\1/' \
+ >> content/docs/en/$1/$3/manual/`basename $$$$f`; \
done \
fi
diff --git a/_build/config.toml b/_build/config.toml
index 224cdffa..ccb05b3b 100644
--- a/_build/config.toml
+++ b/_build/config.toml
@@ -1,4 +1,4 @@
-baseurl = "http://ninenines.eu"
+baseurl = "https://ninenines.eu"
languagecode = "en-us"
title = "Nine Nines"
paginate = 20
diff --git a/_build/data/projects/cowboy.toml b/_build/data/projects/cowboy.toml
index a9bb6bf4..0c991c52 100644
--- a/_build/data/projects/cowboy.toml
+++ b/_build/data/projects/cowboy.toml
@@ -1,5 +1,5 @@
title = "Cowboy"
-catchphrase = "Small, fast, modular HTTP server."
+catchphrase = "Small, fast, modern HTTP server."
description = "Cowboy is the ultimate server for the modern Web with support for Websocket, HTTP/2 and REST."
name = "cowboy"
repository = "https://github.com/ninenines/cowboy"
diff --git a/_build/themes/ninenines/layouts/partials/head.html b/_build/themes/ninenines/layouts/partials/head.html
index 68db2795..174168b3 100644
--- a/_build/themes/ninenines/layouts/partials/head.html
+++ b/_build/themes/ninenines/layouts/partials/head.html
@@ -8,7 +8,7 @@
<title>{{ if .IsHome }}{{ .Title }}{{ else }}{{ .Site.Title }}: {{ .Title }}{{ end }}</title>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
<!-- @todo Remove Bootstrap. -->
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/99s.css" rel="stylesheet">