improve devinstall target
This commit is contained in:
parent
7b27411e2a
commit
b8480d86bc
2
Makefile
2
Makefile
@ -33,4 +33,4 @@ index: posts pages plain
|
||||
|
||||
.PHONY: install
|
||||
devinstall: index
|
||||
rsync -av --delete . /var/www/html
|
||||
rsync -av --delete --exclude .git . /var/www/html
|
@ -16,6 +16,15 @@ I moved my blog away from wordpress.com. Reason is simple: I've no clue of DSGVO
|
||||
<p>
|
||||
Here, I've everything under my on control and I know exactly which of your data is processed: nearly no data. There are no cookies, no advertising banners, no web analytics. Just the webserver is writing a logfile, which is rotated away and deleted after 14 days. However, this logfile is not analysed or computed automatically, I just consult it occasionally in case of problems. To learn more about this logfile, see <a href="plain/logfile.html">here</a>. If this is not okay for you, just go away.
|
||||
</p>
|
||||
<p>
|
||||
I'm sure about this, since this is a plain old homepage without any dynamic content. No comments, no mail forms, no Javascript, no responsiveness.
|
||||
</p>
|
||||
<p>
|
||||
If you want to leave a comment on anything, please use my <a href="mailto:woho@hottis.de">email</a> or <a href="https://twitter.com/wollud1969" target="_blank">Twitter account</a><br/>.
|
||||
</p>
|
||||
<p>
|
||||
And: yes, I know, this homepage is soooo ugly. I'm sorry, no CSS yet.
|
||||
</p>
|
||||
|
||||
<h2>Overview</h2>
|
||||
<ul>
|
||||
|
9
index.m4
9
index.m4
@ -8,6 +8,15 @@ I moved my blog away from wordpress.com. Reason is simple: I've no clue of DSGVO
|
||||
<p>
|
||||
Here, I've everything under my on control and I know exactly which of your data is processed: nearly no data. There are no cookies, no advertising banners, no web analytics. Just the webserver is writing a logfile, which is rotated away and deleted after 14 days. However, this logfile is not analysed or computed automatically, I just consult it occasionally in case of problems. To learn more about this logfile, see <a href="plain/logfile.html">here</a>. If this is not okay for you, just go away.
|
||||
</p>
|
||||
<p>
|
||||
I'm sure about this, since this is a plain old homepage without any dynamic content. No comments, no mail forms, no Javascript, no responsiveness.
|
||||
</p>
|
||||
<p>
|
||||
If you want to leave a comment on anything, please use my <a href="mailto:woho@hottis.de">email</a> or <a href="https://twitter.com/wollud1969" target="_blank">Twitter account</a><br/>.
|
||||
</p>
|
||||
<p>
|
||||
And: yes, I know, this homepage is soooo ugly. I'm sorry, no CSS yet.
|
||||
</p>
|
||||
|
||||
<h2>Overview</h2>
|
||||
<ul>
|
||||
|
@ -1,3 +0,0 @@
|
||||
HEADER
|
||||
undivert(`1')
|
||||
FOOTER
|
Loading…
x
Reference in New Issue
Block a user