Update Makefile to expect local SSH environment variables
This commit is contained in:
parent
d68a7ec503
commit
d092303c78
3 changed files with 7 additions and 12 deletions
8
Makefile
8
Makefile
|
@ -8,10 +8,10 @@ OUTPUTDIR=$(BASEDIR)/output
|
|||
CONFFILE=$(BASEDIR)/pelicanconf.py
|
||||
PUBLISHCONF=$(BASEDIR)/publishconf.py
|
||||
|
||||
SSH_HOST=localhost
|
||||
SSH_PORT=22
|
||||
SSH_USER=root
|
||||
SSH_TARGET_DIR=/var/www
|
||||
# SSH_HOST=localhost
|
||||
# SSH_PORT=22
|
||||
# SSH_USER=root
|
||||
# SSH_TARGET_DIR=/var/www
|
||||
|
||||
|
||||
DEBUG ?= 0
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
title: Testing!
|
||||
date: 2023-03-07
|
||||
tags: testing
|
||||
|
||||
This is a test!
|
|
@ -43,7 +43,7 @@
|
|||
<body class="sans-serif washed-yellow mt4 mb5" style="background: rgb(19,119,82); background: linear-gradient(124deg, rgba(19,119,82,1) 0%, rgba(19,106,119,1) 100%);">
|
||||
<header class="ph3 ph5-ns pt3 pt4-ns pb4 flex-ns mw8 center">
|
||||
<div class="mr4" style="flex-grow: 1">
|
||||
<h1 class="f-subheadline f-headline-ns lh-solid tracked-tight mv0"><a class="washed-yellow no-underline" href="{{ SITEURL }}/">{{ SITENAME }}</a></h1>
|
||||
<h1 class="f-subheadline f-headline-ns lh-solid tracked-tight mv0"><a class="washed-yellow no-underline" href="{{ SITEURL }}/index.html">{{ SITENAME }}</a></h1>
|
||||
<h2 class="f3 f2-ns lh-solid mt0 mb3">{{ SITESUBTITLE }}</h2>
|
||||
<h3 class="f4 f4-ns lh-title mv2 mv3-ns">The first Free and Open Source Software Yearly conference</h3>
|
||||
</div>
|
||||
|
@ -52,7 +52,7 @@
|
|||
<div class="f6 black-70 bg-washed-yellow lh-copy mw8 pv3 pv4-ns ph3 ph5-ns br4-ns center mb4">
|
||||
|
||||
<nav><ul class="list f5 dark-green flex-ns pl0 mt3 mb4 mb5-ns" style="gap: 1rem">
|
||||
<li><a class="db dark-green b dim" href="{{ SITEURL }}/">Home</a></li>
|
||||
<li><a class="db dark-green b dim" href="{{ SITEURL }}/index.html">Home</a></li>
|
||||
{% for title, link in MENUITEMS %}
|
||||
<li><a class="db dark-green b dim" href="{{ link }}">{{ title }}</a></li>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue