added .htaccess, removed output dir
This commit is contained in:
parent
16faf104fb
commit
2ceb098575
2 changed files with 4 additions and 1 deletions
|
|
@ -2,7 +2,6 @@ baseURL = "https://www.duckland.org/"
|
|||
languageCode = "en-us"
|
||||
title = "duckland.org"
|
||||
theme = "nederburg"
|
||||
publishDir = "/var/www/hugo"
|
||||
# Enable comments by entering your Disqus shortname
|
||||
disqusShortname = ""
|
||||
# Enable Google Analytics by entering your tracking code
|
||||
|
|
|
|||
4
static/.htaccess
Normal file
4
static/.htaccess
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
RewriteEngine On
|
||||
RewriteCond %{SERVER_PORT} 80
|
||||
RewriteRule ^(.*)$ https://www.duckland.org/$1 [R,L]
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue