update congi and upload script

This commit is contained in:
William Davis 2024-01-01 03:17:58 -05:00
parent 14925c32ee
commit 619af75eae
No known key found for this signature in database
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
title: AwesomeSheep48's Landing # name of the site
author: AwesomeSheep48 # name of site's author
email: daviswill048@icloud.com # email of site's author
url: https://awesomesheep48.me # root address of the site
url: https://awesomesheep48.ca # root address of the site
baseurl: "" # subpath of the site, e.g. "/blog" (leave it blank "" if you're site shouldn't use a subpath)
description: > # description of the site (multiple lines allowed)
My small landing page + blog
@ -9,7 +9,6 @@ description: > # description of the site (multiple lines allowed)
permalink: /:slug.html
favicon: "favicon.jpg" # name+extension of favicon (which must be put on the root folder)
#goat_counter: "awesomesheep48" # put your GoatCounter name if you want to use GoatCounter analytics
theme: no-style-please # if you are using GitHub Pages, change it to remote_theme: riggraz/no-style-please

View File

@ -2,5 +2,7 @@
bundle exec jekyll b
cp -R _site /usr/local/var/www/
mv /usr/local/var/www/_site/* /usr/local/var/wwwAwesomeSheep48s-Landing
cp -R /usr/local/var/www/AwesomeSheep48s-Landing /usr/local/var/www/AwesomeSheep48s-Landing.backup
rm -rf /usr/local/var/www/AwesomeSheep48s-Landing/*
mv /usr/local/var/www/_site/* /usr/local/var/www/AwesomeSheep48s-Landing
rm -r /usr/local/var/www/_site/